Home
last modified time | relevance | path

Searched refs:MADV_UNMERGEABLE (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dmadvise_cmds.h37 #if defined(MADV_UNMERGEABLE) || (defined(HAVE_DECL_MADV_UNMERGEABLE) && HAVE_DECL_MADV_UNMERGEABLE)
38 XLAT(MADV_UNMERGEABLE),
Dmadvise_cmds.in12 MADV_UNMERGEABLE
/external/kernel-headers/original/uapi/asm-generic/
Dmman-common.h46 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dmman.h77 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-trace.c32 #ifndef MADV_UNMERGEABLE
33 # define MADV_UNMERGEABLE 13 macro