Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_time.c916 if ((it->it_flags & ITF_PSTOPPED) != 0) { in itimer_proc_continue()
918 if ((it->it_flags & ITF_PSTOPPED) != 0) { in itimer_proc_continue()
919 it->it_flags &= ~ITF_PSTOPPED; in itimer_proc_continue()
920 if ((it->it_flags & ITF_DELETING) == 0) in itimer_proc_continue()
1262 it->it_flags = 0; in kern_ktimer_create()
1362 if ((it->it_flags & ITF_DELETING) != 0) { in itimer_find()
1383 it->it_flags |= ITF_DELETING; in kern_ktimer_delete()
1385 it->it_flags |= ITF_WANTED; in kern_ktimer_delete()
1388 it->it_flags &= ~ITF_WANTED; in kern_ktimer_delete()
1707 it->it_flags |= ITF_PSTOPPED; in realtimer_expire_l()
[all …]
H A Dkern_intr.c75 int it_flags; /* (j) IT_* flags. */ member
591 ithread->it_flags |= IT_DEAD; in ithread_destroy()
840 ithd->it_flags |= IT_WAIT; in _intr_drain()
841 while (ithd->it_flags & IT_WAIT) { in _intr_drain()
1261 if (__predict_false((ithd->it_flags & IT_DEAD) != 0)) { in ithread_loop()
1309 (ithd->it_flags & (IT_DEAD | IT_WAIT)) == 0) { in ithread_loop()
1313 } else if ((ithd->it_flags & IT_WAIT) != 0) { in ithread_loop()
1314 ithd->it_flags &= ~IT_WAIT; in ithread_loop()
/freebsd-14.2/sys/sys/
H A Dtimers.h52 int it_flags; member