Home
last modified time | relevance | path

Searched refs:p_estcpu (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/usr.bin/w/
Dproc_compare.c83 if (p2->p_estcpu > p1->p_estcpu) in proc_compare()
85 if (p1->p_estcpu > p2->p_estcpu) in proc_compare()
/openbsd/src/usr.bin/tmux/
Dprocname.c56 if (p1->p_estcpu > p2->p_estcpu) in cmp_procs()
58 if (p1->p_estcpu < p2->p_estcpu) in cmp_procs()
/openbsd/src/sys/sys/
Dsched.h194 (parent)->p_estcpu = ESTCPULIM((parent)->p_estcpu + (child)->p_estcpu);\
Dsysctl.h411 u_int32_t p_estcpu; /* U_INT: Time averaged value of p_cpticks. */ member
626 (kp)->p_estcpu = (p)->p_estcpu; \
Dproc.h396 u_int p_estcpu; /* [S] Time averaged val of p_cpticks */ member
/openbsd/src/sys/kern/
Dsched_bsd.c269 newcpu = (u_int) decay_cpu(loadfac, p->p_estcpu); in schedcpu()
489 newcpu = decay_aftersleep(p->p_estcpu, p->p_slptime); in setrunnable()
506 p->p_estcpu = newcpu; in setpriority()
535 newcpu = ESTCPULIM(p->p_estcpu + 1); in schedclock()
Dkern_proc.c511 p->p_estcpu, p->p_cpticks, p->p_pctcpu / 100, p->p_pctcpu % 100, in proc_printit()
Dkern_resource.c216 setpriority(p, p->p_estcpu, n); in donice()
/openbsd/src/bin/ps/
Dkeyword.c99 {"cpu", "CPU", NULL, 0, pvar, 3, 0, POFF(p_estcpu), UINT32, "d"},