Searched refs:sys_select (Results 1 – 5 of 5) sorted by relevance
/tools/include/nolibc/ |
D | nolibc.h | 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()
|
/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
|