Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/libarena/selftests/
H A Dtest_parallel_spmc.bpf.c41 static volatile bool test_abort; variable
125 test_abort = false; in spmc_common_init()
159 if (test_abort) in spmc_quiesce_on_owner()
165 test_abort = true; in spmc_quiesce_on_owner()
179 if (test_abort) { in spmc_quiesce_on_stealer()
187 test_abort = true; in spmc_quiesce_on_stealer()
195 test_abort = true; in spmc_quiesce_on_stealer()
206 test_abort = true; in spmc_update_stats()
211 test_abort = true; in spmc_update_stats()
231 test_abort = true; in spmc_validate_owner_empty()
[all …]
H A Dtest_parallel_bitmap.bpf.c17 static volatile bool test_abort; variable
46 if (test_abort) in bitmap_wait_for_start()
52 test_abort = true; in bitmap_wait_for_start()
117 if (test_abort) in bitmap_test_common_single()
122 test_abort = true; in bitmap_test_common_single()
146 if (test_abort) in bitmap_test_common()