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

/freebsd-current/sys/contrib/openzfs/etc/init.d/
H A Dzfs-import.in71 local already_imported available_pools pool npools
94 npools=$(find_pools "$ZPOOL" import -d /dev/disk/by-id)
95 if [ -n "$npools" ]
107 npools=$(echo "$npools" | sed "s,$available_pools,,")
111 available_pools="$available_pools;$npools"
113 available_pools="$npools"
/freebsd-current/sys/dev/random/
H A Drandom_harvestq.c237 u_int i, n, npools; local
252 npools = howmany(p_random_alg_context->ra_poolcount, RANDOM_KTHREAD_HZ);
273 npools = howmany(p_random_alg_context->ra_poolcount * 64,
283 for (i = 0; i < npools; i++) {
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c166 * @npools: Total amount of pools in existence.
173 unsigned npools; member in struct:ttm_pool_manager
526 _manager->npools--;
623 _manager->npools++;
1020 pool_offset = pool_offset % _manager->npools;
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c3572 uint_t npools = 0; local
3592 npools++;
3624 ip->ip_mntthreads = mount_tp_nthr / npools;
5933 int npools; local
6186 if ((npools = pool_list_count(list)) == 0)
6271 if (((npools > 1 && !verbose &&

Completed in 151 milliseconds