Home
last modified time | relevance | path

Searched refs:TD_AWAITING_INTR (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/ddb/
H A Ddb_ps.c188 if (TD_AWAITING_INTR(td)) in db_ps_proc()
295 if (TD_AWAITING_INTR(td)) in dumpthread()
408 if (TD_AWAITING_INTR(td)) { in DB_SHOW_COMMAND()
/f-stack/freebsd/kern/
H A Dtty_info.c359 else if (TD_AWAITING_INTR(td)) in tty_info()
H A Dkern_intr.c564 if (TD_AWAITING_INTR(td)) { in ithread_destroy()
809 if (!TD_AWAITING_INTR(td)) { in _intr_drain()
988 if (TD_AWAITING_INTR(td)) { in intr_event_schedule_thread()
/f-stack/freebsd/mips/nlm/
H A Dcms.c290 if (TD_AWAITING_INTR(td)) { in msgring_process_fast_intr()
/f-stack/freebsd/sys/
H A Dproc.h542 #define TD_AWAITING_INTR(td) ((td)->td_inhibitors & TDI_IWAIT) macro