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()
308 batch->total_pfns = keep_pfns; in batch_clear_carry()
317 if (!batch->total_pfns) in batch_skip_carry()
320 WARN_ON(batch->total_pfns != batch->npfns[0]); in batch_skip_carry()
321 skip_pfns = min(batch->total_pfns, skip_pfns); in batch_skip_carry()
324 batch->total_pfns -= skip_pfns; in batch_skip_carry()
384 batch->total_pfns += nr; in batch_add_pfn_num()
393 batch->total_pfns -= nr; in batch_remove_pfn_num()
1242 unsigned int npfns = pfns->batch.total_pfns; in pfn_reader_next()
[all …]