Lines Matching refs:curr
104 struct rb_node *curr; in __cached_rbnode_delete_update() local
108 curr = iovad->cached32_node; in __cached_rbnode_delete_update()
109 cached_iova = container_of(curr, struct iova, node); in __cached_rbnode_delete_update()
142 struct rb_node *prev, *curr = NULL; in __alloc_and_insert_iova_range() local
150 curr = __get_cached_rbnode(iovad, &limit_pfn); in __alloc_and_insert_iova_range()
151 prev = curr; in __alloc_and_insert_iova_range()
152 while (curr) { in __alloc_and_insert_iova_range()
153 struct iova *curr_iova = container_of(curr, struct iova, node); in __alloc_and_insert_iova_range()
168 prev = curr; in __alloc_and_insert_iova_range()
169 curr = rb_prev(curr); in __alloc_and_insert_iova_range()
172 if (!curr) { in __alloc_and_insert_iova_range()