Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dksm.c217 #define UNSTABLE_FLAG 0x100 /* is a node of the unstable tree */ macro
219 #define KSM_FLAG_MASK (SEQNR_MASK|UNSTABLE_FLAG|STABLE_FLAG)
801 } else if (rmap_item->address & UNSTABLE_FLAG) { in remove_rmap_item_from_tree()
1985 rmap_item->address |= UNSTABLE_FLAG; in unstable_tree_search_insert()
/kernel/linux/linux-6.6/mm/
H A Dksm.c218 #define UNSTABLE_FLAG 0x100 /* is a node of the unstable tree */ macro
843 } else if (rmap_item->address & UNSTABLE_FLAG) { in remove_rmap_item_from_tree()
2057 rmap_item->address |= UNSTABLE_FLAG; in unstable_tree_search_insert()

Completed in 8 milliseconds