Searched refs:sets_to_alloc (Results 1 – 1 of 1) sorted by relevance
947 …unsigned sets_to_alloc = MIN2(MIN2(MAX2(pool->sets_alloc * 10, 10), MAX_LAZY_DESCRIPTORS) - pool->… in check_pool_alloc() local948 if (!sets_to_alloc) { in check_pool_alloc()957 … pool->pool, &pool->sets[pool->sets_alloc], sets_to_alloc)) in check_pool_alloc()959 pool->sets_alloc += sets_to_alloc; in check_pool_alloc()988 …unsigned sets_to_alloc = MIN2(MIN2(MAX2(pool->sets_alloc * 10, 10), MAX_LAZY_DESCRIPTORS) - pool->… in check_push_pool_alloc() local989 if (!sets_to_alloc || unlikely(ctx->dd.has_fbfetch != bs->dd.has_fbfetch)) { in check_push_pool_alloc()1003 … pool->pool, &pool->sets[pool->sets_alloc], sets_to_alloc)) { in check_push_pool_alloc()1007 pool->sets_alloc += sets_to_alloc; in check_push_pool_alloc()