Searched refs:bpf_map__unpin (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.h | 479 LIBBPF_API int bpf_map__unpin(struct bpf_map *map, const char *path);
|
H A D | libbpf.c | 7359 bpf_map__unpin(&obj->maps[i], NULL); in bpf_object__load_xattr() 7663 int bpf_map__unpin(struct bpf_map *map, const char *path) in bpf_map__unpin() function 7781 bpf_map__unpin(map, NULL); in bpf_object__pin_maps() 7814 err = bpf_map__unpin(map, pin_path); in bpf_object__unpin_maps()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.h | 258 * If `path` is NULL `bpf_map__unpin` (which is being used on each map) 1034 * @brief **bpf_map__unpin()** removes the file that serves as a 1044 LIBBPF_API int bpf_map__unpin(struct bpf_map *map, const char *path);
|
H A D | libbpf.c | 7981 bpf_map__unpin(&obj->maps[i], NULL); in bpf_object_load() 8156 int bpf_map__unpin(struct bpf_map *map, const char *path) in bpf_map__unpin() function 8272 bpf_map__unpin(map, NULL); in bpf_object__pin_maps() 8300 err = bpf_map__unpin(map, pin_path); in bpf_object__unpin_maps()
|
Completed in 38 milliseconds