Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Diommu-pages.c15 IOPTDESC_MATCH(lru, iopt_freelist_elm); /* Ensure bit 0 is clear */
129 list_for_each_entry_safe(iopt, tmp, &list->pages, iopt_freelist_elm) in iommu_put_pages_list()
195 list_for_each_entry(cur, &list->pages, iopt_freelist_elm) { in iommu_pages_start_incoherent_list()
222 list_for_each_entry(cur, &list->pages, iopt_freelist_elm) { in iommu_pages_stop_incoherent_list()
H A Diommu-pages.h22 struct list_head iopt_freelist_elm; member
64 list_add_tail(&virt_to_ioptdesc(virt)->iopt_freelist_elm, &list->pages); in iommu_pages_list_add()