Searched refs:pool_nr (Results 1 – 2 of 2) sorted by relevance
108 unsigned int pool_nr; in iommu_tbl_range_alloc() local127 pool_nr = 0; /* to keep compiler happy */ in iommu_tbl_range_alloc()130 pool_nr = pool_hash & (npools - 1); in iommu_tbl_range_alloc()131 pool = &(iommu->pools[pool_nr]); in iommu_tbl_range_alloc()192 pool_nr = (pool_nr + 1) & (iommu->nr_pools - 1); in iommu_tbl_range_alloc()193 pool = &(iommu->pools[pool_nr]); in iommu_tbl_range_alloc()234 unsigned int pool_nr = entry / tbl->poolsize; in get_pool() local236 BUG_ON(pool_nr >= tbl->nr_pools); in get_pool()237 p = &tbl->pools[pool_nr]; in get_pool()
722 unsigned long i, pool_nr, cnt = 0; in probe_existing_entries() local726 for (pool_nr = 0; pool_nr < iommu->nr_pools; pool_nr++) { in probe_existing_entries()727 pool = &(iommu->pools[pool_nr]); in probe_existing_entries()