Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.h471 LIBBPF_API int bpf_map__set_initial_value(struct bpf_map *map,
H A Dlibbpf.c8933 int bpf_map__set_initial_value(struct bpf_map *map, in bpf_map__set_initial_value() function
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.h981 LIBBPF_API int bpf_map__set_initial_value(struct bpf_map *map,
H A Dlibbpf.c9674 int bpf_map__set_initial_value(struct bpf_map *map, in bpf_map__set_initial_value() function

Completed in 34 milliseconds