Searched refs:cpstr (Results 1 – 1 of 1) sorted by relevance
119 #define SCTP_MCORE_QLOCK_INIT(cpstr) do { \ argument120 mtx_init(&(cpstr)->que_mtx, "sctp-mcore_queue","queue_lock", \124 #define SCTP_MCORE_QDESTROY(cpstr) do { \ argument125 if (mtx_owned(&(cpstr)->core_mtx)) { \126 mtx_unlock(&(cpstr)->que_mtx); \128 mtx_destroy(&(cpstr)->que_mtx); \131 #define SCTP_MCORE_QLOCK(cpstr) do { \ argument132 mtx_lock(&(cpstr)->que_mtx); \135 #define SCTP_MCORE_QUNLOCK(cpstr) do { \ argument136 mtx_unlock(&(cpstr)->que_mtx); \[all …]