Lines Matching refs:lru
996 list_add(&page->lru, &n->full); in add_full()
1005 list_del(&page->lru); in remove_full()
1671 (sizeof(((struct page *)NULL)->lru) < sizeof(struct rcu_head))
1680 page = container_of((struct list_head *)h, struct page, lru); in rcu_free_slab()
1719 list_add_tail(&page->lru, &n->partial); in __add_partial()
1721 list_add(&page->lru, &n->partial); in __add_partial()
1735 list_del(&page->lru); in remove_partial()
1809 list_for_each_entry_safe(page, page2, &n->partial, lru) { in get_partial_node()
2363 list_for_each_entry(page, &n->partial, lru) in count_partial()
3659 list_for_each_entry_safe(page, h, &n->partial, lru) { in free_partial()
3662 list_add(&page->lru, &discard); in free_partial()
3670 list_for_each_entry_safe(page, h, &discard, lru) in free_partial()
3919 list_for_each_entry_safe(page, t, &n->partial, lru) { in __kmem_cache_shrink()
3929 list_move(&page->lru, &discard); in __kmem_cache_shrink()
3932 list_move(&page->lru, promote + free - 1); in __kmem_cache_shrink()
3945 list_for_each_entry_safe(page, t, &discard, lru) in __kmem_cache_shrink()
4101 list_for_each_entry(p, &n->partial, lru) in bootstrap()
4105 list_for_each_entry(p, &n->full, lru) in bootstrap()
4328 list_for_each_entry(page, &n->partial, lru) { in validate_slab_node()
4339 list_for_each_entry(page, &n->full, lru) { in validate_slab_node()
4537 list_for_each_entry(page, &n->partial, lru) in list_locations()
4539 list_for_each_entry(page, &n->full, lru) in list_locations()