Searched refs:kmem_cache_alloc_bulk (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/shared/ |
| H A D | linux.c | 157 int kmem_cache_alloc_bulk(struct kmem_cache *cachep, gfp_t gfp, size_t size, in kmem_cache_free_bulk() 274 sheaf->size = kmem_cache_alloc_bulk(s, gfp, size, sheaf->objects); in test_kmem_cache_bulk() 302 refill = kmem_cache_alloc_bulk(s, gfp, size - sheaf->size, 359 kmem_cache_alloc_bulk(test_cache, __GFP_DIRECT_RECLAIM, 5, list); 374 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/lib/ |
| H A D | test_meminit.c | 234 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()
|
| /linux/tools/include/linux/ |
| H A D | slab.h | 186 int kmem_cache_alloc_bulk(struct kmem_cache *cachep, gfp_t gfp, size_t size,
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_iommu.c | 339 ret = kmem_cache_alloc_bulk(pt_cache, GFP_KERNEL, p->count, p->pages); in msm_iommu_pagetable_prealloc_allocate()
|
| /linux/include/linux/ |
| H A D | slab.h | 819 #define kmem_cache_alloc_bulk(...) alloc_hooks(kmem_cache_alloc_bulk_noprof(__VA_ARGS__)) macro
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 1267 ret = kmem_cache_alloc_bulk(pt_cache, GFP_KERNEL, pt_count, in panthor_vm_prepare_map_op_ctx() 1321 ret = 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 n = kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, gfp, nframes, in xdp_recv_frames()
|
| /linux/mm/kasan/ |
| H A D | kasan_test_c.c | 1224 ret = kmem_cache_alloc_bulk(cache, GFP_KERNEL, ARRAY_SIZE(p), (void **)&p); in kmem_cache_bulk()
|
| /linux/net/core/ |
| H A D | skbuff.c | 292 nc->skb_count = kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, in napi_skb_cache_get() 356 nc->skb_count += kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, in napi_skb_cache_get_bulk() 363 n -= kmem_cache_alloc_bulk(net_hotdata.skbuff_cache, in napi_skb_cache_get_bulk()
|
| /linux/io_uring/ |
| H A D | io_uring.c | 965 ret = kmem_cache_alloc_bulk(req_cachep, gfp, ARRAY_SIZE(reqs), reqs); in __io_alloc_req_refill()
|