Searched refs:pool_count (Results 1 – 4 of 4) sorted by relevance
843 int error, i, j, new_pool, pool_count[7]; in find_volume_spare_pool() local878 bzero(pool_count, sizeof(pool_count)); in find_volume_spare_pool()886 pool_count[j]++; in find_volume_spare_pool()894 if (pool_count[i] < pool_count[new_pool]) in find_volume_spare_pool()
255 static int pool_count = 16; variable257 #define ZSTD_POOL_MAX pool_count875 pool_count = (boot_ncpus * 4); in zstd_init()
389 typeset pool_count=`$ZPOOL list -H | $GREP -v '^testpool' | $WC -l`390 [ "$pool_count" -ne 0 ]
5486 int pool_count = 0; in are_vdevs_in_pool() local5492 pool_count = 1; in are_vdevs_in_pool()5502 ret = for_each_pool(pool_count, &pool_name, B_TRUE, NULL, in are_vdevs_in_pool()