OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profprocs
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/x68k/x68k/
clock.c
232
int
profprocs
= 0; /* # of procs using profiling timer */
variable
253
if (
profprocs
)
415
profprocs
++;
417
profprocs
--;
/src/sys/arch/amiga/dev/
clock.c
403
int
profprocs
= 0; /* # of procs using profiling timer */
variable
424
if (
profprocs
)
588
profprocs
++;
590
profprocs
--;
/src/sys/kern/
kern_clock.c
138
int
profprocs
;
variable
368
if (++
profprocs
== 1 && stathz != 0)
388
if (--
profprocs
== 0 && stathz != 0)
Completed in 16 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026