Home
last modified time | relevance | path

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

/linux/drivers/iommu/iommufd/
H A Dpages.c281 unsigned int total_pfns; member
288 batch->total_pfns = 0; in batch_clear()
307 batch->total_pfns = keep_pfns; in batch_clear_carry()
316 if (!batch->total_pfns) in batch_skip_carry()
319 WARN_ON(batch->total_pfns != batch->npfns[0]); in batch_skip_carry()
320 skip_pfns = min(batch->total_pfns, skip_pfns); in batch_skip_carry()
323 batch->total_pfns -= skip_pfns; in batch_skip_carry()
383 batch->total_pfns += nr; in batch_add_pfn_num()
392 batch->total_pfns -= nr; in batch_remove_pfn_num()
1241 unsigned int npfns = pfns->batch.total_pfns; in pfn_reader_next()
[all …]