Home
last modified time | relevance | path

Searched refs:sys_select (Results 1 – 25 of 26) sorted by relevance

12

/linux-5.19.10/tools/include/nolibc/
Dunistd.h21 if (sys_select(0, 0, 0, 0, &my_timeval) < 0) in msleep()
34 if (sys_select(0, 0, 0, 0, &my_timeval) < 0) in sleep()
45 return sys_select(0, 0, 0, 0, &my_timeval); in usleep()
Dsys.h942 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select() function
965 #error None of __NR_select, __NR_pselect6, nor __NR__newselect defined, cannot implement sys_select in sys_select()
972 int ret = sys_select(nfds, rfds, wfds, efds, timeout); in select()
/linux-5.19.10/arch/powerpc/kernel/
Dsyscalls.c79 return sys_select(n, inp, outp, exp, tvp); in ppc_select()
/linux-5.19.10/arch/sparc/kernel/syscalls/
Dsyscall.tbl120 93 common select sys_select
278 230 common _newselect sys_select compat_sys_select
/linux-5.19.10/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl32 22 n64 _newselect sys_select
/linux-5.19.10/arch/ia64/kernel/syscalls/
Dsyscall.tbl77 65 common select sys_select
/linux-5.19.10/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl32 22 n64 _newselect sys_select
Dsyscall_o32.tbl156 142 o32 _newselect sys_select compat_sys_select
/linux-5.19.10/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl34 23 common select sys_select
/linux-5.19.10/arch/xtensa/kernel/syscalls/
Dsyscall.tbl25 14 common select sys_select
/linux-5.19.10/arch/x86/entry/syscalls/
Dsyscall_64.tbl34 23 common select sys_select
Dsyscall_32.tbl156 142 i386 _newselect sys_select compat_sys_select
/linux-5.19.10/arch/sh/kernel/syscalls/
Dsyscall.tbl152 142 common _newselect sys_select
/linux-5.19.10/arch/microblaze/kernel/syscalls/
Dsyscall.tbl152 142 common _newselect sys_select
/linux-5.19.10/arch/arm/tools/
Dsyscall.tbl158 142 common _newselect sys_select
/linux-5.19.10/arch/parisc/kernel/syscalls/
Dsyscall.tbl159 142 common _newselect sys_select compat_sys_select
/linux-5.19.10/arch/m68k/kernel/syscalls/
Dsyscall.tbl152 142 common _newselect sys_select
/linux-5.19.10/arch/alpha/kernel/syscalls/
Dsyscall.tbl291 358 common select sys_select
/linux-5.19.10/arch/s390/kernel/syscalls/
Dsyscall.tbl134 142 64 select sys_select -
/linux-5.19.10/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl189 142 common _newselect sys_select compat_sys_select
/linux-5.19.10/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl134 142 64 select sys_select -
/linux-5.19.10/arch/powerpc/kernel/syscalls/
Dsyscall.tbl189 142 common _newselect sys_select compat_sys_select
/linux-5.19.10/tools/perf/Documentation/
Dperf-script-python.txt58 sys_select 102
/linux-5.19.10/include/linux/
Dsyscalls.h1156 asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp,
/linux-5.19.10/Documentation/trace/
Dftrace.rst880 sshd-1974 [003] .... 17284.993658: sys_select <-system_call_fastpath
3559 16) 224 96 sys_select+0x91/0xb9

12