Home
last modified time | relevance | path

Searched defs:stable_node (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/mm/
Dksm.c134 struct stable_node { struct
158 * @head: pointer to stable_node heading this list in the stable tree argument
304 static inline void free_stable_node(struct stable_node *stable_node) in free_stable_node()
495 static void remove_node_from_stable_tree(struct stable_node *stable_node) in remove_node_from_stable_tree()
536 static struct page *get_ksm_page(struct stable_node *stable_node, bool lock_it) in get_ksm_page()
616 struct stable_node *stable_node; in remove_rmap_item_from_tree() local
702 static int remove_stable_node(struct stable_node *stable_node) in remove_stable_node()
742 struct stable_node *stable_node; in remove_all_stable_nodes() local
1157 struct stable_node *stable_node; in stable_tree_search() local
1258 struct stable_node *stable_node; in stable_tree_insert() local
[all …]
/linux-4.1.27/include/linux/
Dksm.h44 struct stable_node *stable_node) in set_page_stable_node()