Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dksm.c217 #define STABLE_FLAG 0x200 /* is listed from the stable tree */ macro
218 #define KSM_FLAG_MASK (SEQNR_MASK|UNSTABLE_FLAG|STABLE_FLAG)
775 if (rmap_item->address & STABLE_FLAG) { in remove_rmap_item_from_tree()
2017 rmap_item->address |= STABLE_FLAG; in stable_tree_append()