Searched refs:PROC_SLOCK (Results 1 – 10 of 10) sorted by relevance
1275 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()
2358 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 …]
712 PROC_SLOCK(p); in exit1()1354 PROC_SLOCK(p); in wait6_check_alive()1372 PROC_SLOCK(p); in wait6_check_alive()
559 PROC_SLOCK(td->td_proc); in poll_idle()
391 PROC_SLOCK(p); in kthread_exit()
410 PROC_SLOCK(p); in kern_thr_exit()
791 PROC_SLOCK(p); in ptrace_unsuspend()1091 PROC_SLOCK(p); in kern_ptrace()
763 PROC_SLOCK(p2); in do_fork()
486 PROC_SLOCK(p); in sleepq_check_ast_sc_locked()
789 #define PROC_SLOCK(p) mtx_lock_spin(&(p)->p_slock) macro