Home
last modified time | relevance | path

Searched refs:cftype (Results 1 – 7 of 7) sorted by relevance

/kernel/
Dcgroup.c214 static struct cftype cgroup_dfl_base_files[];
215 static struct cftype cgroup_legacy_base_files[];
226 struct cgroup *cgrp, struct cftype cfts[],
454 struct cftype *cft = of_cft(of); in of_css()
1239 static char *cgroup_file_name(struct cgroup *cgrp, const struct cftype *cft, in cgroup_file_name()
1260 static umode_t cgroup_file_mode(const struct cftype *cft) in cgroup_file_mode()
1408 static void cgroup_rm_file(struct cgroup *cgrp, const struct cftype *cft) in cgroup_rm_file()
1435 struct cftype *cfts; in css_clear_dir()
1452 struct cftype *cfts, *failed_cfts; in css_populate_dir()
3224 struct cftype *cft = of->kn->priv; in cgroup_file_write()
[all …]
Dcgroup_freezer.c438 struct cftype *cft) in freezer_self_freezing_read()
446 struct cftype *cft) in freezer_parent_freezing_read()
453 static struct cftype files[] = {
Dcgroup_pids.c285 struct cftype *cft) in pids_current_read()
292 static struct cftype pids_files[] = {
Dcpuset.c1617 static int cpuset_write_u64(struct cgroup_subsys_state *css, struct cftype *cft, in cpuset_write_u64()
1664 static int cpuset_write_s64(struct cgroup_subsys_state *css, struct cftype *cft, in cpuset_write_s64()
1791 static u64 cpuset_read_u64(struct cgroup_subsys_state *css, struct cftype *cft) in cpuset_read_u64()
1822 static s64 cpuset_read_s64(struct cgroup_subsys_state *css, struct cftype *cft) in cpuset_read_s64()
1842 static struct cftype files[] = {
/kernel/sched/
Dcpuacct.c135 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[] = {
Dtune.c560 prefer_idle_read(struct cgroup_subsys_state *css, struct cftype *cft) in prefer_idle_read()
568 prefer_idle_write(struct cgroup_subsys_state *css, struct cftype *cft, in prefer_idle_write()
578 boost_read(struct cgroup_subsys_state *css, struct cftype *cft) in boost_read()
586 boost_write(struct cgroup_subsys_state *css, struct cftype *cft, in boost_write()
622 static struct cftype files[] = {
Dcore.c8727 struct cftype *cftype, u64 shareval) in cpu_shares_write_u64() argument
8735 struct cftype *cft) in cpu_shares_read_u64()
8875 struct cftype *cft) in cpu_cfs_quota_read_s64()
8881 struct cftype *cftype, s64 cfs_quota_us) in cpu_cfs_quota_write_s64() argument
8887 struct cftype *cft) in cpu_cfs_period_read_u64()
8893 struct cftype *cftype, u64 cfs_period_us) in cpu_cfs_period_write_u64() argument
8992 struct cftype *cft, s64 val) in cpu_rt_runtime_write()
8998 struct cftype *cft) in cpu_rt_runtime_read()
9004 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint() argument
9010 struct cftype *cft) in cpu_rt_period_read_uint()
[all …]