OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MPOL_MF_STRICT
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
mempolicy.h
36
#define
MPOL_MF_STRICT
(1 << 0)
41
#define MPOL_MF_VALID (
MPOL_MF_STRICT
| MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)
/external/kernel-headers/original/uapi/linux/
mempolicy.h
44
#define
MPOL_MF_STRICT
(1<<0) /* Verify existing pages in the mapping */
51
#define MPOL_MF_VALID (
MPOL_MF_STRICT
| \
Completed in 4742 milliseconds