Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dcacheinfo.c645 #define per_cpu_index_dev(cpu) (per_cpu(ci_index_dev, cpu)) macro
646 #define per_cache_index_dev(cpu, idx) ((per_cpu_index_dev(cpu))[idx])
860 if (per_cpu_index_dev(cpu)) { in cpu_cache_sysfs_exit()
867 kfree(per_cpu_index_dev(cpu)); in cpu_cache_sysfs_exit()
868 per_cpu_index_dev(cpu) = NULL; in cpu_cache_sysfs_exit()
886 per_cpu_index_dev(cpu) = kzalloc_objs(struct device *, in cpu_cache_sysfs_init()
888 if (unlikely(per_cpu_index_dev(cpu) == NULL)) in cpu_cache_sysfs_init()