HomeSort by: relevance | last modified time | path
    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 in typeref:typename:int
253 if (profprocs)
415 profprocs++;
417 profprocs--;
  /src/sys/arch/amiga/dev/
clock.c 403 int profprocs = 0; /* # of procs using profiling timer */ variable in typeref:typename:int
424 if (profprocs)
588 profprocs++;
590 profprocs--;
  /src/sys/kern/
kern_clock.c 138 int profprocs; variable in typeref:typename:int
368 if (++profprocs == 1 && stathz != 0)
388 if (--profprocs == 0 && stathz != 0)

Completed in 12 milliseconds