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 1042 it = pts->pts_timers[index];
1044 pts->pts_timers[index] = NULL;
1076 pts->pts_timers[i] = NULL;
1119 itn && itn != pts->pts_timers[ITIMER_VIRTUAL];
1133 itn && itn != pts->pts_timers[ITIMER_PROF];
1148 if (pts->pts_timers[i] != NULL) {
1155 if (pts->pts_timers[0] == NULL && pts->pts_timers[1] == NULL &&
1156 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 90 milliseconds