OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spc_cp_time
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/kern/
kern_clock.c
460
spc->
spc_cp_time
[CP_NICE]++;
462
spc->
spc_cp_time
[CP_USER]++;
510
spc->
spc_cp_time
[CP_INTR]++;
513
spc->
spc_cp_time
[CP_SYS]++;
515
spc->
spc_cp_time
[CP_IDLE]++;
init_sysctl.c
999
cp_time[i] += ci->ci_schedstate.
spc_cp_time
[i];
/src/sys/miscfs/procfs/
procfs_linux.c
299
curcpu()->ci_schedstate.
spc_cp_time
[CP_USER],
300
curcpu()->ci_schedstate.
spc_cp_time
[CP_NICE],
301
curcpu()->ci_schedstate.
spc_cp_time
[CP_SYS] /*+ [CP_INTR]*/,
302
curcpu()->ci_schedstate.
spc_cp_time
[CP_IDLE]);
319
CPUNAME->ci_schedstate.
spc_cp_time
[CP_USER],
320
CPUNAME->ci_schedstate.
spc_cp_time
[CP_NICE],
321
CPUNAME->ci_schedstate.
spc_cp_time
[CP_SYS],
322
CPUNAME->ci_schedstate.
spc_cp_time
[CP_IDLE]);
590
idle = curcpu()->ci_schedstate.
spc_cp_time
[CP_IDLE];
/src/sys/sys/
sched.h
167
uint64_t
spc_cp_time
[CPUSTATES];/* s: CPU state statistics */
member in struct:schedstate_percpu
/src/sys/arch/macppc/dev/
lightbar.c
279
sc->sc_cpu[0]->ci_schedstate.
spc_cp_time
,
287
sc->sc_cpu[1]->ci_schedstate.
spc_cp_time
,
Completed in 15 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025