Searched refs:unp_list_lock (Results 1 – 1 of 1) sorted by relevance
236 static struct mtx unp_list_lock; variable254 #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)