Home
last modified time | relevance | path

Searched refs:TDA_SIG (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_trap.c110 !td_ast_pending(td, TDA_SIG)) { in userret()
H A Dkern_sig.c290 if (p->p_numthreads == 1 && (tda & (TDAI(TDA_SIG) | in ast_sig()
304 (TDAI(TDA_SIG) | TDAI(TDA_AST))) == 0) { in ast_sig()
322 if ((tda & TDAI(TDA_SIG)) != 0 || p->p_pendingcnt > 0 || in ast_sig()
367 ast_register(TDA_SIG, ASTR_UNCOND, 0, ast_sig); in sigqueue_start()
739 ast_sched(td, TDA_SIG); in signotify()
3487 if (!td_ast_pending(td, TDA_SIG)) in sig_ast_needsigchk()
3533 if (!td_ast_pending(td, TDA_SIG) && !td_ast_pending(td, TDA_SUSPEND)) in sig_intr()
3555 if (!td_ast_pending(td, TDA_SIG)) in curproc_sigkilled()
4441 ast_sched(td, TDA_SIG); in sigfastblock_resched()
H A Dsubr_sleepqueue.c454 if (!td_ast_pending(td, TDA_SIG) && !td_ast_pending(td, TDA_SUSPEND)) in sleepq_check_ast_sc_locked()
/freebsd/sys/sys/
H A Dproc.h498 TDA_SIG, enumerator