Searched refs:map_update_retriable (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_maps.c | 1403 static int map_update_retriable(int map_fd, const void *key, const void *value, in map_update_retriable() function 1452 err = map_update_retriable(fd, &key, &value, BPF_NOEXIST, MAP_RETRIES); in test_update_delete() 1456 err = map_update_retriable(fd, &key, &value, BPF_EXIST, MAP_RETRIES); in test_update_delete()
|