Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_epoch.c87 struct mtx e_drain_mtx; member
370 mtx_init(&epoch->e_drain_mtx, "epoch-drain-mtx", NULL, MTX_DEF); in epoch_alloc()
418 mtx_destroy(&epoch->e_drain_mtx); in epoch_free()
927 mtx_lock(&epoch->e_drain_mtx); in epoch_drain_cb()
929 mtx_unlock(&epoch->e_drain_mtx); in epoch_drain_cb()
956 mtx_lock(&epoch->e_drain_mtx); in epoch_drain_callbacks()
989 msleep(epoch, &epoch->e_drain_mtx, PZERO, "EDRAIN", 0); in epoch_drain_callbacks()
991 mtx_unlock(&epoch->e_drain_mtx); in epoch_drain_callbacks()