Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/base/
Dcacheinfo.c400 #define per_cpu_index_dev(cpu) (per_cpu(ci_index_dev, cpu)) macro
401 #define per_cache_index_dev(cpu, idx) ((per_cpu_index_dev(cpu))[idx])
615 if (per_cpu_index_dev(cpu)) { in cpu_cache_sysfs_exit()
622 kfree(per_cpu_index_dev(cpu)); in cpu_cache_sysfs_exit()
623 per_cpu_index_dev(cpu) = NULL; in cpu_cache_sysfs_exit()
641 per_cpu_index_dev(cpu) = kcalloc(cache_leaves(cpu), in cpu_cache_sysfs_init()
643 if (unlikely(per_cpu_index_dev(cpu) == NULL)) in cpu_cache_sysfs_init()