Home
last modified time | relevance | path

Searched refs:TD_ON_LOCK (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/ddb/
H A Ddb_ps.c180 if (TD_ON_LOCK(td)) in db_ps_proc()
285 if (TD_ON_LOCK(td)) in dumpthread()
307 if (TD_ON_LOCK(td)) { in dumpthread()
402 if (TD_ON_LOCK(td)) { in DB_SHOW_COMMAND()
419 if (TD_ON_LOCK(td)) in DB_SHOW_COMMAND()
/f-stack/freebsd/kern/
H A Dsubr_turnstile.c289 KASSERT(TD_ON_LOCK(td), ( in propagate_priority()
320 MPASS(TD_ON_LOCK(td)); in turnstile_adjust_thread()
448 MPASS(TD_ON_LOCK(td)); in turnstile_adjust()
1007 MPASS(TD_ON_LOCK(td)); in turnstile_unpend()
1202 if (TD_ON_LOCK(td)) { in print_lockchain()
1256 if ((TD_ON_LOCK(td) && LIST_EMPTY(&td->td_contested)) in DB_SHOW_ALL_COMMAND()
H A Dtty_info.c354 } else if (TD_ON_LOCK(td)) { in tty_info()
H A Dsubr_epoch.c631 if (TD_IS_INHIBITED(curwaittd) && TD_ON_LOCK(curwaittd) && in epoch_block_handler_preempt()
646 TD_ON_LOCK(curwaittd)); in epoch_block_handler_preempt()
H A Dkern_synch.c497 if (!TD_ON_LOCK(td) && !TD_IS_RUNNING(td)) in mi_switch()
H A Dkern_clock.c283 if (TD_ON_LOCK(td)) in deadlkres()
H A Dsched_4bsd.c916 if (TD_ON_LOCK(td) && oldprio != prio) in sched_prio()
H A Dkern_proc.c1239 if (TD_ON_LOCK(td)) { in fill_kinfo_thread()
1257 } else if (TD_ON_LOCK(td)) { in fill_kinfo_thread()
H A Dsched_ule.c1862 if (TD_ON_LOCK(td) && oldprio != prio) in sched_prio()
/f-stack/freebsd/sys/
H A Dproc.h541 #define TD_ON_LOCK(td) ((td)->td_inhibitors & TDI_LOCK) macro