Home
last modified time | relevance | path

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

/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.c23 #if defined(__NR_readahead)
103 tst_syscall(__NR_readahead, 0, 0, 0); in setup()
Dreadahead02.c379 tst_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/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-generic/
Dunistd.h587 #define __NR_readahead 213 macro
588 __SC_COMP(__NR_readahead, sys_readahead, compat_sys_readahead)
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd_n64.h183 #define __NR_readahead (__NR_Linux + 179) macro
Dunistd_n32.h183 #define __NR_readahead (__NR_Linux + 179) macro
Dunistd_o32.h227 #define __NR_readahead (__NR_Linux + 223) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-common.h186 #define __NR_readahead (__NR_SYSCALL_BASE + 225) macro
/external/syzkaller/sys/linux/
Dsys_386.const747 __NR_readahead = 225
Dsys_amd64.const747 __NR_readahead = 187
Dsys_arm.const747 __NR_readahead = 225
Dsys_ppc64le.const747 __NR_readahead = 191
Dsys_arm64.const747 __NR_readahead = 213