Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/libarena/selftests/
H A Dtest_parallel_spmc.bpf.c58 static volatile u64 round_steals; variable
131 round_steals = 0; in spmc_common_init()
542 if (round_steals >= target) in DEFINE_PARALLEL_SPMC_TEST()
558 round_steals = 0; in spmc_burst_owner_round()
578 stolen = round_steals; in spmc_burst_owner_round()
652 __sync_fetch_and_add(&round_steals, 1); in spmc_burst_stealer()