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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_debug.c187 extern struct mtx bxe_prev_mtx;
199 mtx_lock(&bxe_prev_mtx);
224 mtx_unlock(&bxe_prev_mtx);
238 mtx_lock(&bxe_prev_mtx);
283 mtx_unlock(&bxe_prev_mtx);
H A Dbxe.c241 struct mtx bxe_prev_mtx; variable in typeref:struct:mtx
242 MTX_SYSINIT(bxe_prev_mtx, &bxe_prev_mtx, "bxe_prev_lock", MTX_DEF);
15394 mtx_lock(&bxe_prev_mtx);
15410 mtx_unlock(&bxe_prev_mtx);
15421 mtx_lock(&bxe_prev_mtx);
15437 mtx_unlock(&bxe_prev_mtx);
15441 mtx_unlock(&bxe_prev_mtx);
15457 mtx_lock(&bxe_prev_mtx);
15464 mtx_unlock(&bxe_prev_mtx);
[all...]

Completed in 103 milliseconds