Searched refs:rcaches (Results 1 – 2 of 2) sorted by relevance
512 if (iovad->rcaches) in put_iova_domain()725 iovad->rcaches = kcalloc(IOVA_RANGE_CACHE_MAX_SIZE, in iova_domain_init_rcaches()728 if (!iovad->rcaches) in iova_domain_init_rcaches()735 rcache = &iovad->rcaches[i]; in iova_domain_init_rcaches()831 return __iova_rcache_insert(iovad, &iovad->rcaches[log_size], pfn); in iova_rcache_insert()887 return __iova_rcache_get(&iovad->rcaches[log_size], limit_pfn - size); in iova_rcache_get()901 rcache = &iovad->rcaches[i]; in free_iova_rcaches()914 kfree(iovad->rcaches); in free_iova_rcaches()915 iovad->rcaches = NULL; in free_iova_rcaches()929 rcache = &iovad->rcaches[i]; in free_cpu_cached_iovas()[all …]
39 struct iova_rcache *rcaches; member