HomeSort by: relevance | last modified time | path
    Searched refs:pts_timers (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_time.c 1043 it = pts->pts_timers[index];
1045 pts->pts_timers[index] = NULL;
1077 pts->pts_timers[i] = NULL;
1120 itn && itn != pts->pts_timers[ITIMER_VIRTUAL];
1134 itn && itn != pts->pts_timers[ITIMER_PROF];
1149 if (pts->pts_timers[i] != NULL) {
1156 if (pts->pts_timers[0] == NULL && pts->pts_timers[1] == NULL &&
1157 pts->pts_timers[2] == NULL && pts->pts_timers[3] == NULL)
    [all...]
  /src/sys/sys/
timevar.h 143 struct itimer *pts_timers[TIMER_MAX]; member in struct:ptimers

Completed in 26 milliseconds