Searched refs:procid_lock (Results 1 – 3 of 3) sorted by relevance
137 struct mtx __exclusive_cache_line procid_lock; variable189 mtx_init(&procid_lock, "procid", NULL, MTX_DEF); in procinit()340 mtx_lock(&procid_lock); in proc_id_set()344 mtx_unlock(&procid_lock); in proc_id_set()355 mtx_lock(&procid_lock); in proc_id_set_cond()357 mtx_unlock(&procid_lock); in proc_id_set_cond()366 mtx_lock(&procid_lock); in proc_id_clear()370 mtx_unlock(&procid_lock); in proc_id_clear()
268 mtx_lock(&procid_lock); in fork_findpid()301 mtx_unlock(&procid_lock); in fork_findpid()
1024 extern struct mtx procid_lock;