Searched refs:bpf_map__set_pin_path (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | pinning.c | 133 err = bpf_map__set_pin_path(map, custpinpath); in test_pinning() 172 err = bpf_map__set_pin_path(map, nopinpath2); in test_pinning() 174 err = bpf_map__set_pin_path(map, pinpath); in test_pinning() 248 err = bpf_map__set_pin_path(map, custpinpath); in test_pinning()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | pinning.c | 137 err = bpf_map__set_pin_path(map, custpinpath); in test_pinning() 181 err = bpf_map__set_pin_path(map, nopinpath2); in test_pinning() 183 err = bpf_map__set_pin_path(map, pinpath); in test_pinning() 257 err = bpf_map__set_pin_path(map, custpinpath); in test_pinning()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.h | 475 LIBBPF_API int bpf_map__set_pin_path(struct bpf_map *map, const char *path);
|
H A D | libbpf.c | 1975 return bpf_map__set_pin_path(map, buf); in build_map_pin_path() 7699 int bpf_map__set_pin_path(struct bpf_map *map, const char *path) in bpf_map__set_pin_path() function
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.h | 995 * @brief **bpf_map__set_pin_path()** sets the path attribute that tells where the 1001 LIBBPF_API int bpf_map__set_pin_path(struct bpf_map *map, const char *path);
|
H A D | libbpf.c | 2189 return bpf_map__set_pin_path(map, buf); in build_map_pin_path() 8192 int bpf_map__set_pin_path(struct bpf_map *map, const char *path) in bpf_map__set_pin_path() function
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | veristat.c | 883 bpf_map__set_pin_path(map, NULL); in fixup_obj()
|
Completed in 39 milliseconds