Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_usrreq.c284 #define UNP_PCB_TRYLOCK(unp) mtx_trylock(&(unp)->unp_mtx) macro
392 if (__predict_true(UNP_PCB_TRYLOCK(unp2))) in unp_pcb_lock_peer()