Searched refs:nr_pools (Results 1 – 6 of 6) sorted by relevance
64 iommu->nr_pools = IOMMU_NR_POOLS; in iommu_tbl_pool_init()66 iommu->nr_pools = npools; in iommu_tbl_pool_init()78 iommu->poolsize = num_entries/iommu->nr_pools; in iommu_tbl_pool_init()80 iommu->poolsize = (num_entries * 3 / 4)/iommu->nr_pools; in iommu_tbl_pool_init()81 for (i = 0; i < iommu->nr_pools; i++) { in iommu_tbl_pool_init()109 unsigned int npools = iommu->nr_pools; in iommu_tbl_range_alloc()176 boundary_size = iommu->poolsize * iommu->nr_pools; in iommu_tbl_range_alloc()190 } else if (!largealloc && pass <= iommu->nr_pools) { in iommu_tbl_range_alloc()192 pool_nr = (pool_nr + 1) & (iommu->nr_pools - 1); in iommu_tbl_range_alloc()236 BUG_ON(pool_nr >= tbl->nr_pools); in get_pool()
726 for (pool_nr = 0; pool_nr < iommu->nr_pools; pool_nr++) { in probe_existing_entries()
1108 num_tsb_entries = iommu->poolsize * iommu->nr_pools; in ldc_iommu_release()
23 unsigned long nr_pools; member
108 unsigned long nr_pools; member
831 u32 nr_pools; /* No of pools */ member