Searched refs:map_update_retriable (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_maps.h | 21 int map_update_retriable(int map_fd, const void *key, const void *value, int flags, int attempts,
|
| H A D | test_maps.c | 1405 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 D | map_percpu_stats.c | 187 ret = map_update_retriable(opts->map_fd, &i, val_ptr, 0, in patch_map_thread()
|