OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCL_ONFAULT
(Results
1 - 7
of
7
) sorted by null
/external/strace/xlat/
mlockall_flags.h
8
#if !(defined(
MCL_ONFAULT
) || (defined(HAVE_DECL_MCL_ONFAULT) && HAVE_DECL_MCL_ONFAULT))
9
# define
MCL_ONFAULT
4
22
XLAT(
MCL_ONFAULT
),
/external/linux-kselftest/tools/testing/selftests/vm/
on-fault-limit.c
8
#ifndef
MCL_ONFAULT
9
#define
MCL_ONFAULT
(MCL_FUTURE << 1)
23
if (mlockall(
MCL_ONFAULT
| MCL_FUTURE)) {
mlock2-tests.c
18
#ifndef
MCL_ONFAULT
19
#define
MCL_ONFAULT
(MCL_FUTURE << 1)
589
if (mlockall(MCL_CURRENT |
MCL_ONFAULT
)) {
590
perror("mlockall(MCL_CURRENT |
MCL_ONFAULT
)");
717
if (mlockall(MCL_CURRENT |
MCL_ONFAULT
| MCL_FUTURE)) {
/bionic/libc/kernel/uapi/asm-generic/
mman.h
36
#define
MCL_ONFAULT
4
/external/kernel-headers/original/uapi/asm-generic/
mman.h
20
#define
MCL_ONFAULT
4 /* lock all pages that are faulted in */
/bionic/libc/kernel/uapi/asm-mips/asm/
mman.h
59
#define
MCL_ONFAULT
4
/external/kernel-headers/original/uapi/asm-mips/asm/
mman.h
64
#define
MCL_ONFAULT
4 /* lock all pages that are faulted in */
Completed in 1145 milliseconds