Home
last modified time | relevance | path

Searched refs:TDA_AST (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_trap.c109 SIGPENDING(td) && !td_ast_pending(td, TDA_AST) && in userret()
215 [TDA_AST] = { .ae_f = ast_prep, .ae_flags = ASTR_UNCOND},
H A Dkern_sig.c291 TDAI(TDA_AST))) == 0) { in ast_sig()
304 (TDAI(TDA_SIG) | TDAI(TDA_AST))) == 0) { in ast_sig()
/freebsd/sys/sys/
H A Dproc.h483 TDA_AST = 0, /* Special: call all non-flagged AST handlers */ enumerator