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

/freebsd-11-stable/sys/mips/nlm/
H A Dcms.c92 static struct mtx msgmap_lock; variable in typeref:struct:mtx
398 mtx_lock_spin(&msgmap_lock);
405 mtx_unlock_spin(&msgmap_lock);
430 mtx_init(&msgmap_lock, "msgring", NULL, MTX_SPIN);
/freebsd-11-stable/sys/mips/rmi/
H A Dfmn.c109 static struct mtx msgmap_lock; variable in typeref:struct:mtx
178 mtx_init(&msgmap_lock, "msgring", NULL, MTX_SPIN);
424 mtx_lock_spin(&msgmap_lock);
431 mtx_unlock_spin(&msgmap_lock);

Completed in 155 milliseconds