Home
last modified time | relevance | path

Searched defs:max_fd (Results 1 - 16 of 16) sorted by relevance

/third_party/ltp/include/lapi/
H A Dclose_range.h22 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 Dclose_range_test.c26 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 Dfreertos-service.c133 int max_fd = 0; in _lws_plat_service_tsi() local
/third_party/ltp/testcases/kernel/syscalls/close_range/
H A Dclose_range01.c36 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 Dclose_range_test.c47 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 Ddaemon.c441 int max_fd = -1; in SPDYF_get_fdset() local
/third_party/libuv/src/unix/
H A Dstream.c153 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 Dfile.c716 int __close_range(unsigned fd, unsigned max_fd, unsigned int flags) in __close_range() argument
/kernel/linux/linux-6.6/fs/
H A Dfile.c682 __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 Dstream.c143 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 Deloop.c100 int max_fd; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Deloop.c100 int max_fd; member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_sockmap.c592 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 Dtest_sockmap.c600 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 Dmulti.c1155 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 Ddaemon.c628 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...]

Completed in 23 milliseconds