Home
last modified time | relevance | path

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

/linux/drivers/base/
A Dcacheinfo.c358 #define per_cpu_index_dev(cpu) (per_cpu(ci_index_dev, cpu)) macro
359 #define per_cache_index_dev(cpu, idx) ((per_cpu_index_dev(cpu))[idx])
573 if (per_cpu_index_dev(cpu)) { in cpu_cache_sysfs_exit()
580 kfree(per_cpu_index_dev(cpu)); in cpu_cache_sysfs_exit()
581 per_cpu_index_dev(cpu) = NULL; in cpu_cache_sysfs_exit()
599 per_cpu_index_dev(cpu) = kcalloc(cache_leaves(cpu), in cpu_cache_sysfs_init()
601 if (unlikely(per_cpu_index_dev(cpu) == NULL)) in cpu_cache_sysfs_init()

Completed in 4 milliseconds