Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dksm.c124 struct rmap_item *rmap_list;
140 struct rmap_item **rmap_list;
196 struct rmap_item { struct
197 struct rmap_item *rmap_list; argument
309 rmap_item_cache = KSM_KMEM_CACHE(rmap_item, 0); in ksm_slab_init()
378 static inline struct rmap_item *alloc_rmap_item(void) in alloc_rmap_item()
380 struct rmap_item *rmap_item; in alloc_rmap_item() local
382 rmap_item = kmem_cache_zalloc(rmap_item_cache, GFP_KERNEL | in alloc_rmap_item()
384 if (rmap_item) in alloc_rmap_item()
386 return rmap_item; in alloc_rmap_item()
[all …]
/kernel/linux/linux-5.10/Documentation/vm/
Dksm.rst29 list of struct rmap_item and the ``page->mapping`` of the
83 :functions: mm_slot ksm_scan stable_node rmap_item