Home
last modified time | relevance | path

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

/linux-4.4.14/mm/kasan/
Dkasan.c403 kasan_kmalloc(page->slab_cache, object, size); in kasan_krealloc()
416 kasan_slab_free(page->slab_cache, ptr); in kasan_kfree()
Dreport.c128 struct kmem_cache *cache = page->slab_cache; in print_address_description()
/linux-4.4.14/include/linux/
Dmm_types.h188 struct kmem_cache *slab_cache; /* SL[AU]B: Pointer to slab */ member
/linux-4.4.14/drivers/md/
Draid5.h494 struct kmem_cache *slab_cache; /* for allocating stripes */ member
Draid5.c2001 sh = alloc_stripe(conf->slab_cache, gfp); in grow_one_stripe()
2009 kmem_cache_free(conf->slab_cache, sh); in grow_one_stripe()
2041 conf->slab_cache = sc; in grow_stripes()
2210 kmem_cache_free(conf->slab_cache, osh); in resize_stripes()
2218 kmem_cache_destroy(conf->slab_cache); in resize_stripes()
2252 conf->slab_cache = sc; in resize_stripes()
2271 kmem_cache_free(conf->slab_cache, sh); in drop_one_stripe()
2283 kmem_cache_destroy(conf->slab_cache); in shrink_stripes()
2284 conf->slab_cache = NULL; in shrink_stripes()
/linux-4.4.14/mm/
Dslab.h312 cachep = page->slab_cache; in cache_from_obj()
Dslub.c1100 if (unlikely(s != page->slab_cache)) { in free_debug_processing()
1104 } else if (!page->slab_cache) { in free_debug_processing()
1451 page->slab_cache = s; in allocate_slab()
1544 __free_slab(page->slab_cache, page); in rcu_free_slab()
3602 return slab_ksize(page->slab_cache); in __ksize()
3632 slab_free(page->slab_cache, page, object, NULL, 1, _RET_IP_); in kfree()
3871 p->slab_cache = s; in bootstrap()
3875 p->slab_cache = s; in bootstrap()
Dslab.c402 struct kmem_cache *cachep = page->slab_cache; in set_obj_status()
413 struct kmem_cache *cachep = page->slab_cache; in get_obj_status()
438 return page->slab_cache; in virt_to_cache()
1667 cachep = page->slab_cache; in kmem_rcu_free()
2585 page->slab_cache = cache; in slab_map_pages()
/linux-4.4.14/Documentation/vm/
Dsplit_page_table_lock57 allocation: slab uses page->slab_cache for its pages.