Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_lock_bsd.h125 if (mtx_owned(&(cpstr)->core_mtx)) { \
140 mtx_init(&(cpstr)->core_mtx, "sctp-cpulck","cpu_proc_lock", \
145 if (mtx_owned(&(cpstr)->core_mtx)) { \
146 mtx_unlock(&(cpstr)->core_mtx); \
148 mtx_destroy(&(cpstr)->core_mtx); \
152 mtx_lock(&(cpstr)->core_mtx); \
156 mtx_unlock(&(cpstr)->core_mtx); \
H A Dsctp_structs.h122 struct mtx core_mtx; member
H A Dsctp_pcb.c5453 &wkq->core_mtx, in sctp_mcore_thread()
5493 &wkq->core_mtx, in sctp_mcore_thread()
/freebsd/sys/dev/bxe/
H A Dbxe.c2532 mtx_init(&sc->core_mtx, sc->core_mtx_name, NULL, MTX_DEF); in bxe_init_mutexes()
2570 if (mtx_initialized(&sc->core_mtx)) { in bxe_release_mutexes()
2571 mtx_destroy(&sc->core_mtx); in bxe_release_mutexes()