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

  /src/sys/kern/
sys_timerfd.c 70 /* N.B. all timerfd state is protected by itimer_lock() */
169 itimer_lock();
190 itimer_lock();
276 itimer_lock();
313 itimer_lock();
323 itimer_lock();
343 itimer_lock();
362 itimer_lock();
395 itimer_lock();
410 itimer_lock();
    [all...]
kern_time.c 153 * itimer_lock:
158 itimer_lock(void) function in typeref:typename:void
236 itimer_lock();
749 * N.B. itimer_lock must be held on entry, and is released on exit.
855 itimer_lock();
1057 itimer_fini(it); /* releases itimer_lock */
1077 itimer_lock();
1112 itimer_lock();
1152 itimer_lock();
1251 itimer_lock();
    [all...]
  /src/sys/sys/
timevar.h 225 void itimer_lock(void);

Completed in 14 milliseconds