/linux-6.12.1/include/linux/ |
D | cgroup-defs.h | 619 struct cftype { struct 660 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 664 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 679 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 684 int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 781 struct cftype *dfl_cftypes; /* for the default hierarchy */ 782 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); 569 static inline struct cftype *of_cft(struct kernfs_open_file *of) in of_cft() 577 static inline struct cftype *seq_cft(struct seq_file *seq) in seq_cft()
|
/linux-6.12.1/mm/ |
D | hugetlb_cgroup.c | 39 static struct cftype *dfl_files; 40 static struct cftype *legacy_files; 471 struct cftype *cft = seq_cft(seq); in hugetlb_cgroup_read_numa_stat() 522 struct cftype *cft) in hugetlb_cgroup_read_u64() 557 struct cftype *cft = seq_cft(seq); in hugetlb_cgroup_read_u64_max() 690 struct cftype *cft = seq_cft(seq); in __hugetlb_events_show() 715 static struct cftype hugetlb_dfl_tmpl[] = { 762 static struct cftype hugetlb_legacy_tmpl[] = { 817 hugetlb_cgroup_cfttypes_init(struct hstate *h, struct cftype *cft, in hugetlb_cgroup_cfttypes_init() 818 struct cftype *tmpl, int tmpl_size) in hugetlb_cgroup_cfttypes_init() [all …]
|
D | memcontrol-v1.h | 122 extern struct cftype memsw_files[]; 123 extern struct cftype mem_cgroup_legacy_files[];
|
D | memcontrol-v1.c | 594 struct cftype *cft) in mem_cgroup_move_charge_read() 601 struct cftype *cft, u64 val) in mem_cgroup_move_charge_write() 623 struct cftype *cft, u64 val) in mem_cgroup_move_charge_write() 2425 struct cftype *cft) in mem_cgroup_hierarchy_read() 2431 struct cftype *cft, u64 val) in mem_cgroup_hierarchy_write() 2444 struct cftype *cft) in mem_cgroup_read_u64() 2836 struct cftype *cft) in mem_cgroup_swappiness_read() 2844 struct cftype *cft, u64 val) in mem_cgroup_swappiness_write() 2871 struct cftype *cft, u64 val) in mem_cgroup_oom_control_write() 2901 struct cftype mem_cgroup_legacy_files[] = { [all …]
|
D | memcontrol.c | 3917 struct cftype *cft) in memory_current_read() 4349 static struct cftype memory_files[] = { 5128 struct cftype *cft) in swap_current_read() 5211 static struct cftype swap_files[] = { 5360 struct cftype *cft) in zswap_current_read() 5416 static struct cftype zswap_files[] = {
|
/linux-6.12.1/net/core/ |
D | netclassid_cgroup.c | 115 static u64 read_classid(struct cgroup_subsys_state *css, struct cftype *cft) in read_classid() 120 static int write_classid(struct cgroup_subsys_state *css, struct cftype *cft, in write_classid() 137 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() 243 static struct cftype ss_files[] = {
|
/linux-6.12.1/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 | cpuset-v1.c | 164 static int cpuset_write_s64(struct cgroup_subsys_state *css, struct cftype *cft, in cpuset_write_s64() 190 static s64 cpuset_read_s64(struct cgroup_subsys_state *css, struct cftype *cft) in cpuset_read_s64() 376 static u64 cpuset_read_u64(struct cgroup_subsys_state *css, struct cftype *cft) in cpuset_read_u64() 408 static int cpuset_write_u64(struct cgroup_subsys_state *css, struct cftype *cft, in cpuset_write_u64() 461 struct cftype cpuset1_files[] = {
|
D | pids.c | 346 struct cftype *cft) in pids_current_read() 354 struct cftype *cft) in pids_peak_read() 390 static struct cftype pids_files[] = { 422 static struct cftype pids_files_legacy[] = {
|
D | legacy_freezer.c | 443 struct cftype *cft) in freezer_self_freezing_read() 451 struct cftype *cft) in freezer_parent_freezing_read() 458 static struct cftype files[] = {
|
D | cgroup.c | 222 static struct cftype cgroup_base_files[]; 223 static struct cftype cgroup_psi_files[]; 251 struct cgroup *cgrp, struct cftype cfts[], 639 struct cftype *cft = of_cft(of); in of_css() 1513 static char *cgroup_file_name(struct cgroup *cgrp, const struct cftype *cft, in cgroup_file_name() 1537 static umode_t cgroup_file_mode(const struct cftype *cft) in cgroup_file_mode() 1671 static void cgroup_rm_file(struct cgroup *cgrp, const struct cftype *cft) in cgroup_rm_file() 1698 struct cftype *cfts; in css_clear_dir() 1731 struct cftype *cfts, *failed_cfts; in css_populate_dir() 4084 struct cftype *cft = of_cft(of); in cgroup_file_open() [all …]
|
D | cgroup-v1.c | 596 struct cftype *cft) in cgroup_read_notify_on_release() 602 struct cftype *cft, u64 val) in cgroup_write_notify_on_release() 612 struct cftype *cft) in cgroup_clone_children_read() 618 struct cftype *cft, u64 val) in cgroup_clone_children_write() 628 struct cftype cgroup1_base_files[] = {
|
D | cpuset-internal.h | 284 extern struct cftype cpuset1_files[];
|
D | cgroup-internal.h | 285 extern struct cftype cgroup1_base_files[];
|
D | misc.c | 407 static struct cftype misc_cg_files[] = {
|
D | rdma.c | 547 static struct cftype rdmacg_files[] = {
|
/linux-6.12.1/kernel/sched/ |
D | cpuacct.c | 175 struct cftype *cft) in cpuusage_user_read() 181 struct cftype *cft) in cpuusage_sys_read() 186 static u64 cpuusage_read(struct cgroup_subsys_state *css, struct cftype *cft) in cpuusage_read() 191 static int cpuusage_write(struct cgroup_subsys_state *css, struct cftype *cft, in cpuusage_write() 292 static struct cftype files[] = {
|
D | core.c | 9268 struct cftype *cftype, u64 shareval) in cpu_shares_write_u64() argument 9282 struct cftype *cft) in cpu_shares_read_u64() 9464 struct cftype *cft) in cpu_cfs_quota_read_s64() 9470 struct cftype *cftype, s64 cfs_quota_us) in cpu_cfs_quota_write_s64() argument 9476 struct cftype *cft) in cpu_cfs_period_read_u64() 9482 struct cftype *cftype, u64 cfs_period_us) in cpu_cfs_period_write_u64() argument 9488 struct cftype *cft) in cpu_cfs_burst_read_u64() 9494 struct cftype *cftype, u64 cfs_burst_us) in cpu_cfs_burst_write_u64() argument 9635 struct cftype *cft, s64 val) in cpu_rt_runtime_write() 9641 struct cftype *cft) in cpu_rt_runtime_read() [all …]
|
/linux-6.12.1/block/ |
D | blk-ioprio.c | 125 static struct cftype ioprio_files[] = { 130 static struct cftype ioprio_legacy_files[] = {
|
D | blk-cgroup.h | 175 struct cftype *dfl_cftypes; 176 struct cftype *legacy_cftypes;
|
D | bfq-iosched.h | 1095 extern struct cftype bfq_blkcg_legacy_files[]; 1096 extern struct cftype bfq_blkg_files[];
|
D | bfq-cgroup.c | 1016 struct cftype *cftype, in bfq_io_set_weight_legacy() argument 1252 struct cftype bfq_blkcg_legacy_files[] = { 1378 struct cftype bfq_blkg_files[] = {
|
D | blk-cgroup.c | 656 struct cftype *cftype, u64 val) in blkcg_reset_stats() argument 1215 static struct cftype blkcg_files[] = { 1223 static struct cftype blkcg_legacy_files[] = {
|