Home
last modified time | relevance | path

Searched refs:__NR_readahead (Results 1 – 25 of 41) 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)
386 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/libchrome/sandbox/linux/system_headers/
Darm64_linux_syscalls.h862 #if !defined(__NR_readahead)
863 #define __NR_readahead 213 macro
Dx86_64_linux_syscalls.h761 #if !defined(__NR_readahead)
762 #define __NR_readahead 187 macro
Dx86_32_linux_syscalls.h905 #if !defined(__NR_readahead)
906 #define __NR_readahead 225 macro
Dmips64_linux_syscalls.h732 #if !defined(__NR_readahead)
733 #define __NR_readahead (__NR_Linux + 179) macro
Dmips_linux_syscalls.h910 #if !defined(__NR_readahead)
911 #define __NR_readahead (__NR_Linux + 223) macro
Darm_linux_syscalls.h748 #if !defined(__NR_readahead)
749 #define __NR_readahead (__NR_SYSCALL_BASE+225) macro
/external/minijail/linux-x86/
Dlibsyscalls.gen.c567 #ifdef __NR_readahead
568 { "readahead", __NR_readahead },
/external/valgrind/include/vki/
Dvki-scnums-tilegx-linux.h358 #define __NR_readahead 213 macro
Dvki-scnums-s390x-linux.h193 #define __NR_readahead 222 macro
Dvki-scnums-arm64-linux.h258 #define __NR_readahead 213 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
/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.h569 #ifndef __NR_readahead
570 # define __NR_readahead (SYSCALL_BIT | 187) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h246 #define __NR_readahead (__NR_Linux + 223) macro
586 #define __NR_readahead (__NR_Linux + 179) macro
929 #define __NR_readahead (__NR_Linux + 179) macro

12