Home
last modified time | relevance | path

Searched refs:kmem_cache_alloc_bulk (Results 1 – 14 of 14) sorted by relevance

/linux/tools/testing/shared/
A Dlinux.c162 int kmem_cache_alloc_bulk(struct kmem_cache *cachep, gfp_t gfp, size_t size, in kmem_cache_alloc_bulk() function
275 kmem_cache_alloc_bulk(test_cache, __GFP_DIRECT_RECLAIM, 5, list); in test_kmem_cache_bulk()
290 kmem_cache_alloc_bulk(test_cache2, __GFP_DIRECT_RECLAIM, 10, list); in test_kmem_cache_bulk()
/linux/tools/include/linux/
A Dslab.h44 int kmem_cache_alloc_bulk(struct kmem_cache *cachep, gfp_t gfp, size_t size,
/linux/lib/
A Dtest_meminit.c234 ret = kmem_cache_alloc_bulk(c, alloc_mask, BULK_SIZE, bulk_array); in do_kmem_cache_size()
357 num = kmem_cache_alloc_bulk(c, GFP_KERNEL, ARRAY_SIZE(objects), in do_kmem_cache_size_bulk()
A Dmaple_tree.c167 return kmem_cache_alloc_bulk(maple_node_cache, gfp, size, nodes); in mt_alloc_bulk()
/linux/include/linux/
A Dslab.h763 #define kmem_cache_alloc_bulk(...) alloc_hooks(kmem_cache_alloc_bulk_noprof(__VA_ARGS__)) macro
/linux/net/core/
A Dxdp.c589 n_skb = kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, gfp, n_skb, skbs); in xdp_alloc_skb_bulk()
A Dskbuff.c353 nc->skb_count = kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, in napi_skb_cache_get()
/linux/kernel/bpf/
A Dcpumap.c334 m = kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, in cpu_map_kthread_run()
/linux/mm/kfence/
A Dkfence_test.c747 int i, num = kmem_cache_alloc_bulk(test_cache, GFP_ATOMIC, ARRAY_SIZE(objects), in test_memcache_alloc_bulk()
/linux/io_uring/
A Dkbuf.c528 allocated = kmem_cache_alloc_bulk(io_buf_cachep, GFP_KERNEL_ACCOUNT, in io_refill_buffer_cache()
A Dio_uring.c969 ret = kmem_cache_alloc_bulk(req_cachep, gfp, ARRAY_SIZE(reqs), reqs); in __io_alloc_req_refill()
/linux/drivers/gpu/drm/panthor/
A Dpanthor_mmu.c1306 ret = kmem_cache_alloc_bulk(pt_cache, GFP_KERNEL, pt_count, in panthor_vm_prepare_map_op_ctx()
1362 ret = kmem_cache_alloc_bulk(pt_cache, GFP_KERNEL, pt_count, in panthor_vm_prepare_unmap_op_ctx()
/linux/mm/kasan/
A Dkasan_test_c.c1095 ret = kmem_cache_alloc_bulk(cache, GFP_KERNEL, ARRAY_SIZE(p), (void **)&p); in kmem_cache_bulk()
/linux/net/bpf/
A Dtest_run.c260 n = kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, gfp, nframes, in xdp_recv_frames()

Completed in 62 milliseconds