Searched refs:sys_select (Results 1 – 6 of 6) sorted by relevance
/tools/include/nolibc/ |
D | nolibc.h | 376 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select() function 399 #error None of __NR_select, __NR_pselect6, nor __NR__newselect defined, cannot implement sys_select… in sys_select() 898 int ret = sys_select(nfds, rfds, wfds, efds, timeout); in select() 936 if (sys_select(0, 0, 0, 0, &my_timeval) < 0) in sleep() 947 if (sys_select(0, 0, 0, 0, &my_timeval) < 0) in msleep()
|
/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 32 22 n64 _newselect sys_select
|
/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 34 23 common select sys_select
|
/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 134 142 64 select sys_select -
|
/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 189 142 common _newselect sys_select compat_sys_select
|
/tools/perf/Documentation/ |
D | perf-script-python.txt | 58 sys_select 102
|