Searched refs:bpf_map__set_initial_value (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dglobal_data_init.c30 err = bpf_map__set_initial_value(map, newval, sz - 1);
34 err = bpf_map__set_initial_value(map, newval, sz);
56 err = bpf_map__set_initial_value(map, newval, sz);
/linux-master/tools/lib/bpf/
H A Dlibbpf.h1015 LIBBPF_API int bpf_map__set_initial_value(struct bpf_map *map,
H A Dlibbpf.c10143 int bpf_map__set_initial_value(struct bpf_map *map, function

Completed in 186 milliseconds