Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_epoch.c88 volatile int e_drain_count; member
926 if (atomic_fetchadd_int(&epoch->e_drain_count, -1) == 1) { in epoch_drain_cb()
967 epoch->e_drain_count++; in epoch_drain_callbacks()
988 while (epoch->e_drain_count != 0) in epoch_drain_callbacks()