Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_maps.h21 int map_update_retriable(int map_fd, const void *key, const void *value, int flags, int attempts,
H A Dtest_maps.c1405 int map_update_retriable(int map_fd, const void *key, const void *value, int flags, int attempts, in map_update_retriable() function
1454 err = map_update_retriable(fd, &key, &value, BPF_NOEXIST, MAP_RETRIES, in test_update_delete()
1459 err = map_update_retriable(fd, &key, &value, BPF_EXIST, MAP_RETRIES, in test_update_delete()
/linux-6.15/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c187 ret = map_update_retriable(opts->map_fd, &i, val_ptr, 0, in patch_map_thread()