Searched refs:__NR_readahead (Results 1 – 19 of 19) sorted by relevance
/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 | 23 #if defined(__NR_readahead) 103 tst_syscall(__NR_readahead, 0, 0, 0); in setup()
|
D | readahead02.c | 379 tst_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/minijail/linux-x86/ |
D | libsyscalls.gen.c | 567 #ifdef __NR_readahead 568 { "readahead", __NR_readahead },
|
/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-generic/ |
D | unistd.h | 587 #define __NR_readahead 213 macro 588 __SC_COMP(__NR_readahead, sys_readahead, compat_sys_readahead)
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd_n64.h | 183 #define __NR_readahead (__NR_Linux + 179) macro
|
D | unistd_n32.h | 183 #define __NR_readahead (__NR_Linux + 179) macro
|
D | unistd_o32.h | 227 #define __NR_readahead (__NR_Linux + 223) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 186 #define __NR_readahead (__NR_SYSCALL_BASE + 225) macro
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 747 __NR_readahead = 225
|
D | sys_amd64.const | 747 __NR_readahead = 187
|
D | sys_arm.const | 747 __NR_readahead = 225
|
D | sys_ppc64le.const | 747 __NR_readahead = 191
|
D | sys_arm64.const | 747 __NR_readahead = 213
|