Searched refs:it_hint (Results 1 – 6 of 6) sorted by relevance
36 unsigned long it_hint; /* Hint for next alloc */ member
64 unsigned long it_hint; /* Hint for next alloc */ member
89 start = largealloc ? tbl->it_largehint : tbl->it_hint; in iommu_range_alloc()102 start = largealloc ? tbl->it_largehint : tbl->it_hint; in iommu_range_alloc()151 tbl->it_hint = (end + tbl->it_blocksize - 1) & in iommu_range_alloc()518 tbl->it_hint = 0; in iommu_init_table()
125 tbl->it_hint = 0; in tce_table_setparms()
240 offset = iommu_area_alloc(tbl->it_map, tbl->it_size, tbl->it_hint, in iommu_range_alloc()257 tbl->it_hint = offset + npages; in iommu_range_alloc()258 BUG_ON(tbl->it_hint > tbl->it_size); in iommu_range_alloc()
521 window->table.it_hint = window->table.it_blocksize; in cell_iommu_setup_window()