Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x68k/x68k/
H A Dclock.c232 int profprocs = 0; /* # of procs using profiling timer */ variable
253 if (profprocs) in clockopen()
415 profprocs++; in initprofclock()
417 profprocs--; in initprofclock()
/netbsd-src/sys/arch/amiga/dev/
H A Dclock.c403 int profprocs = 0; /* # of procs using profiling timer */ variable
424 if (profprocs) in clockopen()
588 profprocs++; in initprofclock()
590 profprocs--; in initprofclock()
/netbsd-src/sys/kern/
H A Dkern_clock.c138 int profprocs; variable
368 if (++profprocs == 1 && stathz != 0) in startprofclock()
388 if (--profprocs == 0 && stathz != 0) in stopprofclock()