Home
last modified time | relevance | path

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

/linux/drivers/base/
A Dcacheinfo.c591 #define per_cpu_cache_dev(cpu) (per_cpu(ci_cache_dev, cpu)) macro
822 device_unregister(per_cpu_cache_dev(cpu)); in cpu_cache_sysfs_exit()
823 per_cpu_cache_dev(cpu) = NULL; in cpu_cache_sysfs_exit()
833 per_cpu_cache_dev(cpu) = cpu_device_create(dev, NULL, NULL, "cache"); in cpu_cache_sysfs_init()
834 if (IS_ERR(per_cpu_cache_dev(cpu))) in cpu_cache_sysfs_init()
835 return PTR_ERR(per_cpu_cache_dev(cpu)); in cpu_cache_sysfs_init()
862 parent = per_cpu_cache_dev(cpu); in cache_add_dev()

Completed in 6 milliseconds