Searched refs:ensure_good_fd (Results 1 - 3 of 3) sorted by last modified time

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

Completed in 272 milliseconds