Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDuipc_usrreq.c236 static struct mtx unp_list_lock; variable
254 #define UNP_LIST_LOCK_INIT() mtx_init(&unp_list_lock, \
256 #define UNP_LIST_LOCK() mtx_lock(&unp_list_lock)
257 #define UNP_LIST_UNLOCK() mtx_unlock(&unp_list_lock)