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 D | global_data_init.c | 30 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 D | global_data_init.c | 30 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 D | libbpf.h | 471 LIBBPF_API int bpf_map__set_initial_value(struct bpf_map *map,
|
H A D | libbpf.c | 8933 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 D | libbpf.h | 981 LIBBPF_API int bpf_map__set_initial_value(struct bpf_map *map,
|
H A D | libbpf.c | 9674 int bpf_map__set_initial_value(struct bpf_map *map, in bpf_map__set_initial_value() function
|
Completed in 34 milliseconds