HomeSort by: relevance | last modified time | path
    Searched refs:l_estcpu (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
sched_4bsd.c 188 * The main parameter used by this algorithm is 'l_estcpu'. It is an estimate
191 * l_estcpu is:
195 * If the lwp is sleeping for more than a second, we don't touch l_estcpu: it
199 * Note that hardclock updates l_estcpu and l_cpticks independently.
203 * Here we describe how l_estcpu is decreased.
206 * 90% of l_estcpu usage in (5 * loadavg) seconds
208 * We wish to decay away 90% of l_estcpu in (5 * loadavg) seconds. That is, we
211 * l_estcpu *= decay;
213 * l_estcpu *= 0.1;
297 * For all load averages >= 1 and max l_estcpu of (255 << ESTCPU_SHIFT)
    [all...]
kern_proc.c 2880 ki->p_estcpu += l->l_estcpu;
  /src/sys/sys/
lwp.h 123 fixpt_t l_estcpu; /* l: cpu time for SCHED_4BSD */ member in struct:lwp

Completed in 15 milliseconds