OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stat_us
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/mvme68k/dev/
clock_pcc.c
131
clock_pcc_initclocks(void *arg, int prof_us, int
stat_us
)
142
pcc_timer_us2lim(
stat_us
));
/src/sys/dev/mvme/
clock_pcctwo.c
129
clock_pcctwo_initclocks(void *arg, int prof_us, int
stat_us
)
146
PCCTWO_US2LIM(
stat_us
));
/src/usr.bin/vmstat/
vmstat.c
1231
double
stat_us
, stat_sy, stat_id;
local
1241
stat_us
= (cur.cp_time[CP_USER] + cur.cp_time[CP_NICE]) * pcnt;
1244
PRWORD(ovflw, " %*.0f", ((stat_sy >= 100) ? 2 : 3), 1,
stat_us
);
1245
PRWORD(ovflw, " %*.0f", ((
stat_us
>= 100 || stat_id >= 100) ? 2 : 3), 1,
Completed in 18 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026