Home
last modified time | relevance | path

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

/freebsd-head/sys/kern/
HDsubr_trap.c109 SIGPENDING(td) && !td_ast_pending(td, TDA_AST) && in userret()
215 [TDA_AST] = { .ae_f = ast_prep, .ae_flags = ASTR_UNCOND},
HDkern_sig.c298 TDAI(TDA_AST))) == 0) { in ast_sig()
311 (TDAI(TDA_SIG) | TDAI(TDA_AST))) == 0) { in ast_sig()
/freebsd-head/sys/sys/
HDproc.h483 TDA_AST = 0, /* Special: call all non-flagged AST handlers */ enumerator