Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_ps.c188 if (TD_AWAITING_INTR(td)) in db_ps_proc()
291 if (TD_AWAITING_INTR(td)) in dumpthread()
398 if (TD_AWAITING_INTR(td)) { in DB_SHOW_COMMAND()
/freebsd/sys/kern/
H A Dtty_info.c361 else if (TD_AWAITING_INTR(td)) in tty_info()
H A Dkern_intr.c592 if (TD_AWAITING_INTR(td)) { in ithread_destroy()
847 if (!TD_AWAITING_INTR(td)) { in _intr_drain()
1000 if (TD_AWAITING_INTR(td)) { in intr_event_schedule_thread()
H A Dkern_timeout.c549 if (TD_AWAITING_INTR(td)) { in callout_process()
/freebsd/sys/gdb/
H A Dgdb_main.c525 else if (TD_AWAITING_INTR(ctx.iter)) in do_qXfer_threads_read()
/freebsd/sys/sys/
H A Dproc.h586 #define TD_AWAITING_INTR(td) ((td)->td_inhibitors & TDI_IWAIT) macro