| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_active.c | 27 struct kmem_cache *slab_cache; member 178 kmem_cache_free(global.slab_cache, it); in __active_retire() 307 prealloc = kmem_cache_alloc(global.slab_cache, GFP_KERNEL); in active_instance() 321 kmem_cache_free(global.slab_cache, prealloc); in active_instance() 797 kmem_cache_free(global.slab_cache, ref->cache); in i915_active_fini() 917 node = kmem_cache_alloc(global.slab_cache, GFP_KERNEL); in i915_active_acquire_preallocate_barrier() 965 kmem_cache_free(global.slab_cache, node); in i915_active_acquire_preallocate_barrier() 1188 kmem_cache_shrink(global.slab_cache); in i915_global_active_shrink() 1193 kmem_cache_destroy(global.slab_cache); in i915_global_active_exit() 1203 global.slab_cache = KMEM_CACHE(active_node, SLAB_HWCACHE_ALIGN); in i915_global_active_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-bufio.c | 95 struct kmem_cache *slab_cache; member 404 if (unlikely(c->slab_cache != NULL)) { in alloc_buffer_data() 406 return kmem_cache_alloc(c->slab_cache, gfp_mask); in alloc_buffer_data() 446 kmem_cache_free(c->slab_cache, data); in free_buffer_data() 1775 c->slab_cache = kmem_cache_create(slab_name, block_size, align, in dm_bufio_client_create() 1777 if (!c->slab_cache) { in dm_bufio_client_create() 1829 kmem_cache_destroy(c->slab_cache); in dm_bufio_client_create() 1878 kmem_cache_destroy(c->slab_cache); in dm_bufio_client_destroy()
|
| H A D | raid5.h | 625 struct kmem_cache *slab_cache; /* for allocating stripes */ member
|
| H A D | raid5.c | 2337 sh = alloc_stripe(conf->slab_cache, gfp, conf->pool_size, conf); in grow_one_stripe() 2343 free_stripe(conf->slab_cache, sh); in grow_one_stripe() 2376 conf->slab_cache = sc; in grow_stripes() 2551 free_stripe(conf->slab_cache, osh); in resize_stripes() 2559 kmem_cache_destroy(conf->slab_cache); in resize_stripes() 2589 conf->slab_cache = sc; in resize_stripes() 2647 free_stripe(conf->slab_cache, sh); in drop_one_stripe() 2659 kmem_cache_destroy(conf->slab_cache); in shrink_stripes() 2660 conf->slab_cache = NULL; in shrink_stripes()
|
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | report_sw_tags.c | 47 cache = page->slab_cache; in kasan_get_bug_type()
|
| H A D | common.c | 413 ____kasan_slab_free(page->slab_cache, ptr, ip, false, false); in __kasan_slab_free_mempool() 575 return ____kasan_kmalloc(page->slab_cache, object, size, flags); in __kasan_krealloc()
|
| H A D | quarantine.c | 120 return virt_to_head_page(qlink)->slab_cache; in qlink_to_cache()
|
| H A D | generic.c | 338 cache = page->slab_cache; in kasan_record_aux_stack()
|
| H A D | report.c | 237 struct kmem_cache *cache = page->slab_cache; in print_address_description()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | slab.h | 415 s = page->slab_cache; in memcg_slab_free_hook() 481 return page->slab_cache; in virt_to_cache()
|
| H A D | slub.c | 1230 if (unlikely(s != page->slab_cache)) { in free_consistency_checks() 1234 } else if (!page->slab_cache) { in free_consistency_checks() 1833 page->slab_cache = s; in allocate_slab() 1910 __free_slab(page->slab_cache, page); in rcu_free_slab() 3284 df->s = page->slab_cache; in build_detached_freelist() 4117 s = page->slab_cache; in __check_heap_object() 4175 return slab_ksize(page->slab_cache); in __ksize() 4200 slab_free(page->slab_cache, page, object, NULL, 1, _RET_IP_); in kfree() 4424 p->slab_cache = s; in bootstrap() 4428 p->slab_cache = s; in bootstrap()
|
| H A D | slab.c | 1417 cachep = page->slab_cache; in kmem_rcu_free() 2556 page->slab_cache = cache; in slab_map_pages() 4172 cachep = page->slab_cache; in __check_heap_object()
|
| H A D | memcontrol.c | 2986 off = obj_to_index(page->slab_cache, page, p); in mem_cgroup_from_obj()
|
| /OK3568_Linux_fs/kernel/tools/cgroup/ |
| H A D | memcg_slabinfo.py | 199 cache = page.slab_cache
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mm_types.h | 120 struct kmem_cache *slab_cache; /* not slob */ member
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | split_page_table_lock.rst | 62 allocation: slab uses page->slab_cache for its pages.
|
| /OK3568_Linux_fs/kernel/mm/kfence/ |
| H A D | core.c | 322 page->slab_cache = cache; in kfence_guarded_alloc()
|