Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_resource.c631 PROC_STATUNLOCK(p); in lim_cb()
1085 PROC_STATUNLOCK(p); in kern_getrusage()
1193 PROC_STATUNLOCK(p); in rufetchcalc()
H A Dkern_time.c283 PROC_STATUNLOCK(targetp); in kern_process_cputime()
334 PROC_STATUNLOCK(p); in kern_clock_gettime()
342 PROC_STATUNLOCK(p); in kern_clock_gettime()
H A Dkern_exit.c682 PROC_STATUNLOCK(p); in exit1()
1122 PROC_STATUNLOCK(p); in proc_to_reap()
H A Dinit_main.c654 PROC_STATUNLOCK(p); in proc0_post()
H A Dkern_racct.c1276 PROC_STATUNLOCK(p); in racctd()
H A Dkern_thread.c945 PROC_STATUNLOCK(p); in thread_exit()
H A Dkern_proc.c1137 PROC_STATUNLOCK(p); in fill_kinfo_proc_only()
1318 PROC_STATUNLOCK(p); in fill_kinfo_thread()
/f-stack/freebsd/sys/
H A Dproc.h732 #define PROC_STATUNLOCK(p) mtx_unlock_spin(&(p)->p_statmtx) macro