Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/ddb/
Ddb_ps.c166 if (TD_ON_LOCK(td)) in db_ps()
276 if (TD_ON_LOCK(td)) in dumpthread()
298 if (TD_ON_LOCK(td)) { in dumpthread()
392 if (TD_ON_LOCK(td)) { in DB_SHOW_COMMAND()
409 if (TD_ON_LOCK(td)) in DB_SHOW_COMMAND()
/freebsd-12-stable/sys/kern/
Dsubr_turnstile.c266 KASSERT(TD_ON_LOCK(td), ( in propagate_priority()
297 MPASS(TD_ON_LOCK(td)); in turnstile_adjust_thread()
425 MPASS(TD_ON_LOCK(td)); in turnstile_adjust()
985 MPASS(TD_ON_LOCK(td)); in turnstile_unpend()
1177 if (TD_ON_LOCK(td)) { in print_lockchain()
1231 if ((TD_ON_LOCK(td) && LIST_EMPTY(&td->td_contested)) in DB_SHOW_ALL_COMMAND()
Dtty_info.c283 } else if (TD_ON_LOCK(td)) { in tty_info()
Dsubr_epoch.c513 if (TD_IS_INHIBITED(curwaittd) && TD_ON_LOCK(curwaittd) && in epoch_block_handler_preempt()
528 TD_ON_LOCK(curwaittd)); in epoch_block_handler_preempt()
Dkern_synch.c406 if (!TD_ON_LOCK(td) && !TD_IS_RUNNING(td)) in mi_switch()
Dkern_clock.c283 if (TD_ON_LOCK(td)) in deadlkres()
Dsched_4bsd.c905 if (TD_ON_LOCK(td) && oldprio != prio) in sched_prio()
Dkern_proc.c1140 if (TD_ON_LOCK(td)) { in fill_kinfo_thread()
1158 } else if (TD_ON_LOCK(td)) { in fill_kinfo_thread()
Dsched_ule.c1866 if (TD_ON_LOCK(td) && oldprio != prio) in sched_prio()
/freebsd-12-stable/lib/libkvm/
Dkvm_proc.c435 } else if (TD_ON_LOCK(&mtd)) { in kvm_proclist()
/freebsd-12-stable/sys/sys/
Dproc.h520 #define TD_ON_LOCK(td) ((td)->td_inhibitors & TDI_LOCK) macro