Home
last modified time | relevance | path

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

/minix3/minix/lib/libsys/
H A Dcpuavg.c80 static const uint32_t ccpu_low[CCPUTAB_MASK] = { variable
85 #define ccpu (ccpu_low[0])
142 avg = (ccpu_low[secs - 1] * avg) >> FSHIFT; /* decay #4 */ in cpuavg_decay()