Lines Matching defs:kobj
18 struct kobject kobj; member
42 static ssize_t start_show(struct kobject *kobj, struct kobj_attribute *attr, in start_show()
51 static ssize_t end_show(struct kobject *kobj, struct kobj_attribute *attr, in end_show()
60 static ssize_t nr_accesses_show(struct kobject *kobj, in nr_accesses_show()
69 static ssize_t age_show(struct kobject *kobj, struct kobj_attribute *attr, in age_show()
78 static ssize_t sz_filter_passed_show(struct kobject *kobj, in sz_filter_passed_show()
87 static void damon_sysfs_scheme_region_release(struct kobject *kobj) in damon_sysfs_scheme_region_release()
132 struct kobject kobj; member
154 static ssize_t total_bytes_show(struct kobject *kobj, in total_bytes_show()
175 static void damon_sysfs_scheme_regions_release(struct kobject *kobj) in damon_sysfs_scheme_regions_release()
200 struct kobject kobj; member
214 static ssize_t nr_tried_show(struct kobject *kobj, struct kobj_attribute *attr, in nr_tried_show()
223 static ssize_t sz_tried_show(struct kobject *kobj, struct kobj_attribute *attr, in sz_tried_show()
232 static ssize_t nr_applied_show(struct kobject *kobj, in nr_applied_show()
241 static ssize_t sz_applied_show(struct kobject *kobj, in sz_applied_show()
250 static ssize_t sz_ops_filter_passed_show(struct kobject *kobj, in sz_ops_filter_passed_show()
259 static ssize_t qt_exceeds_show(struct kobject *kobj, in qt_exceeds_show()
268 static void damon_sysfs_stats_release(struct kobject *kobj) in damon_sysfs_stats_release()
313 struct kobject kobj; member
336 static ssize_t type_show(struct kobject *kobj, in type_show()
346 static ssize_t type_store(struct kobject *kobj, in type_store()
365 static ssize_t matching_show(struct kobject *kobj, in matching_show()
374 static ssize_t matching_store(struct kobject *kobj, in matching_store()
389 static ssize_t allow_show(struct kobject *kobj, in allow_show()
398 static ssize_t allow_store(struct kobject *kobj, in allow_store()
413 static ssize_t memcg_path_show(struct kobject *kobj, in memcg_path_show()
423 static ssize_t memcg_path_store(struct kobject *kobj, in memcg_path_store()
438 static ssize_t addr_start_show(struct kobject *kobj, in addr_start_show()
447 static ssize_t addr_start_store(struct kobject *kobj, in addr_start_store()
457 static ssize_t addr_end_show(struct kobject *kobj, in addr_end_show()
466 static ssize_t addr_end_store(struct kobject *kobj, in addr_end_store()
476 static ssize_t damon_target_idx_show(struct kobject *kobj, in damon_target_idx_show()
485 static ssize_t damon_target_idx_store(struct kobject *kobj, in damon_target_idx_store()
495 static void damon_sysfs_scheme_filter_release(struct kobject *kobj) in damon_sysfs_scheme_filter_release()
548 struct kobject kobj; member
610 static ssize_t nr_filters_show(struct kobject *kobj, in nr_filters_show()
619 static ssize_t nr_filters_store(struct kobject *kobj, in nr_filters_store()
642 static void damon_sysfs_scheme_filters_release(struct kobject *kobj) in damon_sysfs_scheme_filters_release()
667 struct kobject kobj; member
699 static ssize_t metric_show(struct kobject *kobj, struct kobj_attribute *attr, in metric_show()
709 static ssize_t metric_store(struct kobject *kobj, struct kobj_attribute *attr, in metric_store()
725 static ssize_t interval_us_show(struct kobject *kobj, in interval_us_show()
734 static ssize_t interval_us_store(struct kobject *kobj, in interval_us_store()
744 static ssize_t high_show(struct kobject *kobj, in high_show()
753 static ssize_t high_store(struct kobject *kobj, in high_store()
763 static ssize_t mid_show(struct kobject *kobj, in mid_show()
772 static ssize_t mid_store(struct kobject *kobj, in mid_store()
782 static ssize_t low_show(struct kobject *kobj, in low_show()
791 static ssize_t low_store(struct kobject *kobj, in low_store()
801 static void damon_sysfs_watermarks_release(struct kobject *kobj) in damon_sysfs_watermarks_release()
842 struct kobject kobj; member
859 static ssize_t target_metric_show(struct kobject *kobj, in target_metric_show()
869 static ssize_t target_metric_store(struct kobject *kobj, in target_metric_store()
885 static ssize_t target_value_show(struct kobject *kobj, in target_value_show()
894 static ssize_t target_value_store(struct kobject *kobj, in target_value_store()
904 static ssize_t current_value_show(struct kobject *kobj, in current_value_show()
913 static ssize_t current_value_store(struct kobject *kobj, in current_value_store()
924 static void damos_sysfs_quota_goal_release(struct kobject *kobj) in damos_sysfs_quota_goal_release()
958 struct kobject kobj; member
1019 static ssize_t nr_goals_show(struct kobject *kobj, in nr_goals_show()
1028 static ssize_t nr_goals_store(struct kobject *kobj, in nr_goals_store()
1051 static void damos_sysfs_quota_goals_release(struct kobject *kobj) in damos_sysfs_quota_goals_release()
1076 struct kobject kobj; member
1097 static ssize_t sz_permil_show(struct kobject *kobj, in sz_permil_show()
1106 static ssize_t sz_permil_store(struct kobject *kobj, in sz_permil_store()
1116 static ssize_t nr_accesses_permil_show(struct kobject *kobj, in nr_accesses_permil_show()
1125 static ssize_t nr_accesses_permil_store(struct kobject *kobj, in nr_accesses_permil_store()
1135 static ssize_t age_permil_show(struct kobject *kobj, in age_permil_show()
1144 static ssize_t age_permil_store(struct kobject *kobj, in age_permil_store()
1154 static void damon_sysfs_weights_release(struct kobject *kobj) in damon_sysfs_weights_release()
1187 struct kobject kobj; member
1244 static ssize_t ms_show(struct kobject *kobj, struct kobj_attribute *attr, in ms_show()
1253 static ssize_t ms_store(struct kobject *kobj, struct kobj_attribute *attr, in ms_store()
1265 static ssize_t bytes_show(struct kobject *kobj, struct kobj_attribute *attr, in bytes_show()
1274 static ssize_t bytes_store(struct kobject *kobj, in bytes_store()
1286 static ssize_t reset_interval_ms_show(struct kobject *kobj, in reset_interval_ms_show()
1295 static ssize_t reset_interval_ms_store(struct kobject *kobj, in reset_interval_ms_store()
1307 static ssize_t effective_bytes_show(struct kobject *kobj, in effective_bytes_show()
1316 static void damon_sysfs_quotas_release(struct kobject *kobj) in damon_sysfs_quotas_release()
1353 struct kobject kobj; member
1431 static void damon_sysfs_access_pattern_release(struct kobject *kobj) in damon_sysfs_access_pattern_release()
1452 struct kobject kobj; member
1667 static ssize_t action_show(struct kobject *kobj, struct kobj_attribute *attr, in action_show()
1677 static ssize_t action_store(struct kobject *kobj, struct kobj_attribute *attr, in action_store()
1693 static ssize_t apply_interval_us_show(struct kobject *kobj, in apply_interval_us_show()
1702 static ssize_t apply_interval_us_store(struct kobject *kobj, in apply_interval_us_store()
1712 static ssize_t target_nid_show(struct kobject *kobj, in target_nid_show()
1721 static ssize_t target_nid_store(struct kobject *kobj, in target_nid_store()
1734 static void damon_sysfs_scheme_release(struct kobject *kobj) in damon_sysfs_scheme_release()
1832 static ssize_t nr_schemes_show(struct kobject *kobj, in nr_schemes_show()
1841 static ssize_t nr_schemes_store(struct kobject *kobj, in nr_schemes_store()
1863 static void damon_sysfs_schemes_release(struct kobject *kobj) in damon_sysfs_schemes_release()