Home
last modified time | relevance | path

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

/mm/
Dksm.c155 struct stable_node { struct
209 struct stable_node *head;
312 stable_node_cache = KSM_KMEM_CACHE(stable_node, 0); in ksm_slab_init()
338 static __always_inline bool is_stable_node_chain(struct stable_node *chain) in is_stable_node_chain()
343 static __always_inline bool is_stable_node_dup(struct stable_node *dup) in is_stable_node_dup()
348 static inline void stable_node_chain_add_dup(struct stable_node *dup, in stable_node_chain_add_dup()
349 struct stable_node *chain) in stable_node_chain_add_dup()
358 static inline void __stable_node_dup_del(struct stable_node *dup) in __stable_node_dup_del()
365 static inline void stable_node_dup_del(struct stable_node *dup) in stable_node_dup_del()
395 static inline struct stable_node *alloc_stable_node(void) in alloc_stable_node()
[all …]