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

  /src/sys/sys/
timevar.h 97 callout_t it_ch; member in struct:itimer::__anon7717::__anon7718
113 #define it_ch it_real.it_ch macro
  /src/sys/kern/
kern_time.c 701 callout_init(&it->it_ch, CALLOUT_MPSAFE);
702 callout_setfunc(&it->it_ch, itimer_callout, it);
737 callout_halt(&it->it_ch, &itimer_mutex);
763 callout_destroy(&it->it_ch);
828 KASSERT(!callout_pending(&it->it_ch));
834 callout_schedule(&it->it_ch,
923 if (callout_halt(&it->it_ch, &itimer_mutex))

Completed in 15 milliseconds