Searched refs:apc_lock (Results 1 – 1 of 1) sorted by relevance
478 struct sx apc_lock; member534 sx_init(&(apc)->apc_lock, "MANA port lock")535 #define MANA_APC_LOCK_DESTROY(apc) sx_destroy(&(apc)->apc_lock)536 #define MANA_APC_LOCK_LOCK(apc) sx_xlock(&(apc)->apc_lock)537 #define MANA_APC_LOCK_UNLOCK(apc) sx_unlock(&(apc)->apc_lock)