Searched refs:procid_lock (Results 1 – 3 of 3) sorted by relevance
139 struct mtx __exclusive_cache_line procid_lock; variable192 mtx_init(&procid_lock, "procid", NULL, MTX_DEF); in procinit()343 mtx_lock(&procid_lock); in proc_id_set()347 mtx_unlock(&procid_lock); in proc_id_set()358 mtx_lock(&procid_lock); in proc_id_set_cond()360 mtx_unlock(&procid_lock); in proc_id_set_cond()369 mtx_lock(&procid_lock); in proc_id_clear()373 mtx_unlock(&procid_lock); in proc_id_clear()
325 mtx_lock(&procid_lock); in fork_findpid()358 mtx_unlock(&procid_lock); in fork_findpid()
1102 extern struct mtx procid_lock;