Home
last modified time | relevance | path

Searched refs:procid_lock (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_proc.c132 struct mtx __exclusive_cache_line procid_lock; variable
184 mtx_init(&procid_lock, "procid", NULL, MTX_DEF); in procinit()
336 mtx_lock(&procid_lock); in proc_id_set()
340 mtx_unlock(&procid_lock); in proc_id_set()
351 mtx_lock(&procid_lock); in proc_id_set_cond()
353 mtx_unlock(&procid_lock); in proc_id_set_cond()
362 mtx_lock(&procid_lock); in proc_id_clear()
366 mtx_unlock(&procid_lock); in proc_id_clear()
H A Dkern_fork.c268 mtx_lock(&procid_lock); in fork_findpid()
301 mtx_unlock(&procid_lock); in fork_findpid()
/f-stack/freebsd/sys/
H A Dproc.h1008 extern struct mtx procid_lock;