Home
last modified time | relevance | path

Searched refs:npools (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/apr/random/unix/
Dapr_random.c59 unsigned int npools; member
119 g->npools = APR_RANDOM_DEFAULT_POOLS; in apr_random_init()
120 g->pools = apr_palloc(p,g->npools*sizeof *g->pools); in apr_random_init()
121 for (n = 0; n < g->npools; ++n) { in apr_random_init()
204 for (n = 0 ; n < g->npools && (n == 0 || g->generation&(1 << (n-1))) in rekey()
235 if (++g->next_pool == g->npools) in apr_random_add_entropy()
/freebsd-10-stable/sys/dev/drm2/ttm/
Dttm_page_alloc_dma.c175 unsigned npools; member
528 _manager->npools--; in ttm_dma_free_pool()
625 _manager->npools++; in ttm_dma_pool_init()
1022 pool_offset = pool_offset % _manager->npools; in ttm_dma_pool_mm_shrink()
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zpool/
Dzpool_main.c2722 int npools; in zpool_do_iostat() local
2778 if ((npools = pool_list_count(list)) == 0) in zpool_do_iostat()
2810 if (npools > 1 && !verbose) in zpool_do_iostat()