Searched defs:max_fd (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/fs/ |
D | file.c | 727 unsigned int fd, unsigned int max_fd) in __range_cloexec() 741 unsigned int max_fd) in __range_close() 777 SYSCALL_DEFINE3(close_range, unsigned int, fd, unsigned int, max_fd, in SYSCALL_DEFINE3() argument
|
/linux-6.14.4/tools/testing/selftests/core/ |
D | close_range_test.c | 33 static inline int sys_close_range(unsigned int fd, unsigned int max_fd, in sys_close_range()
|
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 679 int slct, recvp = 0, recv, max_fd = fd; in msg_loop() local 982 int s, rc, i, max_fd = p2; in forever_ping_pong() local
|