Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dksm.c218 #define STABLE_FLAG 0x200 /* is listed from the stable tree */ macro
219 #define KSM_FLAG_MASK (SEQNR_MASK|UNSTABLE_FLAG|STABLE_FLAG)
777 if (rmap_item->address & STABLE_FLAG) { in remove_rmap_item_from_tree()
2023 rmap_item->address |= STABLE_FLAG; in stable_tree_append()
/kernel/linux/linux-6.6/mm/
H A Dksm.c219 #define STABLE_FLAG 0x200 /* is listed from the stable tree */ macro
816 if (rmap_item->address & STABLE_FLAG) { in remove_rmap_item_from_tree()
2095 rmap_item->address |= STABLE_FLAG; in stable_tree_append()

Completed in 8 milliseconds