Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netipx/
Dspx_usrreq.c97 static struct mtx spx_mtx; /* Protects only spx_iss. */ variable
104 #define SPX_LOCK_INIT() mtx_init(&spx_mtx, "spx_mtx", NULL, MTX_DEF)
105 #define SPX_LOCK() mtx_lock(&spx_mtx)
106 #define SPX_UNLOCK() mtx_unlock(&spx_mtx)