Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/radix-tree/
H A Dlinux.c136 int kmem_cache_alloc_bulk(struct kmem_cache *cachep, gfp_t gfp, size_t size, in kmem_cache_alloc_bulk() function
230 kmem_cache_alloc_bulk(test_cache, __GFP_DIRECT_RECLAIM, 5, list); in test_kmem_cache_bulk()
245 kmem_cache_alloc_bulk(test_cache2, __GFP_DIRECT_RECLAIM, 10, list); in test_kmem_cache_bulk()
/openbmc/linux/tools/include/linux/
H A Dslab.h45 int kmem_cache_alloc_bulk(struct kmem_cache *cachep, gfp_t gfp, size_t size,
/openbmc/linux/lib/
H 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()
H A Dmaple_tree.c165 return kmem_cache_alloc_bulk(maple_node_cache, gfp, size, nodes); in mt_alloc_bulk()
/openbmc/linux/include/linux/
H A Dslab.h513 int kmem_cache_alloc_bulk(struct kmem_cache *s, gfp_t flags, size_t size, void **p);
/openbmc/linux/net/core/
H A Dxdp.c588 n_skb = kmem_cache_alloc_bulk(skbuff_cache, gfp, n_skb, skbs); in xdp_alloc_skb_bulk()
H A Dskbuff.c330 nc->skb_count = kmem_cache_alloc_bulk(skbuff_cache, in napi_skb_cache_get()
/openbmc/linux/kernel/bpf/
H A Dcpumap.c332 m = kmem_cache_alloc_bulk(skbuff_cache, gfp, nframes, skbs); in cpu_map_kthread_run()
/openbmc/linux/mm/kfence/
H A Dkfence_test.c747 int i, num = kmem_cache_alloc_bulk(test_cache, GFP_ATOMIC, ARRAY_SIZE(objects), in test_memcache_alloc_bulk()
/openbmc/linux/mm/kasan/
H A Dkasan_test.c787 ret = kmem_cache_alloc_bulk(cache, GFP_KERNEL, ARRAY_SIZE(p), (void **)&p); in kmem_cache_bulk()
/openbmc/linux/mm/
H A Dslab.c3453 int kmem_cache_alloc_bulk(struct kmem_cache *s, gfp_t flags, size_t size, in kmem_cache_alloc_bulk() function
3492 EXPORT_SYMBOL(kmem_cache_alloc_bulk);
H A Dslub.c4042 int kmem_cache_alloc_bulk(struct kmem_cache *s, gfp_t flags, size_t size, in kmem_cache_alloc_bulk() function
4067 EXPORT_SYMBOL(kmem_cache_alloc_bulk);
/openbmc/linux/net/bpf/
H A Dtest_run.c258 n = kmem_cache_alloc_bulk(skbuff_cache, gfp, nframes, (void **)skbs); in xdp_recv_frames()
/openbmc/linux/io_uring/
H A Dio_uring.c1119 ret = kmem_cache_alloc_bulk(req_cachep, gfp, ARRAY_SIZE(reqs), reqs); in __io_alloc_req_refill()