Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/map_tests/
Dsk_storage_map.c43 static unsigned int threads_err(void) in threads_err() function
55 while (!is_stopped() && !threads_err()) in wait_for_threads_err()
79 !threads_err()) in wait_for_threads_done()
82 return !is_stopped() && !threads_err(); in wait_for_threads_done()
87 while (threads_done() && !is_stopped() && !threads_err()) in wait_for_threads_redo()
90 return !is_stopped() && !threads_err(); in wait_for_threads_redo()