Searched refs:MADV_MERGEABLE (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dmman-common.h41 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dmman.h59 #define MADV_MERGEABLE 65 /* KSM may merge identical pages */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dmman.h83 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmman.h76 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dmman.h53 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmadvise.c68 case MADV_MERGEABLE:
283 case MADV_MERGEABLE:
320 * MADV_MERGEABLE - the application recommends that KSM try to merge pages in
322 * MADV_UNMERGEABLE- cancel MADV_MERGEABLE: no longer merge pages with others.
H A Dksm.c1322 * mmap_sem then protects against race with MADV_MERGEABLE).
1399 case MADV_MERGEABLE:

Completed in 74 milliseconds