Searched refs:PROC_STATUNLOCK (Results 1 – 8 of 8) sorted by relevance
631 PROC_STATUNLOCK(p); in lim_cb()1085 PROC_STATUNLOCK(p); in kern_getrusage()1193 PROC_STATUNLOCK(p); in rufetchcalc()
283 PROC_STATUNLOCK(targetp); in kern_process_cputime()334 PROC_STATUNLOCK(p); in kern_clock_gettime()342 PROC_STATUNLOCK(p); in kern_clock_gettime()
682 PROC_STATUNLOCK(p); in exit1()1122 PROC_STATUNLOCK(p); in proc_to_reap()
654 PROC_STATUNLOCK(p); in proc0_post()
1276 PROC_STATUNLOCK(p); in racctd()
945 PROC_STATUNLOCK(p); in thread_exit()
1137 PROC_STATUNLOCK(p); in fill_kinfo_proc_only()1318 PROC_STATUNLOCK(p); in fill_kinfo_thread()
732 #define PROC_STATUNLOCK(p) mtx_unlock_spin(&(p)->p_statmtx) macro