Searched refs:all_cpu_cache_info (Results 1 – 1 of 1) sorted by relevance
134 static struct cpu_cache_info all_cpu_cache_info[NR_CPUS]; variable135 #define LEAF_KOBJECT_PTR(x,y) (&all_cpu_cache_info[x].cache_leaves[y])297 kfree(all_cpu_cache_info[cpu].cache_leaves); in cpu_cache_sysfs_exit()298 all_cpu_cache_info[cpu].cache_leaves = NULL; in cpu_cache_sysfs_exit()299 all_cpu_cache_info[cpu].num_cache_leaves = 0; in cpu_cache_sysfs_exit()300 memset(&all_cpu_cache_info[cpu].kobj, 0, sizeof(struct kobject)); in cpu_cache_sysfs_exit()339 all_cpu_cache_info[cpu].cache_leaves = this_cache; in cpu_cache_sysfs_init()340 all_cpu_cache_info[cpu].num_cache_leaves = num_cache_leaves; in cpu_cache_sysfs_init()342 memset(&all_cpu_cache_info[cpu].kobj, 0, sizeof(struct kobject)); in cpu_cache_sysfs_init()355 if (all_cpu_cache_info[cpu].kobj.parent) in cache_add_dev()[all …]