Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diova.c271 unsigned long gap, candidate_gap = ~0UL; in __alloc_and_insert_iova_best_fit() local
288 && (gap < candidate_gap)) { in __alloc_and_insert_iova_best_fit()
289 candidate_gap = gap; in __alloc_and_insert_iova_best_fit()
302 gap < candidate_gap) { in __alloc_and_insert_iova_best_fit()
303 candidate_gap = gap; in __alloc_and_insert_iova_best_fit()