Home
last modified time | relevance | path

Searched refs:__NR_epoll_pwait2 (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_32.h291 #define __NR_epoll_pwait2 441 macro
H A Dunistd_64.h301 #define __NR_epoll_pwait2 441 macro
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h300 #define __NR_epoll_pwait2 441 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h297 #define __NR_epoll_pwait2 441 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h364 #define __NR_epoll_pwait2 441 macro
H A Dunistd_32.h416 #define __NR_epoll_pwait2 441 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h357 #define __NR_epoll_pwait2 441 macro
H A Dunistd_32.h434 #define __NR_epoll_pwait2 441 macro
H A Dunistd_x32.h310 #define __NR_epoll_pwait2 (__X32_SYSCALL_BIT + 441) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h398 #define __NR_epoll_pwait2 441 macro
H A Dunistd_32.h426 #define __NR_epoll_pwait2 441 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h791 #define __NR_epoll_pwait2 441 macro
792 __SC_COMP(__NR_epoll_pwait2, sys_epoll_pwait2, compat_sys_epoll_pwait2)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h795 #define __NR_epoll_pwait2 441 macro
796 __SC_COMP(__NR_epoll_pwait2, sys_epoll_pwait2, compat_sys_epoll_pwait2)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h795 #define __NR_epoll_pwait2 441 macro
796 __SC_COMP(__NR_epoll_pwait2, sys_epoll_pwait2, compat_sys_epoll_pwait2)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h892 #define __NR_epoll_pwait2 441 macro
893 __SYSCALL(__NR_epoll_pwait2, compat_sys_epoll_pwait2)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h349 #define __NR_epoll_pwait2 (__NR_Linux + 441) macro
H A Dunistd_n32.h373 #define __NR_epoll_pwait2 (__NR_Linux + 441) macro
H A Dunistd_o32.h419 #define __NR_epoll_pwait2 (__NR_Linux + 441) macro
/openbmc/linux/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c26 #ifndef __NR_epoll_pwait2
27 #define __NR_epoll_pwait2 -1 macro
35 return syscall(__NR_epoll_pwait2, fd, events, maxevents, timeout, in sys_epoll_pwait2()