Home
last modified time | relevance | path

Searched refs:sys_select (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dunistd.h26 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 Dsys.h914 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 Dsyscalls.c79 * 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 Dnolibc.h29 * 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 Dscall-trans-i386.S250 PTR sys_select /* 142 */
/kernel/linux/linux-5.10/include/linux/
H A Dsyscalls.h1133 asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp,
/kernel/linux/linux-6.6/include/linux/
H A Dsyscalls.h1041 asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp,

Completed in 11 milliseconds