Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/map_tests/
Dsk_storage_map.c47 static unsigned int threads_err(void) in threads_err() function
59 while (!is_stopped() && !threads_err()) in wait_for_threads_err()
83 !threads_err()) in wait_for_threads_done()
86 return !is_stopped() && !threads_err(); in wait_for_threads_done()
91 while (threads_done() && !is_stopped() && !threads_err()) in wait_for_threads_redo()
94 return !is_stopped() && !threads_err(); in wait_for_threads_redo()