Home
last modified time | relevance | path

Searched refs:__NR_readahead (Results 1 – 25 of 34) sorted by relevance

12

/external/toybox/toys/other/
Dreadahead.c28 if (sizeof(long) == 4) rc = syscall(__NR_readahead, fd, 0, 0, INT_MAX); in do_readahead()
29 else rc = syscall(__NR_readahead, fd, 0, INT_MAX); in do_readahead()
/external/ltp/testcases/kernel/syscalls/readahead/
Dreadahead01.c50 #if defined(__NR_readahead)
153 ltp_syscall(__NR_readahead, 0, 0, 0); in setup()
Dreadahead02.c53 #if defined(__NR_readahead)
382 ltp_syscall(__NR_readahead, 0, 0, 0); in setup()
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h770 #ifndef __NR_readahead
771 #define __NR_readahead 225 macro
889 #ifndef __NR_readahead
890 #define __NR_readahead (__NR_SYSCALL_BASE + 225) macro
1034 #ifndef __NR_readahead
1035 #define __NR_readahead 213 macro
1063 #ifndef __NR_readahead
1064 #define __NR_readahead 187 macro
1164 #ifndef __NR_readahead
1165 #define __NR_readahead (__NR_Linux + 223) macro
[all …]
/external/minijail/linux-x86/
Dlibsyscalls.gen.c567 #ifdef __NR_readahead
568 { "readahead", __NR_readahead },
/external/valgrind/include/vki/
Dvki-scnums-arm64-linux.h258 #define __NR_readahead 213 macro
Dvki-scnums-s390x-linux.h193 #define __NR_readahead 222 macro
Dvki-scnums-amd64-linux.h270 #define __NR_readahead 187 macro
Dvki-scnums-ppc64-linux.h228 #define __NR_readahead 191 macro
Dvki-scnums-arm-linux.h262 #define __NR_readahead 225 macro
Dvki-scnums-ppc32-linux.h228 #define __NR_readahead 191 macro
Dvki-scnums-x86-linux.h262 #define __NR_readahead 225 macro
Dvki-scnums-mips64-linux.h218 #define __NR_readahead (__NR_Linux + 179) macro
Dvki-scnums-mips32-linux.h263 #define __NR_readahead (__NR_Linux + 223) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h191 #define __NR_readahead 187 macro
Dunistd_32.h227 #define __NR_readahead 225 macro
Dunistd_x32.h169 #define __NR_readahead (__X32_SYSCALL_BIT + 187) macro
/external/strace/
Dscno.h647 #ifndef __NR_readahead
648 # define __NR_readahead (SYSCALL_BIT | 213) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h247 #define __NR_readahead (__NR_Linux + 223) macro
588 #define __NR_readahead (__NR_Linux + 179) macro
932 #define __NR_readahead (__NR_Linux + 179) macro
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h585 #define __NR_readahead 213 macro
586 __SC_COMP(__NR_readahead, sys_readahead, compat_sys_readahead)
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-common.h186 #define __NR_readahead (__NR_SYSCALL_BASE + 225) macro
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-arm64-linux.c829 LINX_(__NR_readahead, sys_readahead), // 213
Dsyswrap-ppc64-linux.c764 LINX_(__NR_readahead, sys_readahead), // 191
Dsyswrap-ppc32-linux.c847 LINX_(__NR_readahead, sys_readahead), // 191 */Linux
Dsyswrap-amd64-linux.c684 LINX_(__NR_readahead, sys_readahead), // 187

12