Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_lock_bsd.h116 if (mtx_owned(&(cpstr)->core_mtx)) { \
117 mtx_unlock(&(cpstr)->que_mtx); \
119 mtx_destroy(&(cpstr)->que_mtx); \
122 #define SCTP_MCORE_QLOCK(cpstr) do { \ argument
123 mtx_lock(&(cpstr)->que_mtx); \
127 mtx_unlock(&(cpstr)->que_mtx); \
137 mtx_unlock(&(cpstr)->core_mtx); \
139 mtx_destroy(&(cpstr)->core_mtx); \
142 #define SCTP_MCORE_LOCK(cpstr) do { \ argument
143 mtx_lock(&(cpstr)->core_mtx); \
[all …]