Searched refs:bpf_object__unpin_maps (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c119 err = bpf_object__unpin_maps(obj, NULL);
/linux-master/tools/lib/bpf/
H A Dlibbpf.h271 * @brief **bpf_object__unpin_maps()** unpins each map contained within
281 LIBBPF_API int bpf_object__unpin_maps(struct bpf_object *obj,
H A Dlibbpf.c8739 int bpf_object__unpin_maps(struct bpf_object *obj, const char *path) function
8839 bpf_object__unpin_maps(obj, path);
8854 err = bpf_object__unpin_maps(obj, path);

Completed in 215 milliseconds