Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/map_tests/
Dsk_storage_map.c38 static int sk_storage_map = -1; variable
99 while (READ_ONCE(sk_storage_map) == -1 && !is_stopped()) in wait_for_map()
107 while (READ_ONCE(sk_storage_map) != -1 && !is_stopped()) in wait_for_map_close()
185 map_fd = READ_ONCE(sk_storage_map); in insert_close_thread()
251 WRITE_ONCE(sk_storage_map, map_fd); in do_sk_storage_map_stress_free()
256 WRITE_ONCE(sk_storage_map, -1); in do_sk_storage_map_stress_free()
287 int map_fd = READ_ONCE(sk_storage_map); in update_thread()
311 int map_fd = READ_ONCE(sk_storage_map); in delete_thread()
352 WRITE_ONCE(sk_storage_map, map_fd); in do_sk_storage_map_stress_change()