Home
last modified time | relevance | path

Searched refs:td_ast (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_trap.c115 p, td, td->td_ast, td->td_flags); in userret()
262 td->td_ast |= TDAI(tda); in ast_sched_locked()
271 td->td_ast &= ~TDAI(tda); in ast_unsched_locked()
286 td->td_ast |= ast; in ast_sched_mask()
305 int a, td_ast; in ast_handler() local
326 td_ast = td->td_ast; in ast_handler()
327 td->td_ast = 0; in ast_handler()
337 td_ast = td->td_ast; in ast_handler()
338 td->td_ast = 0; in ast_handler()
361 (td_ast & TDAI(a)) != 0) in ast_handler()
[all …]
H A Dkern_sig.c303 if (SIGPENDING(td) && ((tda | td->td_ast) & in ast_sig()
309 p, td, tda, td->td_ast, td->td_flags); in ast_sig()
/freebsd/sys/arm64/arm64/
H A Dgenassym.c73 ASSYM(TD_AST, offsetof(struct thread, td_ast));
/freebsd/sys/arm/arm/
H A Dgenassym.c88 ASSYM(TD_AST, offsetof(struct thread, td_ast));
/freebsd/sys/riscv/riscv/
H A Dgenassym.c82 ASSYM(TD_AST, offsetof(struct thread, td_ast));
/freebsd/sys/riscv/include/
H A Dvmm.h208 return (td->td_ast != 0 || td->td_owepreempt != 0); in vcpu_should_yield()
/freebsd/sys/arm64/include/
H A Dvmm.h227 return (td->td_ast != 0 || td->td_owepreempt != 0); in vcpu_should_yield()
/freebsd/sys/i386/i386/
H A Dgenassym.c84 ASSYM(TD_AST, offsetof(struct thread, td_ast));
/freebsd/sys/powerpc/powerpc/
H A Dgenassym.c231 ASSYM(TD_AST, offsetof(struct thread, td_ast));
/freebsd/sys/sys/
H A Dproc.h263 int td_ast; /* (t) TDA_* indicators */ member
507 #define td_ast_pending(td, tda) ((td->td_ast & TDAI(tda)) != 0)
/freebsd/sys/amd64/amd64/
H A Dgenassym.c81 ASSYM(TD_AST, offsetof(struct thread, td_ast));
/freebsd/sys/amd64/include/
H A Dvmm.h371 return (td->td_ast != 0 || td->td_owepreempt != 0); in vcpu_should_yield()