Searched refs:procid_lock (Results 1 – 3 of 3) sorted by relevance
136 struct mtx __exclusive_cache_line procid_lock; variable189 mtx_init(&procid_lock, "procid", NULL, MTX_DEF); in procinit()341 mtx_lock(&procid_lock); in proc_id_set()345 mtx_unlock(&procid_lock); in proc_id_set()356 mtx_lock(&procid_lock); in proc_id_set_cond()358 mtx_unlock(&procid_lock); in proc_id_set_cond()367 mtx_lock(&procid_lock); in proc_id_clear()371 mtx_unlock(&procid_lock); in proc_id_clear()
265 mtx_lock(&procid_lock); in fork_findpid()298 mtx_unlock(&procid_lock); in fork_findpid()
1078 extern struct mtx procid_lock;