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
2989 * But when KSM_RUN_UNMERGE, it's important to insert ahead of its
2993 if (ksm_run & KSM_RUN_UNMERGE)
3064 !(ksm_run & KSM_RUN_UNMERGE))
3453 if (flags > KSM_RUN_UNMERGE)
3458 * KSM_RUN_UNMERGE stops it running and unmerges all rmap_items,
3467 if (flags & KSM_RUN_UNMERGE) {

Completed in 118 milliseconds