Home
last modified time | relevance | path

Searched refs:TDA_SUSPEND (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/kern/
H A Dkern_thread.c590 ast_register(TDA_SUSPEND, ASTR_ASTF_REQUIRED, 0, ast_suspend); in threadinit()
1276 ast_sched_locked(td2, TDA_SUSPEND); in thread_single()
1515 if (!td_ast_pending(td, TDA_SUSPEND)) in thread_check_susp()
1546 ast_unsched_locked(td, TDA_SUSPEND); in thread_suspend_switch()
1567 ast_unsched_locked(td, TDA_SUSPEND); in thread_suspend_one()
H A Dkern_thr.c260 ast_sched(newtd, TDA_SUSPEND); in thread_create()
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.c2788 ast_sched_locked(td2, TDA_SUSPEND); in sig_suspend_threads()
3469 if (!td_ast_pending(td, TDA_SUSPEND)) in sig_ast_checksusp()
3533 if (!td_ast_pending(td, TDA_SIG) && !td_ast_pending(td, TDA_SUSPEND)) in sig_intr()
H A Dsys_process.c1114 ast_sched(td2, TDA_SUSPEND); in kern_ptrace()
/freebsd/sys/compat/linux/
H A Dlinux_fork.c316 ast_sched(newtd, TDA_SUSPEND); in linux_clone_thread()
/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.h500 TDA_SUSPEND, enumerator
/freebsd/sys/arm64/vmm/
H A Dvmm.c1430 if (td_ast_pending(td, TDA_SUSPEND)) { in vm_handle_suspend()