Home
last modified time | relevance | path

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

/drivers/iommu/
A Diova.c589 struct iova_cpu_rcache __percpu *cpu_rcaches; member
732 rcache->cpu_rcaches = __alloc_percpu(sizeof(*cpu_rcache), in iova_domain_init_rcaches()
734 if (!rcache->cpu_rcaches) { in iova_domain_init_rcaches()
739 cpu_rcache = per_cpu_ptr(rcache->cpu_rcaches, cpu); in iova_domain_init_rcaches()
777 cpu_rcache = raw_cpu_ptr(rcache->cpu_rcaches); in __iova_rcache_insert()
831 cpu_rcache = raw_cpu_ptr(rcache->cpu_rcaches); in __iova_rcache_get()
885 if (!rcache->cpu_rcaches) in free_iova_rcaches()
888 cpu_rcache = per_cpu_ptr(rcache->cpu_rcaches, cpu); in free_iova_rcaches()
892 free_percpu(rcache->cpu_rcaches); in free_iova_rcaches()
914 cpu_rcache = per_cpu_ptr(rcache->cpu_rcaches, cpu); in free_cpu_cached_iovas()

Completed in 6 milliseconds