/kernel/linux/linux-5.10/mm/ |
D | memcg_control.c | 141 struct cftype *cft) in mem_cgroup_app_score_read() 149 struct cftype *cft, u64 val) in mem_cgroup_app_score_write() 326 struct cftype *cft, u64 val) in memcg_ub_ufs2zram_ratio_write() 339 static u64 memcg_ub_ufs2zram_ratio_read(struct cgroup_subsys_state *css, struct cftype *cft) in memcg_ub_ufs2zram_ratio_read() 346 static int memcg_force_swapin_write(struct cgroup_subsys_state *css, struct cftype *cft, u64 val) in memcg_force_swapin_write() 377 struct cftype *cft, u64 reclaim_size) in memcg_force_shrink_purgeable_bysize() 407 static struct cftype memcg_policy_files[] = { 474 struct cftype *cft) in mem_cgroup_app_score_read() 480 struct cftype *cft, u64 val) in mem_cgroup_app_score_write()
|
D | zswapd_control.c | 210 struct cftype *cft, u64 val) in area_anon_refault_threshold_write() 218 struct cftype *cft, u64 val) in empty_round_skip_interval_write() 226 struct cftype *cft, u64 val) in max_skip_interval_write() 234 struct cftype *cft, u64 val) in empty_round_check_threshold_write() 242 struct cftype *cft, u64 val) in anon_refault_snapshot_min_interval_write() 250 struct cftype *cft, u64 val) in zram_critical_thres_write() 308 static u64 zswapd_pid_read(struct cgroup_subsys_state *css, struct cftype *cft) in zswapd_pid_read() 557 struct cftype *cft) in area_anon_refault_threshold_read() 563 struct cftype *cft) in empty_round_skip_interval_read() 569 struct cftype *cft) in max_skip_interval_read() [all …]
|
D | hugetlb_cgroup.c | 425 struct cftype *cft) in hugetlb_cgroup_read_u64() 460 struct cftype *cft = seq_cft(seq); in hugetlb_cgroup_read_u64_max() 593 struct cftype *cft = seq_cft(seq); in __hugetlb_events_show() 621 struct cftype *cft; in __hugetlb_cgroup_file_dfl_init() 685 struct cftype *cft; in __hugetlb_cgroup_file_legacy_init() 802 static struct cftype hugetlb_files[] = {
|
D | memcontrol.c | 3564 struct cftype *cft) in mem_cgroup_hierarchy_read() 3570 struct cftype *cft, u64 val) in mem_cgroup_hierarchy_write() 3626 struct cftype *cft) in mem_cgroup_read_u64() 3951 struct cftype *cft) in mem_cgroup_move_charge_read() 3958 struct cftype *cft, u64 val) in mem_cgroup_move_charge_write() 3976 struct cftype *cft, u64 val) in mem_cgroup_move_charge_write() 4206 struct cftype *cft) in mem_cgroup_swappiness_read() 4214 struct cftype *cft, u64 val) in mem_cgroup_swappiness_write() 4566 struct cftype *cft, u64 val) in mem_cgroup_oom_control_write() 5043 static struct cftype mem_cgroup_legacy_files[] = { [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | cgroup-defs.h | 536 struct cftype { struct 577 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 581 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 596 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 601 int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 713 struct cftype *dfl_cftypes; /* for the default hierarchy */ 714 struct cftype *legacy_cftypes; /* for the legacy hierarchies */
|
D | cgroup.h | 114 int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts); 115 int cgroup_add_legacy_cftypes(struct cgroup_subsys *ss, struct cftype *cfts); 116 int cgroup_rm_cftypes(struct cftype *cfts); 632 static inline struct cftype *of_cft(struct kernfs_open_file *of) in of_cft() 640 static inline struct cftype *seq_cft(struct seq_file *seq) in seq_cft()
|
D | blk-cgroup.h | 157 struct cftype *dfl_cftypes; 158 struct cftype *legacy_cftypes;
|
D | hugetlb.h | 497 struct cftype cgroup_files_dfl[7]; 498 struct cftype cgroup_files_legacy[9];
|
/kernel/linux/linux-5.10/net/core/ |
D | netclassid_cgroup.c | 110 static u64 read_classid(struct cgroup_subsys_state *css, struct cftype *cft) in read_classid() 115 static int write_classid(struct cgroup_subsys_state *css, struct cftype *cft, in write_classid() 132 static struct cftype ss_files[] = {
|
D | netprio_cgroup.c | 178 static u64 read_prioidx(struct cgroup_subsys_state *css, struct cftype *cft) in read_prioidx() 245 static struct cftype ss_files[] = {
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
D | debug.c | 35 struct cftype *cft) in debug_taskcount_read() 77 struct cftype *cft) in current_css_set_refcount_read() 271 static u64 releasable_read(struct cgroup_subsys_state *css, struct cftype *cft) in releasable_read() 277 static struct cftype debug_legacy_files[] = { 324 static struct cftype debug_files[] = {
|
D | legacy_freezer.c | 438 struct cftype *cft) in freezer_self_freezing_read() 446 struct cftype *cft) in freezer_parent_freezing_read() 453 static struct cftype files[] = {
|
D | cgroup.c | 210 static struct cftype cgroup_base_files[]; 222 struct cgroup *cgrp, struct cftype cfts[], 626 struct cftype *cft = of_cft(of); in of_css() 1460 static char *cgroup_file_name(struct cgroup *cgrp, const struct cftype *cft, in cgroup_file_name() 1484 static umode_t cgroup_file_mode(const struct cftype *cft) in cgroup_file_mode() 1618 static void cgroup_rm_file(struct cgroup *cgrp, const struct cftype *cft) in cgroup_rm_file() 1645 struct cftype *cfts; in css_clear_dir() 1674 struct cftype *cfts, *failed_cfts; in css_populate_dir() 3763 struct cftype *cft = of_cft(of); in cgroup_file_open() 3788 struct cftype *cft = of_cft(of); in cgroup_file_release() [all …]
|
D | pids.c | 307 struct cftype *cft) in pids_current_read() 322 static struct cftype pids_files[] = {
|
D | cgroup-v1.c | 597 struct cftype *cft) in cgroup_read_notify_on_release() 603 struct cftype *cft, u64 val) in cgroup_write_notify_on_release() 613 struct cftype *cft) in cgroup_clone_children_read() 619 struct cftype *cft, u64 val) in cgroup_clone_children_write() 629 struct cftype cgroup1_base_files[] = {
|
D | cgroup-internal.h | 284 extern struct cftype cgroup1_base_files[];
|
D | cpuset.c | 2312 static int cpuset_write_u64(struct cgroup_subsys_state *css, struct cftype *cft, in cpuset_write_u64() 2361 static int cpuset_write_s64(struct cgroup_subsys_state *css, struct cftype *cft, in cpuset_write_s64() 2495 static u64 cpuset_read_u64(struct cgroup_subsys_state *css, struct cftype *cft) in cpuset_read_u64() 2526 static s64 cpuset_read_s64(struct cgroup_subsys_state *css, struct cftype *cft) in cpuset_read_s64() 2596 static struct cftype legacy_files[] = { 2702 static struct cftype dfl_files[] = {
|
D | rdma.c | 545 static struct cftype rdmacg_files[] = {
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | cpuacct.c | 170 struct cftype *cft) in cpuusage_user_read() 176 struct cftype *cft) in cpuusage_sys_read() 181 static u64 cpuusage_read(struct cgroup_subsys_state *css, struct cftype *cft) in cpuusage_read() 186 static int cpuusage_write(struct cgroup_subsys_state *css, struct cftype *cft, in cpuusage_write() 297 static struct cftype files[] = {
|
D | core.c | 8504 struct cftype *cft) in sched_colocate_read() 8512 struct cftype *cft, u64 colocate) in sched_colocate_write() 8529 struct cftype *cftype, u64 shareval) in cpu_shares_write_u64() argument 8537 struct cftype *cft) in cpu_shares_read_u64() 8688 struct cftype *cft) in cpu_cfs_quota_read_s64() 8694 struct cftype *cftype, s64 cfs_quota_us) in cpu_cfs_quota_write_s64() argument 8700 struct cftype *cft) in cpu_cfs_period_read_u64() 8706 struct cftype *cftype, u64 cfs_period_us) in cpu_cfs_period_write_u64() argument 8820 struct cftype *cft, s64 val) in cpu_rt_runtime_write() 8826 struct cftype *cft) in cpu_rt_runtime_read() [all …]
|
/kernel/linux/linux-5.10/block/ |
D | bfq-iosched.h | 994 extern struct cftype bfq_blkcg_legacy_files[]; 995 extern struct cftype bfq_blkg_files[];
|
D | bfq-cgroup.c | 1055 struct cftype *cftype, in bfq_io_set_weight_legacy() argument 1291 struct cftype bfq_blkcg_legacy_files[] = { 1417 struct cftype bfq_blkg_files[] = {
|
D | blk-cgroup.c | 441 struct cftype *cftype, u64 val) in blkcg_reset_stats() argument 962 static struct cftype blkcg_files[] = { 970 static struct cftype blkcg_legacy_files[] = {
|
/kernel/linux/linux-5.10/security/ |
D | device_cgroup.c | 795 static struct cftype dev_cgroup_files[] = {
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | kernel.patch | 430 @@ -2317,7 +2337,7 @@ static int cpuset_write_u64(struct cgroup_subsys_state *css, struct cftype *c… 439 @@ -2353,7 +2373,7 @@ static int cpuset_write_u64(struct cgroup_subsys_state *css, struct cftype *c… 448 @@ -2366,7 +2386,7 @@ static int cpuset_write_s64(struct cgroup_subsys_state *css, struct cftype *c… 457 @@ -2379,7 +2399,7 @@ static int cpuset_write_s64(struct cgroup_subsys_state *css, struct cftype *c…
|