Searched refs:rcaches (Results 1 – 2 of 2) sorted by relevance
450 if (iovad->rcaches) in put_iova_domain()718 iovad->rcaches = kcalloc(IOVA_RANGE_CACHE_MAX_SIZE, in iova_domain_init_rcaches()721 if (!iovad->rcaches) in iova_domain_init_rcaches()728 rcache = &iovad->rcaches[i]; in iova_domain_init_rcaches()815 return __iova_rcache_insert(iovad, &iovad->rcaches[log_size], pfn); in iova_rcache_insert()871 return __iova_rcache_get(&iovad->rcaches[log_size], limit_pfn - size); in iova_rcache_get()884 rcache = &iovad->rcaches[i]; in free_iova_rcaches()898 kfree(iovad->rcaches); in free_iova_rcaches()899 iovad->rcaches = NULL; in free_iova_rcaches()913 rcache = &iovad->rcaches[i]; in free_cpu_cached_iovas()[all …]
39 struct iova_rcache *rcaches; member