Symbol: kmem_cache_alloc_bulk
drivers/gpu/drm/msm/msm_iommu.c
339
ret = kmem_cache_alloc_bulk(pt_cache, GFP_KERNEL, p->count, p->pages);
drivers/gpu/drm/panthor/panthor_mmu.c
1267
ret = kmem_cache_alloc_bulk(pt_cache, GFP_KERNEL, pt_count,
drivers/gpu/drm/panthor/panthor_mmu.c
1321
ret = kmem_cache_alloc_bulk(pt_cache, GFP_KERNEL, pt_count,
io_uring/io_uring.c
965
ret = kmem_cache_alloc_bulk(req_cachep, gfp, ARRAY_SIZE(reqs), reqs);
lib/test_meminit.c
234
ret = kmem_cache_alloc_bulk(c, alloc_mask, BULK_SIZE, bulk_array);
lib/test_meminit.c
357
num = kmem_cache_alloc_bulk(c, GFP_KERNEL, ARRAY_SIZE(objects),
mm/kasan/kasan_test_c.c
1224
ret = kmem_cache_alloc_bulk(cache, GFP_KERNEL, ARRAY_SIZE(p), (void **)&p);
mm/kfence/kfence_test.c
764
int i, num = kmem_cache_alloc_bulk(test_cache, GFP_ATOMIC, ARRAY_SIZE(objects),
net/bpf/test_run.c
249
n = kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, gfp, nframes,
net/core/skbuff.c
292
nc->skb_count = kmem_cache_alloc_bulk(net_hotdata.skbuff_cache,
net/core/skbuff.c
356
nc->skb_count += kmem_cache_alloc_bulk(net_hotdata.skbuff_cache,
net/core/skbuff.c
363
n -= kmem_cache_alloc_bulk(net_hotdata.skbuff_cache,
tools/include/linux/slab.h
186
int kmem_cache_alloc_bulk(struct kmem_cache *cachep, gfp_t gfp, size_t size,
tools/testing/shared/linux.c
274
sheaf->size = kmem_cache_alloc_bulk(s, gfp, size, sheaf->objects);
tools/testing/shared/linux.c
302
refill = kmem_cache_alloc_bulk(s, gfp, size - sheaf->size,
tools/testing/shared/linux.c
359
kmem_cache_alloc_bulk(test_cache, __GFP_DIRECT_RECLAIM, 5, list);
tools/testing/shared/linux.c
374
kmem_cache_alloc_bulk(test_cache2, __GFP_DIRECT_RECLAIM, 10, list);