Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/base/
Dcacheinfo.c27 #define per_cpu_cacheinfo(cpu) (ci_cacheinfo(cpu)->info_list) macro
29 (per_cpu_cacheinfo(cpu) + (idx))
322 if (!per_cpu_cacheinfo(cpu)) in free_cache_attributes()
327 kfree(per_cpu_cacheinfo(cpu)); in free_cache_attributes()
328 per_cpu_cacheinfo(cpu) = NULL; in free_cache_attributes()
352 if (per_cpu_cacheinfo(cpu)) in detect_cache_attributes()
358 per_cpu_cacheinfo(cpu) = kcalloc(cache_leaves(cpu), in detect_cache_attributes()
360 if (per_cpu_cacheinfo(cpu) == NULL) { in detect_cache_attributes()
633 if (per_cpu_cacheinfo(cpu) == NULL) in cpu_cache_sysfs_init()