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

/linux-master/mm/
H A Dksm.c481 #define KSM_RUN_UNMERGE 2 macro
2996 * But when KSM_RUN_UNMERGE, it's important to insert ahead of its
3000 if (ksm_run & KSM_RUN_UNMERGE)
3071 !(ksm_run & KSM_RUN_UNMERGE))
3459 if (flags > KSM_RUN_UNMERGE)
3464 * KSM_RUN_UNMERGE stops it running and unmerges all rmap_items,
3473 if (flags & KSM_RUN_UNMERGE) {

Completed in 228 milliseconds