| /third_party/ltp/include/lapi/ |
| H A D | close_range.h | 22 static inline int close_range(unsigned int fd, unsigned int max_fd, in close_range() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/core/ |
| H A D | close_range_test.c | 26 static inline int sys_close_range(unsigned int fd, unsigned int max_fd, in sys_close_range() argument
|
| /third_party/libwebsockets/lib/plat/freertos/ |
| H A D | freertos-service.c | 133 int max_fd = 0; in _lws_plat_service_tsi() local
|
| /third_party/ltp/testcases/kernel/syscalls/close_range/ |
| H A D | close_range01.c | 36 static inline void do_close_range(unsigned int fd, unsigned int max_fd, in do_close_range() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/core/ |
| H A D | close_range_test.c | 47 static inline int sys_close_range(unsigned int fd, unsigned int max_fd, in sys_close_range() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
| H A D | daemon.c | 441 int max_fd = -1; in SPDYF_get_fdset() local
|
| /third_party/libuv/src/unix/ |
| H A D | stream.c | 153 int max_fd; in uv__stream_osx_select() local 289 int max_fd; in uv__stream_try_select() local
|
| /kernel/linux/linux-5.10/fs/ |
| H A D | file.c | 716 int __close_range(unsigned fd, unsigned max_fd, unsigned int flags) in __close_range() argument
|
| /kernel/linux/linux-6.6/fs/ |
| H A D | file.c | 682 __range_cloexec(struct files_struct *cur_fds, unsigned int fd, unsigned int max_fd) __range_cloexec() argument 696 __range_close(struct files_struct *files, unsigned int fd, unsigned int max_fd) __range_close() argument 732 __close_range(unsigned fd, unsigned max_fd, unsigned int flags) __close_range() argument [all...] |
| /third_party/node/deps/uv/src/unix/ |
| H A D | stream.c | 143 int max_fd; in uv__stream_osx_select() local 279 int max_fd; in uv__stream_try_select() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | eloop.c | 100 int max_fd; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | eloop.c | 100 int max_fd; member
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 592 int slct, recvp = 0, recv, max_fd = fd; in msg_loop() local 842 int s, rc, i, max_fd = p2; in forever_ping_pong() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 600 int slct, recvp = 0, recv, max_fd = fd; in msg_loop() local 886 int s, rc, i, max_fd = p2; in forever_ping_pong() local
|
| /third_party/curl/lib/ |
| H A D | multi.c | 1155 curl_multi_fdset(struct Curl_multi *multi, fd_set *read_fd_set, fd_set *write_fd_set, fd_set *exc_fd_set, int *max_fd) curl_multi_fdset() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| H A D | daemon.c | 628 add_to_fd_set(MHD_socket fd, fd_set *set, MHD_socket *max_fd, unsigned int fd_setsize) add_to_fd_set() argument 677 MHD_get_fdset(struct MHD_Daemon *daemon, fd_set *read_fd_set, fd_set *write_fd_set, fd_set *except_fd_set, MHD_socket *max_fd) MHD_get_fdset() argument 710 MHD_get_fdset2(struct MHD_Daemon *daemon, fd_set *read_fd_set, fd_set *write_fd_set, fd_set *except_fd_set, MHD_socket *max_fd, unsigned int fd_setsize) MHD_get_fdset2() argument [all...] |