Home
last modified time | relevance | path

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

/freebsd/sys/nlm/
H A Dnlm_advlock.c71 struct mtx nlm_svid_lock; variable
99 mtx_init(&nlm_svid_lock, "NLM svid lock", NULL, MTX_DEF); in nlm_client_init()
101 nlm_svid_allocator = new_unrhdr(PID_MAX + 2, INT_MAX, &nlm_svid_lock); in nlm_client_init()
316 mtx_lock(&nlm_svid_lock); in nlm_advlock_internal()
321 mtx_unlock(&nlm_svid_lock); in nlm_advlock_internal()
335 mtx_lock(&nlm_svid_lock); in nlm_advlock_internal()
348 mtx_unlock(&nlm_svid_lock); in nlm_advlock_internal()
356 mtx_lock(&nlm_svid_lock); in nlm_advlock_internal()
361 mtx_unlock(&nlm_svid_lock); in nlm_advlock_internal()
416 mtx_lock(&nlm_svid_lock); in nlm_set_creds_for_lock()
[all …]