Searched refs:kmem_cache_alloc_bulk (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/shared/ |
| H A D | linux.c | 157 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 D | slab.h | 186 bool kmem_cache_alloc_bulk(struct kmem_cache *cachep, gfp_t gfp, size_t size,
|
| /linux/include/linux/ |
| H A D | slab.h | 905 #define kmem_cache_alloc_bulk(...) \ macro
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 1266 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 D | test_run.c | 249 if (unlikely(!kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, gfp, in xdp_recv_frames()
|
| /linux/net/core/ |
| H A D | skbuff.c | 291 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 D | io_uring.c | 979 if (!kmem_cache_alloc_bulk(req_cachep, gfp, nr_reqs, reqs)) { in __io_alloc_req_refill()
|