Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_thread.c592 ast_register(TDA_SUSPEND, ASTR_ASTF_REQUIRED, 0, ast_suspend); in threadinit()
1287 ast_sched_locked(td2, TDA_SUSPEND); in thread_single()
1531 if (!td_ast_pending(td, TDA_SUSPEND)) in thread_check_susp()
1562 ast_unsched_locked(td, TDA_SUSPEND); in thread_suspend_switch()
1583 ast_unsched_locked(td, TDA_SUSPEND); in thread_suspend_one()
HDkern_thr.c260 ast_sched(newtd, TDA_SUSPEND); in thread_create()
HDsubr_sleepqueue.c454 if (!td_ast_pending(td, TDA_SIG) && !td_ast_pending(td, TDA_SUSPEND)) in sleepq_check_ast_sc_locked()
HDkern_sig.c2831 ast_sched_locked(td2, TDA_SUSPEND); in sig_suspend_threads()
3531 if (!td_ast_pending(td, TDA_SUSPEND)) in sig_ast_checksusp()
3595 if (!td_ast_pending(td, TDA_SIG) && !td_ast_pending(td, TDA_SUSPEND)) in sig_intr()
HDsys_process.c1118 ast_sched(td2, TDA_SUSPEND); in kern_ptrace()
/freebsd-14-stable/sys/compat/linux/
HDlinux_fork.c316 ast_sched(newtd, TDA_SUSPEND); in linux_clone_thread()
/freebsd-14-stable/sys/amd64/vmm/
HDvmm.c1467 if (td_ast_pending(td, TDA_SUSPEND)) { in vm_handle_rendezvous()
1557 if (td_ast_pending(td, TDA_SUSPEND)) { in vm_handle_hlt()
1730 if (td_ast_pending(td, TDA_SUSPEND)) { in vm_handle_suspend()
/freebsd-14-stable/sys/sys/
HDproc.h499 TDA_SUSPEND, enumerator