Home
last modified time | relevance | path

Searched refs:fd_set_bits (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dpoll.h114 } fd_set_bits; typedef
156 extern int do_select(int n, fd_set_bits *fds, struct timespec *end_time);
/linux-4.4.14/fs/
Dselect.c342 static int max_select_fd(unsigned long n, fd_set_bits *fds) in max_select_fd()
399 int do_select(int n, fd_set_bits *fds, struct timespec *end_time) in do_select()
550 fd_set_bits fds; in core_sys_select()
Dcompat.c1238 fd_set_bits fds; in compat_core_sys_select()