Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_epoch.c86 struct mtx e_drain_mtx; member
401 mtx_init(&epoch->e_drain_mtx, "epoch-drain-mtx", NULL, MTX_DEF); in epoch_alloc()
449 mtx_destroy(&epoch->e_drain_mtx); in epoch_free()
950 mtx_lock(&epoch->e_drain_mtx); in epoch_drain_cb()
952 mtx_unlock(&epoch->e_drain_mtx); in epoch_drain_cb()
979 mtx_lock(&epoch->e_drain_mtx); in epoch_drain_callbacks()
1012 msleep(epoch, &epoch->e_drain_mtx, PZERO, "EDRAIN", 0); in epoch_drain_callbacks()
1014 mtx_unlock(&epoch->e_drain_mtx); in epoch_drain_callbacks()