Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/iommu/
H A Diova.c645 struct iova_cpu_rcache __percpu *cpu_rcaches; member
738 rcache->cpu_rcaches = __alloc_percpu(sizeof(*cpu_rcache), in iova_domain_init_rcaches()
740 if (!rcache->cpu_rcaches) { in iova_domain_init_rcaches()
745 cpu_rcache = per_cpu_ptr(rcache->cpu_rcaches, cpu); in iova_domain_init_rcaches()
784 cpu_rcache = raw_cpu_ptr(rcache->cpu_rcaches); in __iova_rcache_insert()
847 cpu_rcache = raw_cpu_ptr(rcache->cpu_rcaches); in __iova_rcache_get()
902 if (!rcache->cpu_rcaches) in free_iova_rcaches()
905 cpu_rcache = per_cpu_ptr(rcache->cpu_rcaches, cpu); in free_iova_rcaches()
909 free_percpu(rcache->cpu_rcaches); in free_iova_rcaches()
930 cpu_rcache = per_cpu_ptr(rcache->cpu_rcaches, cp in free_cpu_cached_iovas()
[all...]
/kernel/linux/linux-5.10/drivers/iommu/
H A Diova.c873 rcache->cpu_rcaches = __alloc_percpu(sizeof(*cpu_rcache), cache_line_size()); in init_iova_rcaches()
874 if (WARN_ON(!rcache->cpu_rcaches)) in init_iova_rcaches()
877 cpu_rcache = per_cpu_ptr(rcache->cpu_rcaches, cpu); in init_iova_rcaches()
900 cpu_rcache = raw_cpu_ptr(rcache->cpu_rcaches); in __iova_rcache_insert()
963 cpu_rcache = raw_cpu_ptr(rcache->cpu_rcaches); in __iova_rcache_get()
1019 cpu_rcache = per_cpu_ptr(rcache->cpu_rcaches, cpu); in free_iova_rcaches()
1023 free_percpu(rcache->cpu_rcaches); in free_iova_rcaches()
1041 cpu_rcache = per_cpu_ptr(rcache->cpu_rcaches, cpu); in free_cpu_cached_iovas()
/kernel/linux/linux-5.10/include/linux/
H A Diova.h35 struct iova_cpu_rcache __percpu *cpu_rcaches; member

Completed in 5 milliseconds