OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POSIX_MADV_SEQUENTIAL
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mman.h
101
# define
POSIX_MADV_SEQUENTIAL
2 /* Expect sequential page references. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mman.h
101
# define
POSIX_MADV_SEQUENTIAL
2 /* Expect sequential page references. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mman.h
101
# define
POSIX_MADV_SEQUENTIAL
2 /* Expect sequential page references. */
/external/elfutils/src/
ranlib.c
156
posix_madvise (rawfile + (off & ~(ps - 1)), n,
POSIX_MADV_SEQUENTIAL
);
strings.c
495
(void) posix_madvise (mem, map_size,
POSIX_MADV_SEQUENTIAL
);
ar.c
444
posix_madvise (rawfile + (off & ~(ps - 1)), n,
POSIX_MADV_SEQUENTIAL
);
[
all
...]
Completed in 357 milliseconds