Searched refs:slab_zalloc (Results 1 – 18 of 18) sorted by relevance
85 void *slab_zalloc(struct slab_child_pool *pool);
238 slab_zalloc(struct slab_child_pool *pool) in slab_zalloc() function
290 transfer = slab_zalloc(&rctx->pool_transfers_unsync); in r600_buffer_get_transfer()292 transfer = slab_zalloc(&rctx->pool_transfers); in r600_buffer_get_transfer()
149 - util/slab: add slab_zalloc
160 - util/slab: add slab_zalloc
2977 - util/slab: add slab_zalloc2980 - radeonsi: replace opencoded slab_zalloc2981 - r600: replace opencoded slab_zalloc2982 - zink: replace opencoded slab_zalloc2983 - virgl: replace opencoded slab_zalloc2984 - vc4: replace opencoded slab_zalloc2985 - v3d: replace opencoded slab_zalloc2986 - iris: replace opencoded slab_zalloc2987 - lima: replace opencoded slab_zalloc2988 - freedreno: replace opencoded slab_zalloc[all …]
324 transfer = slab_zalloc(&sctx->pool_transfers_unsync); in si_buffer_get_transfer()326 transfer = slab_zalloc(&sctx->pool_transfers); in si_buffer_get_transfer()
204 trans = slab_zalloc(&ctx->transfer_pool); in etna_transfer_map()
983 ptrans = slab_zalloc(&ctx->transfer_pool_unsync); in fd_resource_transfer_map()985 ptrans = slab_zalloc(&ctx->transfer_pool); in fd_resource_transfer_map()
1648 map = slab_zalloc(&ice->transfer_pool_unsync); in crocus_transfer_map()1650 map = slab_zalloc(&ice->transfer_pool); in crocus_transfer_map()
868 trans = slab_zalloc(&vctx->transfer_pool); in virgl_resource_create_transfer()
650 trans = slab_zalloc(&ctx->transfer_pool); in lima_transfer_map()
263 trans = slab_zalloc(&v3d->transfer_pool); in v3d_resource_transfer_map()
156 trans = slab_zalloc(&vc4->transfer_pool); in vc4_resource_transfer_map()
2398 map = slab_zalloc(&ice->transfer_pool_unsync); in iris_transfer_map()2400 map = slab_zalloc(&ice->transfer_pool); in iris_transfer_map()
1696 trans = slab_zalloc(&ctx->transfer_pool_unsync); in create_transfer()1698 trans = slab_zalloc(&ctx->transfer_pool); in create_transfer()
2259 struct threaded_transfer *ttrans = slab_zalloc(&tc->pool_transfers); in tc_buffer_map()2277 struct threaded_transfer *ttrans = slab_zalloc(&tc->pool_transfers); in tc_buffer_map()
1565 struct d3d12_transfer *trans = (struct d3d12_transfer *)slab_zalloc(transfer_pool); in d3d12_transfer_map()