Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/libarena/selftests/
H A Dtest_parallel_spmc.bpf.c627 u64 round, val, active_epoch; in spmc_burst_stealer() local
633 active_epoch = round * 2 + 1; in spmc_burst_stealer()
639 ret = spmc_quiesce_on_owner(active_epoch); in spmc_burst_stealer()
643 while (owner_epoch == active_epoch && can_loop) { in spmc_burst_stealer()