Searched refs:per_cpu_cacheinfo (Results 1 – 1 of 1) sorted by relevance
27 #define per_cpu_cacheinfo(cpu) (ci_cacheinfo(cpu)->info_list) macro29 (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()