/external/toybox/toys/other/ |
D | readahead.c | 28 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/ |
D | readahead01.c | 50 #if defined(__NR_readahead) 153 ltp_syscall(__NR_readahead, 0, 0, 0); in setup()
|
D | readahead02.c | 53 #if defined(__NR_readahead) 386 ltp_syscall(__NR_readahead, 0, 0, 0); in setup()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 770 #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/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 862 #if !defined(__NR_readahead) 863 #define __NR_readahead 213 macro
|
D | x86_64_linux_syscalls.h | 761 #if !defined(__NR_readahead) 762 #define __NR_readahead 187 macro
|
D | x86_32_linux_syscalls.h | 905 #if !defined(__NR_readahead) 906 #define __NR_readahead 225 macro
|
D | mips64_linux_syscalls.h | 732 #if !defined(__NR_readahead) 733 #define __NR_readahead (__NR_Linux + 179) macro
|
D | mips_linux_syscalls.h | 910 #if !defined(__NR_readahead) 911 #define __NR_readahead (__NR_Linux + 223) macro
|
D | arm_linux_syscalls.h | 748 #if !defined(__NR_readahead) 749 #define __NR_readahead (__NR_SYSCALL_BASE+225) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 567 #ifdef __NR_readahead 568 { "readahead", __NR_readahead },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 358 #define __NR_readahead 213 macro
|
D | vki-scnums-s390x-linux.h | 193 #define __NR_readahead 222 macro
|
D | vki-scnums-arm64-linux.h | 258 #define __NR_readahead 213 macro
|
D | vki-scnums-amd64-linux.h | 270 #define __NR_readahead 187 macro
|
D | vki-scnums-ppc64-linux.h | 228 #define __NR_readahead 191 macro
|
D | vki-scnums-arm-linux.h | 262 #define __NR_readahead 225 macro
|
D | vki-scnums-ppc32-linux.h | 228 #define __NR_readahead 191 macro
|
D | vki-scnums-x86-linux.h | 262 #define __NR_readahead 225 macro
|
D | vki-scnums-mips64-linux.h | 218 #define __NR_readahead (__NR_Linux + 179) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 191 #define __NR_readahead 187 macro
|
D | unistd_32.h | 227 #define __NR_readahead 225 macro
|
D | unistd_x32.h | 169 #define __NR_readahead (__X32_SYSCALL_BIT + 187) macro
|
/external/strace/ |
D | scno.h | 569 #ifndef __NR_readahead 570 # define __NR_readahead (SYSCALL_BIT | 187) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 246 #define __NR_readahead (__NR_Linux + 223) macro 586 #define __NR_readahead (__NR_Linux + 179) macro 929 #define __NR_readahead (__NR_Linux + 179) macro
|