Searched refs:POOL_SLAB_SIZE (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dpool.c34 #define POOL_SLAB_SIZE (256 * 1024) macro
59 agx_pool_alloc_backing(pool, POOL_SLAB_SIZE);
92 if (unlikely(bo == NULL || (offset + sz) >= POOL_SLAB_SIZE)) {
94 ALIGN_POT(MAX2(POOL_SLAB_SIZE, sz), 4096));

Completed in 2 milliseconds