Home
last modified time | relevance | path

Searched refs:it_flags (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dkern_time.c915 if ((it->it_flags & ITF_PSTOPPED) != 0) { in itimer_proc_continue()
917 if ((it->it_flags & ITF_PSTOPPED) != 0) { in itimer_proc_continue()
918 it->it_flags &= ~ITF_PSTOPPED; in itimer_proc_continue()
919 if ((it->it_flags & ITF_DELETING) == 0) in itimer_proc_continue()
1196 if (--it->it_usecount == 0 && (it->it_flags & ITF_WANTED) != 0) in itimer_leave()
1261 it->it_flags = 0; in kern_ktimer_create()
1361 if ((it->it_flags & ITF_DELETING) != 0) { in itimer_find()
1382 it->it_flags |= ITF_DELETING; in kern_ktimer_delete()
1384 it->it_flags |= ITF_WANTED; in kern_ktimer_delete()
1387 it->it_flags in kern_ktimer_delete()
[all...]
H A Dkern_intr.c75 int it_flags; /* (j) IT_* flags. */ member
591 ithread->it_flags |= IT_DEAD; in ithread_destroy()
848 ithd->it_flags |= IT_WAIT; in _intr_drain()
849 while (ithd->it_flags & IT_WAIT) { in _intr_drain()
1269 if (__predict_false((ithd->it_flags & IT_DEAD) != 0)) { in ithread_loop()
1317 (ithd->it_flags & (IT_DEAD | IT_WAIT)) == 0) { in ithread_loop()
1321 } else if ((ithd->it_flags & IT_WAIT) != 0) { in ithread_loop()
1322 ithd->it_flags &= ~IT_WAIT; in ithread_loop()
/freebsd/sys/sys/
H A Dtimers.h52 int it_flags; member