Searched refs:iova_insert_rbtree (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | iova.c | 154 iova_insert_rbtree(struct rb_root *root, struct iova *iova, in iova_insert_rbtree() function 219 iova_insert_rbtree(&iovad->rbroot, new, prev); in __alloc_and_insert_iova_range() 637 iova_insert_rbtree(&iovad->rbroot, iova, NULL); in __insert_new_range() 751 iova_insert_rbtree(&iovad->rbroot, prev, NULL); in split_and_remove_iova() 755 iova_insert_rbtree(&iovad->rbroot, next, NULL); in split_and_remove_iova()
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | iova.c | 152 iova_insert_rbtree(struct rb_root *root, struct iova *iova, in iova_insert_rbtree() function 228 iova_insert_rbtree(&iovad->rbroot, new, prev); in __alloc_and_insert_iova_range() 553 iova_insert_rbtree(&iovad->rbroot, iova, NULL); in __insert_new_range()
|
Completed in 4 milliseconds