Home
last modified time | relevance | path

Searched refs:reuse_fd (Results 1 – 2 of 2) sorted by relevance

/linux/tools/lib/bpf/
H A Dlibbpf_internal.h709 static inline int reuse_fd(int fixed_fd, int tmp_fd) in reuse_fd() function
H A Dlibbpf.c5096 err = reuse_fd(map->fd, new_fd); in bpf_map__reuse_fd()
5536 return reuse_fd(map->fd, map_fd); in bpf_object__create_map()