Searched refs:rmap_item (Results 1 – 2 of 2) sorted by relevance
123 struct rmap_item *rmap_list;139 struct rmap_item **rmap_list;195 struct rmap_item { struct196 struct rmap_item *rmap_list; argument308 rmap_item_cache = KSM_KMEM_CACHE(rmap_item, 0); in ksm_slab_init()377 static inline struct rmap_item *alloc_rmap_item(void) in alloc_rmap_item()379 struct rmap_item *rmap_item; in alloc_rmap_item() local381 rmap_item = kmem_cache_zalloc(rmap_item_cache, GFP_KERNEL | in alloc_rmap_item()383 if (rmap_item) in alloc_rmap_item()385 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