HomeSort by relevance Sort by last modified time
    Searched full:readahead (Results 1 - 25 of 71) sorted by null

1 2 3

  /bionic/libc/arch-arm/syscalls/
readahead.S 5 ENTRY(readahead) function
16 END(readahead)
  /bionic/libc/arch-x86/syscalls/
readahead.S 5 .type readahead, @function
6 .globl readahead
9 readahead: label
  /external/blktrace/
blktrace_api.h 21 BLK_TC_AHEAD = 1 << 11, /* readahead */
  /external/kernel-headers/original/linux/
backing-dev.h 26 unsigned long ra_pages; /* max readahead in PAGE_CACHE_SIZE units */
capability.h 265 /* Allow setting readahead and flushing buffers on block devices */
  /external/e2fsprogs/e2fsck/
recovery.c 48 /* Release readahead buffers after use */
58 * layer directly and so there is no readahead being done for us. We
59 * need to implement any readahead ourselves if we want it to happen at
64 * the readahead size, though. 128K is a purely arbitrary, good-enough
78 /* Do up to 128K of readahead */
83 /* Do the readahead itself. We'll submit MAXBUF buffer_heads at
158 /* If this is a brand new buffer, start readahead.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
capability.h 217 /* Allow setting readahead and flushing buffers on block devices */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h 217 /* Allow setting readahead and flushing buffers on block devices */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h 217 /* Allow setting readahead and flushing buffers on block devices */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 230 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 230 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 230 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
  /bionic/libc/
SYSCALLS.TXT 53 ssize_t readahead(int, off64_t, size_t) 225
  /bionic/libc/arch-arm/
syscalls.mk 17 syscall_src += arch-arm/syscalls/readahead.S
  /bionic/libc/arch-x86/
syscalls.mk 18 syscall_src += arch-x86/syscalls/readahead.S
  /external/strace/linux/arm/
syscallent.h 258 { 4, 0, sys_readahead, "readahead" }, /* 225 */
  /external/strace/linux/i386/
syscallent.h 258 { 4, TD, sys_readahead, "readahead" }, /* 225 */
  /external/strace/linux/sh/
syscallent.h 260 { 5, TD, sys_readahead, "readahead" }, /* 225 */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/share/gdb/syscalls/
amd64-linux.xml 204 <syscall name="readahead" number="187"/>
i386-linux.xml 241 <syscall name="readahead" number="225"/>
ppc-linux.xml 208 <syscall name="readahead" number="191"/>
ppc64-linux.xml 208 <syscall name="readahead" number="191"/>
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/share/gdb/syscalls/
amd64-linux.xml 204 <syscall name="readahead" number="187"/>
i386-linux.xml 241 <syscall name="readahead" number="225"/>
ppc-linux.xml 208 <syscall name="readahead" number="191"/>

Completed in 935 milliseconds

1 2 3