Searched refs:msgmap_lock (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/mips/nlm/
H A Dcms.c94 static struct mtx msgmap_lock; variable in typeref:struct:mtx
400 mtx_lock_spin(&msgmap_lock);
407 mtx_unlock_spin(&msgmap_lock);
432 mtx_init(&msgmap_lock, "msgring", NULL, MTX_SPIN);

Completed in 153 milliseconds