Home
last modified time | relevance | path

Searched refs:td_ast_pending (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_trap.c109 SIGPENDING(td) && !td_ast_pending(td, TDA_AST) && in userret()
110 !td_ast_pending(td, TDA_SIG)) { in userret()
H A Dsubr_sleepqueue.c454 if (!td_ast_pending(td, TDA_SIG) && !td_ast_pending(td, TDA_SUSPEND)) in sleepq_check_ast_sc_locked()
H A Dkern_sig.c3469 if (!td_ast_pending(td, TDA_SUSPEND)) in sig_ast_checksusp()
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()
H A Dkern_thread.c1515 if (!td_ast_pending(td, TDA_SUSPEND)) in thread_check_susp()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h135 td_ast_pending(curthread, TDA_SCHED))
H A Dsched.h135 td_ast_pending(curthread, TDA_SCHED))
H A Dsched.h135 td_ast_pending(curthread, TDA_SCHED))
/freebsd/sys/amd64/vmm/
H A Dvmm.c1113 if (td_ast_pending(td, TDA_SUSPEND)) { in vm_handle_rendezvous()
1203 if (td_ast_pending(td, TDA_SUSPEND)) { in vm_handle_hlt()
1376 if (td_ast_pending(td, TDA_SUSPEND)) { in vm_handle_suspend()
/freebsd/sys/riscv/vmm/
H A Dvmm.c1144 if (td_ast_pending(td, TDA_SUSPEND)) { in vm_handle_suspend()
/freebsd/sys/sys/
H A Dproc.h507 #define td_ast_pending(td, tda) ((td->td_ast & TDAI(tda)) != 0) macro
/freebsd/sys/arm64/vmm/
H A Dvmm.c1430 if (td_ast_pending(td, TDA_SUSPEND)) { in vm_handle_suspend()