Searched refs:rcaches (Results 1 – 2 of 2) sorted by relevance
512 if (iovad->rcaches) in put_iova_domain()719 iovad->rcaches = kcalloc(IOVA_RANGE_CACHE_MAX_SIZE, in iova_domain_init_rcaches()722 if (!iovad->rcaches) in iova_domain_init_rcaches()729 rcache = &iovad->rcaches[i]; in iova_domain_init_rcaches()825 return __iova_rcache_insert(iovad, &iovad->rcaches[log_size], pfn); in iova_rcache_insert()881 return __iova_rcache_get(&iovad->rcaches[log_size], limit_pfn - size); in iova_rcache_get()895 rcache = &iovad->rcaches[i]; in free_iova_rcaches()908 kfree(iovad->rcaches); in free_iova_rcaches()909 iovad->rcaches = NULL; in free_iova_rcaches()923 rcache = &iovad->rcaches[i]; in free_cpu_cached_iovas()[all …]
39 struct iova_rcache *rcaches; member