Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_time.c919 if ((it->it_flags & ITF_PSTOPPED) != 0) { in itimer_proc_continue()
921 if ((it->it_flags & ITF_PSTOPPED) != 0) { in itimer_proc_continue()
922 it->it_flags &= ~ITF_PSTOPPED; in itimer_proc_continue()
923 if ((it->it_flags & ITF_DELETING) == 0) in itimer_proc_continue()
1267 it->it_flags = 0; in kern_ktimer_create()
1367 if ((it->it_flags & ITF_DELETING) != 0) { in itimer_find()
1388 it->it_flags |= ITF_DELETING; in kern_ktimer_delete()
1390 it->it_flags |= ITF_WANTED; in kern_ktimer_delete()
1393 it->it_flags &= ~ITF_WANTED; in kern_ktimer_delete()
1712 it->it_flags |= ITF_PSTOPPED; in realtimer_expire_l()
[all …]
H A Dkern_intr.c76 int it_flags; /* (j) IT_* flags. */ member
563 ithread->it_flags |= IT_DEAD; in ithread_destroy()
810 ithd->it_flags |= IT_WAIT; in _intr_drain()
811 while (ithd->it_flags & IT_WAIT) { in _intr_drain()
1246 if (ithd->it_flags & IT_DEAD) { in ithread_loop()
1289 (ithd->it_flags & (IT_DEAD | IT_WAIT)) == 0) { in ithread_loop()
1294 if (ithd->it_flags & IT_WAIT) { in ithread_loop()
1296 ithd->it_flags &= ~IT_WAIT; in ithread_loop()
/freebsd-13.1/sys/sys/
H A Dtimers.h54 int it_flags; member