Lines Matching refs:list
205 list_for_each_entry_reverse(s, &slab_caches, list) { in find_mergeable()
262 list_add(&s->list, &slab_caches); in create_cache()
448 list_for_each_entry_safe(s, s2, &to_destroy, list) { in slab_caches_to_rcu_destroy_workfn()
467 list_del(&s->list); in shutdown_cache()
473 list_add_tail(&s->list, &slab_caches_to_rcu_destroy); in shutdown_cache()
597 list_add(&s->list, &slab_caches); in create_kmalloc_cache()
882 static void freelist_randomize(struct rnd_state *state, unsigned int *list, in freelist_randomize() argument
889 list[i] = i; in freelist_randomize()
895 swap(list[i], list[rand]); in freelist_randomize()
992 struct kmem_cache *s = list_entry(p, struct kmem_cache, list); in slab_show()
1020 list_for_each_entry_safe(s, s2, &slab_caches, list) { in dump_unreclaimable_slab()