Searched refs:iova_insert_rbtree (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | iova.c | 155 iova_insert_rbtree(struct rb_root *root, struct iova *iova, in iova_insert_rbtree() function 249 iova_insert_rbtree(&iovad->rbroot, new, prev); in __alloc_and_insert_iova_range() 319 iova_insert_rbtree(&iovad->rbroot, new, candidate_rb_parent); in __alloc_and_insert_iova_best_fit() 737 iova_insert_rbtree(&iovad->rbroot, iova, NULL); in __insert_new_range() 851 iova_insert_rbtree(&iovad->rbroot, prev, NULL); in split_and_remove_iova() 855 iova_insert_rbtree(&iovad->rbroot, next, NULL); in split_and_remove_iova()
|