Home
last modified time | relevance | path

Searched refs:slab_cache (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/mm/kasan/
Dkasan.c389 kasan_kmalloc(page->slab_cache, object, size); in kasan_krealloc()
402 kasan_slab_free(page->slab_cache, ptr); in kasan_kfree()
Dreport.c110 struct kmem_cache *cache = page->slab_cache; in print_address_description()
/linux-4.1.27/include/linux/
Dmm_types.h165 struct kmem_cache *slab_cache; /* SL[AU]B: Pointer to slab */ member
/linux-4.1.27/drivers/md/
Draid5.h485 struct kmem_cache *slab_cache; /* for allocating stripes */ member
Draid5.c1999 sh = alloc_stripe(conf->slab_cache, gfp); in grow_one_stripe()
2007 kmem_cache_free(conf->slab_cache, sh); in grow_one_stripe()
2039 conf->slab_cache = sc; in grow_stripes()
2208 kmem_cache_free(conf->slab_cache, osh); in resize_stripes()
2216 kmem_cache_destroy(conf->slab_cache); in resize_stripes()
2250 conf->slab_cache = sc; in resize_stripes()
2269 kmem_cache_free(conf->slab_cache, sh); in drop_one_stripe()
2281 if (conf->slab_cache) in shrink_stripes()
2282 kmem_cache_destroy(conf->slab_cache); in shrink_stripes()
2283 conf->slab_cache = NULL; in shrink_stripes()
/linux-4.1.27/mm/
Dslab.h318 cachep = page->slab_cache; in cache_from_obj()
Dslub.c1091 if (unlikely(s != page->slab_cache)) { in free_debug_processing()
1095 } else if (!page->slab_cache) { in free_debug_processing()
1428 page->slab_cache = s; in new_slab()
1498 __free_slab(page->slab_cache, page); in rcu_free_slab()
3388 return slab_ksize(page->slab_cache); in __ksize()
3418 slab_free(page->slab_cache, page, object, _RET_IP_); in kfree()
3657 p->slab_cache = s; in bootstrap()
3661 p->slab_cache = s; in bootstrap()
Dslab.c401 struct kmem_cache *cachep = page->slab_cache; in set_obj_status()
412 struct kmem_cache *cachep = page->slab_cache; in get_obj_status()
437 return page->slab_cache; in virt_to_cache()
1665 cachep = page->slab_cache; in kmem_rcu_free()
2594 page->slab_cache = cache; in slab_map_pages()
Dmemcontrol.c2745 cachep = page->slab_cache; in __mem_cgroup_from_kmem()
/linux-4.1.27/Documentation/vm/
Dsplit_page_table_lock57 allocation: slab uses page->slab_cache and page->first_page for its pages.