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

/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h618 static inline int reuse_fd(int fixed_fd, int tmp_fd) function
H A Dlibbpf.c4786 err = reuse_fd(map->fd, new_fd);
5170 /* obj->gen_loader case, prevent reuse_fd() from closing map_fd */
5179 return reuse_fd(map->fd, map_fd);

Completed in 146 milliseconds