Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_epoch.c83 int e_in_use; member
391 if (epoch_array[i].e_in_use == 0) in epoch_alloc()
408 atomic_store_rel_int(&epoch->e_in_use, 1); in epoch_alloc()
423 MPASS(epoch->e_in_use != 0); in epoch_free()
427 atomic_store_rel_int(&epoch->e_in_use, 0); in epoch_free()
819 atomic_load_acq_int(&epoch->e_in_use) == 0)) in epoch_call_task()