Searched refs:e_drain_mtx (Results 1 – 1 of 1) sorted by relevance
87 struct mtx e_drain_mtx; member370 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()