Home
last modified time | relevance | path

Searched refs:ccpu (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dsched_4bsd.c439 static fixpt_t ccpu = 0.95122942450071400909 * FSCALE; /* exp(-1/20) */ variable
440 SYSCTL_UINT(_kern, OID_AUTO, ccpu, CTLFLAG_RD, &ccpu, 0,
505 ts->ts_pctcpu = (ts->ts_pctcpu * ccpu) >> FSHIFT; in schedcpu()
519 ts->ts_pctcpu += ((FSCALE - ccpu) * in schedcpu()
1618 delta = ((FSCALE - ccpu) * in sched_pctcpu_delta()
H A Dsched_ule.c3130 static int ccpu = 0; variable
3131 SYSCTL_INT(_kern, OID_AUTO, ccpu, CTLFLAG_RD, &ccpu, 0,