Home
last modified time | relevance | path

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

/src/sys/kern/ !
H A Dkern_thread.c1275 PROC_SLOCK(p); in thread_single()
1330 PROC_SLOCK(p); in thread_single()
1476 PROC_SLOCK(p); in thread_suspend_check()
1570 PROC_SLOCK(p); in thread_suspend_switch()
1624 PROC_SLOCK(p); in thread_run_flash()
1686 PROC_SLOCK(p); in thread_single_end()
H A Dkern_sig.c2358 PROC_SLOCK(p); in tdsendsignal()
2443 PROC_SLOCK(p); in tdsendsignal()
2449 PROC_SLOCK(p); in tdsendsignal()
2498 PROC_SLOCK(p); in tdsendsignal()
2523 PROC_SLOCK(p); in tdsendsignal()
2552 PROC_SLOCK(p); in tdsendsignal()
2576 PROC_SLOCK(p); in tdsigwakeup()
2891 PROC_SLOCK(p); in ptracestop()
2943 PROC_SLOCK(p); in ptracestop()
3285 PROC_SLOCK(p); in sigprocess()
[all …]
H A Dkern_exit.c712 PROC_SLOCK(p); in exit1()
1354 PROC_SLOCK(p); in wait6_check_alive()
1372 PROC_SLOCK(p); in wait6_check_alive()
H A Dkern_poll.c559 PROC_SLOCK(td->td_proc); in poll_idle()
H A Dkern_kthread.c391 PROC_SLOCK(p); in kthread_exit()
H A Dkern_thr.c410 PROC_SLOCK(p); in kern_thr_exit()
H A Dsys_process.c791 PROC_SLOCK(p); in ptrace_unsuspend()
1091 PROC_SLOCK(p); in kern_ptrace()
H A Dkern_fork.c763 PROC_SLOCK(p2); in do_fork()
H A Dsubr_sleepqueue.c486 PROC_SLOCK(p); in sleepq_check_ast_sc_locked()
/src/sys/sys/ !
H A Dproc.h789 #define PROC_SLOCK(p) mtx_lock_spin(&(p)->p_slock) macro