Lines Matching defs:kobj
21 struct kobject kobj; member
42 static ssize_t min_show(struct kobject *kobj, struct kobj_attribute *attr, in min_show()
51 static ssize_t min_store(struct kobject *kobj, struct kobj_attribute *attr, in min_store()
67 static ssize_t max_show(struct kobject *kobj, struct kobj_attribute *attr, in max_show()
76 static ssize_t max_store(struct kobject *kobj, struct kobj_attribute *attr, in max_store()
92 static void damon_sysfs_ul_range_release(struct kobject *kobj) in damon_sysfs_ul_range_release()
121 struct kobject kobj; member
134 static ssize_t nr_tried_show(struct kobject *kobj, struct kobj_attribute *attr, in nr_tried_show()
143 static ssize_t sz_tried_show(struct kobject *kobj, struct kobj_attribute *attr, in sz_tried_show()
152 static ssize_t nr_applied_show(struct kobject *kobj, in nr_applied_show()
161 static ssize_t sz_applied_show(struct kobject *kobj, in sz_applied_show()
170 static ssize_t qt_exceeds_show(struct kobject *kobj, in qt_exceeds_show()
179 static void damon_sysfs_stats_release(struct kobject *kobj) in damon_sysfs_stats_release()
220 struct kobject kobj; member
252 static ssize_t metric_show(struct kobject *kobj, struct kobj_attribute *attr, in metric_show()
262 static ssize_t metric_store(struct kobject *kobj, struct kobj_attribute *attr, in metric_store()
278 static ssize_t interval_us_show(struct kobject *kobj, in interval_us_show()
287 static ssize_t interval_us_store(struct kobject *kobj, in interval_us_store()
297 static ssize_t high_show(struct kobject *kobj, in high_show()
306 static ssize_t high_store(struct kobject *kobj, in high_store()
316 static ssize_t mid_show(struct kobject *kobj, in mid_show()
325 static ssize_t mid_store(struct kobject *kobj, in mid_store()
335 static ssize_t low_show(struct kobject *kobj, in low_show()
344 static ssize_t low_store(struct kobject *kobj, in low_store()
354 static void damon_sysfs_watermarks_release(struct kobject *kobj) in damon_sysfs_watermarks_release()
395 struct kobject kobj; member
416 static ssize_t sz_permil_show(struct kobject *kobj, in sz_permil_show()
425 static ssize_t sz_permil_store(struct kobject *kobj, in sz_permil_store()
435 static ssize_t nr_accesses_permil_show(struct kobject *kobj, in nr_accesses_permil_show()
444 static ssize_t nr_accesses_permil_store(struct kobject *kobj, in nr_accesses_permil_store()
454 static ssize_t age_permil_show(struct kobject *kobj, in age_permil_show()
463 static ssize_t age_permil_store(struct kobject *kobj, in age_permil_store()
473 static void damon_sysfs_weights_release(struct kobject *kobj) in damon_sysfs_weights_release()
506 struct kobject kobj; member
541 static ssize_t ms_show(struct kobject *kobj, struct kobj_attribute *attr, in ms_show()
550 static ssize_t ms_store(struct kobject *kobj, struct kobj_attribute *attr, in ms_store()
562 static ssize_t bytes_show(struct kobject *kobj, struct kobj_attribute *attr, in bytes_show()
571 static ssize_t bytes_store(struct kobject *kobj, in bytes_store()
583 static ssize_t reset_interval_ms_show(struct kobject *kobj, in reset_interval_ms_show()
592 static ssize_t reset_interval_ms_store(struct kobject *kobj, in reset_interval_ms_store()
604 static void damon_sysfs_quotas_release(struct kobject *kobj) in damon_sysfs_quotas_release()
637 struct kobject kobj; member
715 static void damon_sysfs_access_pattern_release(struct kobject *kobj) in damon_sysfs_access_pattern_release()
736 struct kobject kobj; member
890 static ssize_t action_show(struct kobject *kobj, struct kobj_attribute *attr, in action_show()
900 static ssize_t action_store(struct kobject *kobj, struct kobj_attribute *attr, in action_store()
916 static void damon_sysfs_scheme_release(struct kobject *kobj) in damon_sysfs_scheme_release()
941 struct kobject kobj; member
1008 static ssize_t nr_schemes_show(struct kobject *kobj, in nr_schemes_show()
1017 static ssize_t nr_schemes_store(struct kobject *kobj, in nr_schemes_store()
1039 static void damon_sysfs_schemes_release(struct kobject *kobj) in damon_sysfs_schemes_release()
1064 struct kobject kobj; member
1084 static ssize_t start_show(struct kobject *kobj, struct kobj_attribute *attr, in start_show()
1093 static ssize_t start_store(struct kobject *kobj, struct kobj_attribute *attr, in start_store()
1103 static ssize_t end_show(struct kobject *kobj, struct kobj_attribute *attr, in end_show()
1112 static ssize_t end_store(struct kobject *kobj, struct kobj_attribute *attr, in end_store()
1122 static void damon_sysfs_region_release(struct kobject *kobj) in damon_sysfs_region_release()
1151 struct kobject kobj; member
1211 static ssize_t nr_regions_show(struct kobject *kobj, in nr_regions_show()
1220 static ssize_t nr_regions_store(struct kobject *kobj, in nr_regions_store()
1243 static void damon_sysfs_regions_release(struct kobject *kobj) in damon_sysfs_regions_release()
1268 struct kobject kobj; member
1301 static ssize_t pid_target_show(struct kobject *kobj, in pid_target_show()
1310 static ssize_t pid_target_store(struct kobject *kobj, in pid_target_store()
1322 static void damon_sysfs_target_release(struct kobject *kobj) in damon_sysfs_target_release()
1347 struct kobject kobj; member
1415 static ssize_t nr_targets_show(struct kobject *kobj, in nr_targets_show()
1424 static ssize_t nr_targets_store(struct kobject *kobj, in nr_targets_store()
1447 static void damon_sysfs_targets_release(struct kobject *kobj) in damon_sysfs_targets_release()
1472 struct kobject kobj; member
1495 static ssize_t sample_us_show(struct kobject *kobj, in sample_us_show()
1504 static ssize_t sample_us_store(struct kobject *kobj, in sample_us_store()
1519 static ssize_t aggr_us_show(struct kobject *kobj, struct kobj_attribute *attr, in aggr_us_show()
1528 static ssize_t aggr_us_store(struct kobject *kobj, struct kobj_attribute *attr, in aggr_us_store()
1543 static ssize_t update_us_show(struct kobject *kobj, in update_us_show()
1552 static ssize_t update_us_store(struct kobject *kobj, in update_us_store()
1567 static void damon_sysfs_intervals_release(struct kobject *kobj) in damon_sysfs_intervals_release()
1600 struct kobject kobj; member
1661 static void damon_sysfs_attrs_release(struct kobject *kobj) in damon_sysfs_attrs_release()
1689 struct kobject kobj; member
1801 static ssize_t avail_operations_show(struct kobject *kobj, in avail_operations_show()
1816 static ssize_t operations_show(struct kobject *kobj, in operations_show()
1825 static ssize_t operations_store(struct kobject *kobj, in operations_store()
1841 static void damon_sysfs_context_release(struct kobject *kobj) in damon_sysfs_context_release()
1870 struct kobject kobj; member
1938 static ssize_t nr_contexts_show(struct kobject *kobj, in nr_contexts_show()
1947 static ssize_t nr_contexts_store(struct kobject *kobj, in nr_contexts_store()
1971 static void damon_sysfs_contexts_release(struct kobject *kobj) in damon_sysfs_contexts_release()
1996 struct kobject kobj; member
2091 static ssize_t state_show(struct kobject *kobj, struct kobj_attribute *attr, in state_show()
2596 static ssize_t state_store(struct kobject *kobj, struct kobj_attribute *attr, in state_store()
2618 static ssize_t pid_show(struct kobject *kobj, in pid_show()
2641 static void damon_sysfs_kdamond_release(struct kobject *kobj) in damon_sysfs_kdamond_release()
2675 struct kobject kobj; member
2760 static ssize_t nr_kdamonds_show(struct kobject *kobj, in nr_kdamonds_show()
2769 static ssize_t nr_kdamonds_store(struct kobject *kobj, in nr_kdamonds_store()
2793 static void damon_sysfs_kdamonds_release(struct kobject *kobj) in damon_sysfs_kdamonds_release()
2818 struct kobject kobj; member
2847 static void damon_sysfs_ui_dir_release(struct kobject *kobj) in damon_sysfs_ui_dir_release()