Searched refs:rmap_item (Results 1 – 2 of 2) sorted by relevance
124 struct rmap_item *rmap_list;140 struct rmap_item **rmap_list;196 struct rmap_item { struct197 struct rmap_item *rmap_list; argument309 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() local382 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 …]
29 list of struct rmap_item and the ``page->mapping`` of the83 :functions: mm_slot ksm_scan stable_node rmap_item