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

/freebsd-9.3-release/sys/kern/
H A Duipc_usrreq.c234 static struct mtx unp_list_lock; variable in typeref:struct:mtx
252 #define UNP_LIST_LOCK_INIT() mtx_init(&unp_list_lock, \
253 "unp_list_lock", NULL, MTX_DEF)
254 #define UNP_LIST_LOCK() mtx_lock(&unp_list_lock)
255 #define UNP_LIST_UNLOCK() mtx_unlock(&unp_list_lock)

Completed in 68 milliseconds