Home
last modified time | relevance | path

Searched refs:ppoll (Results 1 – 9 of 9) sorted by relevance

/linux/scripts/
H A Dsyscall.tbl94 73 time32 ppoll sys_ppoll_time32 compat_sys_ppoll_time32
95 73 64 ppoll sys_ppoll
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl367 281 32 ppoll sys_ppoll_time32 compat_sys_ppoll_time32
368 281 64 ppoll sys_ppoll
/linux/tools/usb/usbip/src/
H A Dusbipd.c562 r = ppoll(fds, nsockfd, &timeout, &sigmask); in do_standalone_mode()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl272 261 n64 ppoll sys_ppoll
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl283 271 common ppoll sys_ppoll
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl283 271 common ppoll sys_ppoll
H A Dsyscall_32.tbl324 309 i386 ppoll sys_ppoll_time32 compat_sys_ppoll_time32
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl312 302 common ppoll sys_ppoll compat_sys_ppoll_time32
/linux/fs/
H A Dselect.c1095 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument