Searched refs:__NR_readahead (Results 1 – 12 of 12) 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 | 383 tst_syscall(__NR_readahead, 0, 0, 0); in setup()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 884 #ifndef __NR_readahead 885 #define __NR_readahead 225 macro 1003 #ifndef __NR_readahead 1004 #define __NR_readahead (__NR_SYSCALL_BASE + 225) macro 1149 #ifndef __NR_readahead 1150 #define __NR_readahead 213 macro 1178 #ifndef __NR_readahead 1179 #define __NR_readahead 187 macro 1283 #ifndef __NR_readahead 1284 #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 | 620 #define __NR_readahead 213 macro 621 __SC_COMP(__NR_readahead, sys_readahead, compat_sys_readahead)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 186 #define __NR_readahead (__NR_SYSCALL_BASE + 225) macro
|
/external/llvm-project/libc/config/linux/ |
D | syscall_numbers.h.inc | 1569 #ifdef __NR_readahead 1570 #define SYS_readahead __NR_readahead
|