Searched refs:all_cpu_cache_info (Results 1 – 1 of 1) sorted by relevance
123 static struct cpu_cache_info all_cpu_cache_info[NR_CPUS]; variable124 #define LEAF_KOBJECT_PTR(x,y) (&all_cpu_cache_info[x].cache_leaves[y])287 kfree(all_cpu_cache_info[cpu].cache_leaves); in cpu_cache_sysfs_exit()288 all_cpu_cache_info[cpu].cache_leaves = NULL; in cpu_cache_sysfs_exit()289 all_cpu_cache_info[cpu].num_cache_leaves = 0; in cpu_cache_sysfs_exit()290 memset(&all_cpu_cache_info[cpu].kobj, 0, sizeof(struct kobject)); in cpu_cache_sysfs_exit()329 all_cpu_cache_info[cpu].cache_leaves = this_cache; in cpu_cache_sysfs_init()330 all_cpu_cache_info[cpu].num_cache_leaves = num_cache_leaves; in cpu_cache_sysfs_init()332 memset(&all_cpu_cache_info[cpu].kobj, 0, sizeof(struct kobject)); in cpu_cache_sysfs_init()345 if (all_cpu_cache_info[cpu].kobj.parent) in cache_add_dev()[all …]