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

/freebsd-9.3-release/sys/kern/
H A Duipc_usrreq.c266 #define UNP_PCB_LOCK(unp) mtx_lock(&(unp)->unp_mtx) macro
348 UNP_PCB_LOCK(unp);
351 UNP_PCB_LOCK(unp2);
376 UNP_PCB_LOCK(unp2);
483 UNP_PCB_LOCK(unp);
546 UNP_PCB_LOCK(unp);
561 UNP_PCB_LOCK(unp);
589 UNP_PCB_LOCK(unp);
592 UNP_PCB_LOCK(unp2);
609 UNP_PCB_LOCK(un
[all...]

Completed in 97 milliseconds