Lines Matching refs:kobject
32 struct kobject *kobj; /* bare (not embedded) kobject for cache
42 struct kobject kobj;
134 static struct cache_index_dir *kobj_to_cache_index_dir(struct kobject *k) in kobj_to_cache_index_dir()
496 struct kobject *kobj = NULL; in cacheinfo_create_cache_dir()
523 static void cache_index_release(struct kobject *kobj) in cache_index_release()
535 static ssize_t cache_index_show(struct kobject *k, struct attribute *attr, char *buf) in cache_index_show()
544 static struct cache *index_kobj_to_cache(struct kobject *k) in index_kobj_to_cache()
553 static ssize_t size_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in size_show()
570 static ssize_t line_size_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in line_size_show()
586 static ssize_t nr_sets_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in nr_sets_show()
602 static ssize_t associativity_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in associativity_show()
618 static ssize_t type_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in type_show()
630 static ssize_t level_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in level_show()
646 struct kobject *index_dir_kobj = &index->kobj; in index_dir_to_cpu()
647 struct kobject *cache_dir_kobj = index_dir_kobj->parent; in index_dir_to_cpu()
648 struct kobject *cpu_dev_kobj = cache_dir_kobj->parent; in index_dir_to_cpu()
668 show_shared_cpumap(struct kobject *k, struct kobj_attribute *attr, char *buf, bool list) in show_shared_cpumap()
688 static ssize_t shared_cpu_map_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in shared_cpu_map_show()
693 static ssize_t shared_cpu_list_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in shared_cpu_list_show()