/linux-4.4.14/include/linux/ |
D | cgroup-defs.h | 342 struct cftype { struct 380 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 384 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 399 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 404 int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 485 struct cftype *dfl_cftypes; /* for the default hierarchy */ 486 struct cftype *legacy_cftypes; /* for the legacy hierarchies */
|
D | cgroup.h | 88 int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts); 89 int cgroup_add_legacy_cftypes(struct cgroup_subsys *ss, struct cftype *cfts); 90 int cgroup_rm_cftypes(struct cftype *cfts); 487 static inline struct cftype *of_cft(struct kernfs_open_file *of) in of_cft() 495 static inline struct cftype *seq_cft(struct seq_file *seq) in seq_cft()
|
D | blk-cgroup.h | 152 struct cftype *dfl_cftypes; 153 struct cftype *legacy_cftypes;
|
D | hugetlb.h | 320 struct cftype cgroup_files[5];
|
/linux-4.4.14/net/core/ |
D | netclassid_cgroup.c | 93 static u64 read_classid(struct cgroup_subsys_state *css, struct cftype *cft) in read_classid() 98 static int write_classid(struct cgroup_subsys_state *css, struct cftype *cft, in write_classid() 109 static struct cftype ss_files[] = {
|
D | netprio_cgroup.c | 171 static u64 read_prioidx(struct cgroup_subsys_state *css, struct cftype *cft) in read_prioidx() 235 static struct cftype ss_files[] = {
|
/linux-4.4.14/kernel/sched/ |
D | cpuacct.c | 135 static u64 cpuusage_read(struct cgroup_subsys_state *css, struct cftype *cft) in cpuusage_read() 147 static int cpuusage_write(struct cgroup_subsys_state *css, struct cftype *cft, in cpuusage_write() 213 static struct cftype files[] = {
|
D | core.c | 8269 struct cftype *cftype, u64 shareval) in cpu_shares_write_u64() argument 8275 struct cftype *cft) in cpu_shares_read_u64() 8410 struct cftype *cft) in cpu_cfs_quota_read_s64() 8416 struct cftype *cftype, s64 cfs_quota_us) in cpu_cfs_quota_write_s64() argument 8422 struct cftype *cft) in cpu_cfs_period_read_u64() 8428 struct cftype *cftype, u64 cfs_period_us) in cpu_cfs_period_write_u64() argument 8527 struct cftype *cft, s64 val) in cpu_rt_runtime_write() 8533 struct cftype *cft) in cpu_rt_runtime_read() 8539 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint() argument 8545 struct cftype *cft) in cpu_rt_period_read_uint() [all …]
|
/linux-4.4.14/kernel/ |
D | cgroup.c | 214 static struct cftype cgroup_dfl_base_files[]; 215 static struct cftype cgroup_legacy_base_files[]; 226 struct cgroup *cgrp, struct cftype cfts[], 451 struct cftype *cft = of_cft(of); in of_css() 1234 static char *cgroup_file_name(struct cgroup *cgrp, const struct cftype *cft, in cgroup_file_name() 1255 static umode_t cgroup_file_mode(const struct cftype *cft) in cgroup_file_mode() 1403 static void cgroup_rm_file(struct cgroup *cgrp, const struct cftype *cft) in cgroup_rm_file() 1430 struct cftype *cfts; in css_clear_dir() 1447 struct cftype *cfts, *failed_cfts; in css_populate_dir() 3213 struct cftype *cft = of->kn->priv; in cgroup_file_write() [all …]
|
D | cgroup_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_pids.c | 284 struct cftype *cft) in pids_current_read() 291 static struct cftype pids_files[] = {
|
D | cpuset.c | 1602 static int cpuset_write_u64(struct cgroup_subsys_state *css, struct cftype *cft, in cpuset_write_u64() 1649 static int cpuset_write_s64(struct cgroup_subsys_state *css, struct cftype *cft, in cpuset_write_s64() 1776 static u64 cpuset_read_u64(struct cgroup_subsys_state *css, struct cftype *cft) in cpuset_read_u64() 1807 static s64 cpuset_read_s64(struct cgroup_subsys_state *css, struct cftype *cft) in cpuset_read_s64() 1827 static struct cftype files[] = {
|
/linux-4.4.14/net/ipv4/ |
D | tcp_memcontrol.c | 141 static u64 tcp_cgroup_read(struct cgroup_subsys_state *css, struct cftype *cft) in tcp_cgroup_read() 201 static struct cftype tcp_files[] = {
|
/linux-4.4.14/mm/ |
D | hugetlb_cgroup.c | 249 struct cftype *cft) in hugetlb_cgroup_read_u64() 339 struct cftype *cft; in __hugetlb_cgroup_file_init()
|
D | memcontrol.c | 2778 struct cftype *cft) in mem_cgroup_hierarchy_read() 2784 struct cftype *cft, u64 val) in mem_cgroup_hierarchy_write() 2857 struct cftype *cft) in mem_cgroup_read_u64() 3071 struct cftype *cft) in mem_cgroup_move_charge_read() 3078 struct cftype *cft, u64 val) in mem_cgroup_move_charge_write() 3096 struct cftype *cft, u64 val) in mem_cgroup_move_charge_write() 3249 struct cftype *cft) in mem_cgroup_swappiness_read() 3257 struct cftype *cft, u64 val) in mem_cgroup_swappiness_write() 3603 struct cftype *cft, u64 val) in mem_cgroup_oom_control_write() 4017 static struct cftype mem_cgroup_legacy_files[] = { [all …]
|
/linux-4.4.14/block/ |
D | blk-cgroup.c | 437 struct cftype *cftype, u64 val) in blkcg_reset_stats() argument 899 struct cftype blkcg_files[] = { 908 struct cftype blkcg_legacy_files[] = {
|
D | blk-throttle.c | 1230 static struct cftype throtl_legacy_files[] = { 1369 static struct cftype throtl_files[] = {
|
D | cfq-iosched.c | 1866 static int cfq_set_weight(struct cgroup_subsys_state *css, struct cftype *cft, in cfq_set_weight() 1873 struct cftype *cft, u64 val) in cfq_set_leaf_weight() 1984 static struct cftype cfq_blkcg_legacy_files[] = { 2170 static struct cftype cfq_blkcg_files[] = {
|
/linux-4.4.14/security/ |
D | device_cgroup.c | 775 static struct cftype dev_cgroup_files[] = {
|