Home
last modified time | relevance | path

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

/netbsd/src/bin/ps/
Dnlist.c100 double log_ccpu; /* log of kernel _ccpu variable */ variable
133 log_ccpu = LOG_CCPU; in donlist()
153 log_ccpu = LOG_CCPU; in donlist()
155 log_ccpu = log((double)xccpu / fscale); in donlist()
199 log_ccpu = LOG_CCPU; in donlist_sysctl()
201 log_ccpu = log((double)xccpu / fscale); in donlist_sysctl()
Dextern.h39 extern double log_ccpu;
Dps.c637 pi[i].pcpu /= 1.0 - exp(ki[i].p_swtime * log_ccpu); in setpinfo()