Home
last modified time | relevance | path

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

/mm/
Dksm.c528 static __always_inline bool is_stable_node_dup(struct ksm_stable_node *dup) in is_stable_node_dup()
533 static inline void stable_node_chain_add_dup(struct ksm_stable_node *dup, in stable_node_chain_add_dup()
543 static inline void __stable_node_dup_del(struct ksm_stable_node *dup) in __stable_node_dup_del()
550 static inline void stable_node_dup_del(struct ksm_stable_node *dup) in stable_node_dup_del()
777 static struct ksm_stable_node *alloc_stable_node_chain(struct ksm_stable_node *dup, in alloc_stable_node_chain()
1117 struct ksm_stable_node *dup; in remove_stable_node_chain() local
1631 struct ksm_stable_node *dup, *found = NULL, *stable_node = *_stable_node; in stable_node_dup() local
3167 struct ksm_stable_node *dup; in stable_node_chain_remove_range() local
Dvma.c512 struct vm_area_struct *src, struct vm_area_struct **dup) in dup_anon_vma()