Searched refs:sys_select (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | unistd.h | 26 if (sys_select(0, 0, 0, 0, &my_timeval) < 0) in msleep() 39 if (sys_select(0, 0, 0, 0, &my_timeval) < 0) in sleep() 50 return sys_select(0, 0, 0, 0, &my_timeval); in usleep()
|
H A D | sys.h | 914 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select() function 944 return __sysret(sys_select(nfds, rfds, wfds, efds, timeout)); in select()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | syscalls.c | 79 * sys_select() with the appropriate args. -- Cort 95 return sys_select(n, inp, outp, exp, tvp); in ppc_select()
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
H A D | nolibc.h | 29 * not implement select() and need pselect6() instead, so the sys_select() 1660 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select() function 2136 int ret = sys_select(nfds, rfds, wfds, efds, timeout); in select() 2174 if (sys_select(0, 0, 0, 0, &my_timeval) < 0) in sleep()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | scall-trans-i386.S | 250 PTR sys_select /* 142 */
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | syscalls.h | 1133 asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | syscalls.h | 1041 asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp,
|
Completed in 11 milliseconds