Home
last modified time | relevance | path

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

/linux-4.4.14/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()
496 static void remove_node_from_stable_tree(struct stable_node *stable_node) in remove_node_from_stable_tree()
537 static struct page *get_ksm_page(struct stable_node *stable_node, bool lock_it) in get_ksm_page()
617 struct stable_node *stable_node; in remove_rmap_item_from_tree() local
703 static int remove_stable_node(struct stable_node *stable_node) in remove_stable_node()
743 struct stable_node *stable_node; in remove_all_stable_nodes() local
1154 struct stable_node *stable_node; in stable_tree_search() local
1265 struct stable_node *stable_node; in stable_tree_insert() local
[all …]
/linux-4.4.14/include/linux/
Dksm.h44 struct stable_node *stable_node) in set_page_stable_node()