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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtailcalls.c1186 bpf_map__unpin(call->maps.jmp_table, JMP_TABLE);
/linux-master/tools/lib/bpf/
H A Dlibbpf.h277 * If `path` is NULL `bpf_map__unpin` (which is being used on each map)
1068 * @brief **bpf_map__unpin()** removes the file that serves as a
1078 LIBBPF_API int bpf_map__unpin(struct bpf_map *map, const char *path);
H A Dlibbpf.c8442 bpf_map__unpin(&obj->maps[i], NULL);
8617 int bpf_map__unpin(struct bpf_map *map, const char *path) function
8733 bpf_map__unpin(map, NULL);
8761 err = bpf_map__unpin(map, pin_path);

Completed in 162 milliseconds