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

  /src/sys/kern/
kern_time.c 175 * itimer_lock_held:
181 itimer_lock_held(void) function in typeref:typename:bool __diagused
690 KASSERT(itimer_lock_held());
723 KASSERT(itimer_lock_held());
755 KASSERT(itimer_lock_held());
783 KASSERT(itimer_lock_held());
905 KASSERT(itimer_lock_held());
979 KASSERT(itimer_lock_held());
1040 KASSERT(itimer_lock_held());
1174 KASSERT(itimer_lock_held());
    [all...]
sys_timerfd.c 408 KASSERT(itimer_lock_held());
  /src/sys/sys/
timevar.h 227 bool itimer_lock_held(void); /* for diagnostic assertions only */

Completed in 15 milliseconds