Searched refs:kmem_cache_free_bulk (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/shared/ |
| H A D | linux.c | 136 void kmem_cache_free_bulk(struct kmem_cache *cachep, size_t size, void **list) in kmem_cache_free_locked() 315 kmem_cache_free_bulk(s, sheaf->size, &sheaf->objects[0]); 360 kmem_cache_free_bulk(test_cache, 5, list); 375 kmem_cache_free_bulk(test_cache2, 10, list); 150 void kmem_cache_free_bulk(struct kmem_cache *cachep, size_t size, void **list) kmem_cache_free_bulk() function
|
| /linux/lib/ |
| H A D | test_meminit.c | 241 kmem_cache_free_bulk(c, ret, bulk_array); in do_kmem_cache_size() 367 kmem_cache_free_bulk(c, num, objects); in do_kmem_cache_size_bulk()
|
| H A D | maple_tree.c | 144 kmem_cache_free_bulk(maple_node_cache, size, (void **)nodes); in mt_free_bulk()
|
| /linux/tools/include/linux/ |
| H A D | slab.h | 185 void kmem_cache_free_bulk(struct kmem_cache *cachep, size_t size, void **list);
|
| /linux/include/linux/ |
| H A D | slab.h | 816 void kmem_cache_free_bulk(struct kmem_cache *s, size_t size, void **p); 823 kmem_cache_free_bulk(NULL, size, p); in kfree_bulk()
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_iommu.c | 362 kmem_cache_free_bulk(pt_cache, remaining_pt_count, &p->pages[p->ptr]); in msm_iommu_pagetable_prealloc_cleanup()
|
| /linux/mm/kasan/ |
| H A D | kasan_test_c.c | 1234 kmem_cache_free_bulk(cache, ARRAY_SIZE(p), (void **)&p); in kmem_cache_bulk()
|
| /linux/net/core/ |
| H A D | skbuff.c | 1266 kmem_cache_free_bulk(net_hotdata.skbuff_cache, KFREE_SKB_BULK_SIZE, in kfree_skb_add_bulk() 1291 kmem_cache_free_bulk(net_hotdata.skbuff_cache, sa.skb_count, sa.skb_array); in kfree_skb_list_reason() 1472 kmem_cache_free_bulk(net_hotdata.skbuff_cache, in napi_skb_cache_put()
|
| /linux/mm/ |
| H A D | slub.c | 2468 kmem_cache_free_bulk(s, size, p); in memcg_slab_post_alloc_hook() 7065 void kmem_cache_free_bulk(struct kmem_cache *s, size_t size, void **p) in kmem_cache_free_bulk() function 7090 EXPORT_SYMBOL(kmem_cache_free_bulk);
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 1098 kmem_cache_free_bulk(pt_cache, remaining_pt_count, in panthor_vm_cleanup_op_ctx()
|