lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 17 Oct 2007 01:23:03 +0800
From:	"Rogelio M. Serrano Jr." <rogelio@...global.net>
To:	linux-kernel@...r.kernel.org
Subject: eevdf


i wrote a simple simulator for eevdf. im not sure if i got it right though.

how does eevdf track the runtime usage of a process?

is it supposed to be like this?

int
tick()
{
    v_time += 1.0/sum_weights;
    current->runtime += 1.0/current->weight;
    //sched();
    time++;
    return 0;
}

i can forward the source to anyone who is willing to take a look.

Thanks.


View attachment "rogelio.vcf" of type "text/x-vcard" (333 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ