Lines Matching defs:list
181 list_for_each_entry_reverse(s, &slab_caches, list) {
240 list_add(&s->list, &slab_caches);
429 * @slab_caches_to_rcu_destroy list. The slab pages are freed
445 list_for_each_entry_safe(s, s2, &to_destroy, list) {
460 list_del(&s->list);
463 list_add_tail(&s->list, &slab_caches_to_rcu_destroy);
671 list_add(&s->list, &slab_caches);
1204 static void freelist_randomize(unsigned int *list,
1211 list[i] = i;
1216 swap(list[i], list[rand]);
1309 struct kmem_cache *s = list_entry(p, struct kmem_cache, list);
1326 * Use mutex_trylock to protect the list traverse, dump nothing
1337 list_for_each_entry(s, &slab_caches, list) {