Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_usrreq.c287 #define UNP_PCB_LOCK_ASSERT(unp) mtx_assert(&(unp)->unp_mtx, MA_OWNED) macro
328 UNP_PCB_LOCK_ASSERT(unp); in unp_pcb_rele()
383 UNP_PCB_LOCK_ASSERT(unp); in unp_pcb_lock_peer()
1691 UNP_PCB_LOCK_ASSERT(unp); in unp_connect2()
1692 UNP_PCB_LOCK_ASSERT(unp2); in unp_connect2()
1736 UNP_PCB_LOCK_ASSERT(unp); in unp_disconnect()
1737 UNP_PCB_LOCK_ASSERT(unp2); in unp_disconnect()
1951 UNP_PCB_LOCK_ASSERT(unp); in unp_shutdown()