Home
last modified time | relevance | path

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

/linux/tools/testing/shared/
H A Dlinux.c157 bool kmem_cache_alloc_bulk(struct kmem_cache *cachep, gfp_t gfp, size_t size, in kmem_cache_free_bulk()
275 if (!kmem_cache_alloc_bulk(s, gfp, size, sheaf->objects)) { in test_kmem_cache_bulk()
301 if (!kmem_cache_alloc_bulk(s, gfp, size - sheaf->size,
356 kmem_cache_alloc_bulk(test_cache, __GFP_DIRECT_RECLAIM, 5, list);
371 kmem_cache_alloc_bulk(test_cache2, __GFP_DIRECT_RECLAIM, 10, list);
165 int kmem_cache_alloc_bulk(struct kmem_cache *cachep, gfp_t gfp, size_t size, kmem_cache_alloc_bulk() function
/linux/tools/include/linux/
H A Dslab.h186 bool kmem_cache_alloc_bulk(struct kmem_cache *cachep, gfp_t gfp, size_t size,
/linux/include/linux/
H A Dslab.h905 #define kmem_cache_alloc_bulk(...) \ macro
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c1266 if (!kmem_cache_alloc_bulk(pt_cache, GFP_KERNEL, pt_count, in panthor_vm_op_ctx_prealloc_pts()
1399 if (!kmem_cache_alloc_bulk(pt_cache, GFP_KERNEL, pt_count, in panthor_vm_prepare_unmap_op_ctx()
/linux/net/bpf/
H A Dtest_run.c249 if (unlikely(!kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, gfp, in xdp_recv_frames()
/linux/net/core/
H A Dskbuff.c291 if (alloc && kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, in napi_skb_cache_get()
356 if (kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, in napi_skb_cache_get_bulk()
364 if (kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, in napi_skb_cache_get_bulk()
/linux/io_uring/
H A Dio_uring.c979 if (!kmem_cache_alloc_bulk(req_cachep, gfp, nr_reqs, reqs)) { in __io_alloc_req_refill()