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

/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h586 static inline int ensure_good_fd(int fd) function
H A Dbpf.c84 return ensure_good_fd(fd);
H A Dlibbpf.c1661 fd = ensure_good_fd(sys_memfd_create("libbpf-placeholder-fd", MFD_CLOEXEC));
4777 * This is similar to what we do in ensure_good_fd(), but without

Completed in 150 milliseconds