Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/base/
H A Dcacheinfo.c351 #define per_cpu_cache_dev(cpu) (per_cpu(ci_cache_dev, cpu)) macro
582 device_unregister(per_cpu_cache_dev(cpu)); in cpu_cache_sysfs_exit()
583 per_cpu_cache_dev(cpu) = NULL; in cpu_cache_sysfs_exit()
593 per_cpu_cache_dev(cpu) = cpu_device_create(dev, NULL, NULL, "cache"); in cpu_cache_sysfs_init()
594 if (IS_ERR(per_cpu_cache_dev(cpu))) in cpu_cache_sysfs_init()
595 return PTR_ERR(per_cpu_cache_dev(cpu)); in cpu_cache_sysfs_init()
623 parent = per_cpu_cache_dev(cpu); in cache_add_dev()
/kernel/linux/linux-6.6/drivers/base/
H A Dcacheinfo.c606 #define per_cpu_cache_dev(cpu) (per_cpu(ci_cache_dev, cpu)) macro
837 device_unregister(per_cpu_cache_dev(cpu)); in cpu_cache_sysfs_exit()
838 per_cpu_cache_dev(cpu) = NULL; in cpu_cache_sysfs_exit()
848 per_cpu_cache_dev(cpu) = cpu_device_create(dev, NULL, NULL, "cache"); in cpu_cache_sysfs_init()
849 if (IS_ERR(per_cpu_cache_dev(cpu))) in cpu_cache_sysfs_init()
850 return PTR_ERR(per_cpu_cache_dev(cpu)); in cpu_cache_sysfs_init()
877 parent = per_cpu_cache_dev(cpu); in cache_add_dev()

Completed in 6 milliseconds