Home
last modified time | relevance | path

Searched refs:__NR_readahead (Results 1 – 12 of 12) 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.c383 tst_syscall(__NR_readahead, 0, 0, 0); in setup()
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h884 #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/
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.h620 #define __NR_readahead 213 macro
621 __SC_COMP(__NR_readahead, sys_readahead, compat_sys_readahead)
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-common.h186 #define __NR_readahead (__NR_SYSCALL_BASE + 225) macro
/external/llvm-project/libc/config/linux/
Dsyscall_numbers.h.inc1569 #ifdef __NR_readahead
1570 #define SYS_readahead __NR_readahead