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

/freebsd-current/usr.sbin/mptutil/
H A Dmpt_config.c842 int error, i, j, new_pool, pool_count[7]; local
877 bzero(pool_count, sizeof(pool_count));
885 pool_count[j]++;
893 if (pool_count[i] < pool_count[new_pool])
/freebsd-current/sys/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c255 static int pool_count = 16; variable
257 #define ZSTD_POOL_MAX pool_count
875 pool_count = (boot_ncpus * 4);
/freebsd-current/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib386 typeset pool_count=`$ZPOOL list -H | $GREP -v '^testpool' | $WC -l`
387 [ "$pool_count" -ne 0 ]
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c5525 int pool_count = 0; local
5531 pool_count = 1;
5541 ret = for_each_pool(pool_count, &pool_name, B_TRUE, NULL,

Completed in 214 milliseconds