Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/iommufd/
H A Dpages.c1389 unsigned long batch_last_index; in iopt_area_unpin_domain() local
1402 batch_last_index = start_index + batch->total_pfns - 1; in iopt_area_unpin_domain()
1404 batch_last_index = last_index; in iopt_area_unpin_domain()
1408 WARN_ON(batch_last_index > real_last_index); in iopt_area_unpin_domain()
1419 if (batch_last_index == last_index && in iopt_area_unpin_domain()
1425 if (*unmapped_end_index <= batch_last_index) { in iopt_area_unpin_domain()
1434 batch_last_index - start_index + 1); in iopt_area_unpin_domain()
1435 start_index = batch_last_index + 1; in iopt_area_unpin_domain()
1438 *unmapped_end_index - batch_last_index - 1); in iopt_area_unpin_domain()