Searched refs:per_cpu_cacheinfo (Results 1 – 1 of 1) sorted by relevance
27 #define per_cpu_cacheinfo(cpu) (ci_cacheinfo(cpu)->info_list) macro293 if (!per_cpu_cacheinfo(cpu)) in free_cache_attributes()298 kfree(per_cpu_cacheinfo(cpu)); in free_cache_attributes()299 per_cpu_cacheinfo(cpu) = NULL; in free_cache_attributes()320 per_cpu_cacheinfo(cpu) = kcalloc(cache_leaves(cpu), in detect_cache_attributes()322 if (per_cpu_cacheinfo(cpu) == NULL) in detect_cache_attributes()591 if (per_cpu_cacheinfo(cpu) == NULL) in cpu_cache_sysfs_init()
Completed in 3 milliseconds