Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_epoch.c645 if (!TD_IS_INHIBITED(curwaittd) && curwaittd->td_priority > td->td_priority) { in epoch_block_handler_preempt()
654 if (TD_IS_INHIBITED(curwaittd) && TD_ON_LOCK(curwaittd) && in epoch_block_handler_preempt()
668 MPASS(TD_IS_INHIBITED(curwaittd) && in epoch_block_handler_preempt()
H A Dsubr_turnstile.c1256 || (TD_IS_INHIBITED(td) && TD_ON_SLEEPQ(td))) { in DB_SHOW_ALL_COMMAND()
H A Dsched_4bsd.c353 TD_IS_INHIBITED(ctd)) in maybe_preempt()
H A Dkern_thread.c1277 if (TD_IS_INHIBITED(td2)) { in thread_single()
H A Dsched_ule.c2716 if (KERNEL_PANICKED() || pri >= cpri || cold || TD_IS_INHIBITED(ctd)) in sched_setpreempt()
/freebsd/sys/sys/
H A Dproc.h595 #define TD_IS_INHIBITED(td) (TD_GET_STATE(td) == TDS_INHIBITED) macro