Home
last modified time | relevance | path

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

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