Home
last modified time | relevance | path

Searched refs:TD_IS_INHIBITED (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_epoch.c622 if (!TD_IS_INHIBITED(curwaittd) && curwaittd->td_priority > td->td_priority) { in epoch_block_handler_preempt()
631 if (TD_IS_INHIBITED(curwaittd) && TD_ON_LOCK(curwaittd) && in epoch_block_handler_preempt()
645 MPASS(TD_IS_INHIBITED(curwaittd) && in epoch_block_handler_preempt()
H A Dsubr_turnstile.c1257 || (TD_IS_INHIBITED(td) && TD_ON_SLEEPQ(td))) { in DB_SHOW_ALL_COMMAND()
H A Dsched_4bsd.c355 TD_IS_INHIBITED(ctd)) in maybe_preempt()
H A Dkern_thread.c1198 if (TD_IS_INHIBITED(td2)) { in thread_single()
H A Dsched_ule.c2535 if (KERNEL_PANICKED() || pri >= cpri || cold || TD_IS_INHIBITED(ctd)) in sched_setpreempt()
/f-stack/freebsd/sys/
H A Dproc.h546 #define TD_IS_INHIBITED(td) ((td)->td_state == TDS_INHIBITED) macro