Searched defs:cft (Results 1 - 5 of 5) sorted by relevance

/kernel/
H A Dcgroup_freezer.c441 struct cftype *cft)
449 struct cftype *cft)
440 freezer_self_freezing_read(struct cgroup_subsys_state *css, struct cftype *cft) argument
448 freezer_parent_freezing_read(struct cgroup_subsys_state *css, struct cftype *cft) argument
H A Dcpuset.c1558 static int cpuset_write_u64(struct cgroup_subsys_state *css, struct cftype *cft, argument
1562 cpuset_filetype_t type = cft->private;
1608 static int cpuset_write_s64(struct cgroup_subsys_state *css, struct cftype *cft, argument
1612 cpuset_filetype_t type = cft->private;
1747 static u64 cpuset_read_u64(struct cgroup_subsys_state *css, struct cftype *cft) argument
1750 cpuset_filetype_t type = cft->private;
1778 static s64 cpuset_read_s64(struct cgroup_subsys_state *css, struct cftype *cft) argument
1781 cpuset_filetype_t type = cft->private;
H A Dcgroup.c296 struct cftype *cft = of_cft(of); local
306 if (cft->ss)
307 return rcu_dereference_raw(cgrp->subsys[cft->ss->id]);
968 static char *cgroup_file_name(struct cgroup *cgrp, const struct cftype *cft, argument
971 if (cft->ss && !(cft->flags & CFTYPE_NO_PREFIX) &&
974 cft->ss->name, cft->name);
976 strncpy(buf, cft->name, CGROUP_FILE_NAME_MAX);
982 * @cft
989 cgroup_file_mode(const struct cftype *cft) argument
1141 cgroup_rm_file(struct cgroup *cgrp, const struct cftype *cft) argument
2921 struct cftype *cft = of->kn->priv; local
2972 struct cftype *cft = seq_cft(m); local
3056 cgroup_add_file(struct cgroup *cgrp, struct cftype *cft) argument
3097 struct cftype *cft; local
3156 struct cftype *cft; local
3172 struct cftype *cft; local
3287 struct cftype *cft; local
3304 struct cftype *cft; local
4193 cgroup_read_notify_on_release(struct cgroup_subsys_state *css, struct cftype *cft) argument
4199 cgroup_write_notify_on_release(struct cgroup_subsys_state *css, struct cftype *cft, u64 val) argument
4209 cgroup_clone_children_read(struct cgroup_subsys_state *css, struct cftype *cft) argument
4215 cgroup_clone_children_write(struct cgroup_subsys_state *css, struct cftype *cft, u64 val) argument
5456 debug_taskcount_read(struct cgroup_subsys_state *css, struct cftype *cft) argument
5462 current_css_set_read(struct cgroup_subsys_state *css, struct cftype *cft) argument
5468 current_css_set_refcount_read(struct cgroup_subsys_state *css, struct cftype *cft) argument
5538 releasable_read(struct cgroup_subsys_state *css, struct cftype *cft) argument
[all...]
/kernel/sched/
H A Dcpuacct.c135 static u64 cpuusage_read(struct cgroup_subsys_state *css, struct cftype *cft) argument
147 static int cpuusage_write(struct cgroup_subsys_state *css, struct cftype *cft, argument
H A Dcore.c7925 struct cftype *cft)
8062 struct cftype *cft)
8074 struct cftype *cft)
8179 struct cftype *cft, s64 val)
8185 struct cftype *cft)
8197 struct cftype *cft)
7924 cpu_shares_read_u64(struct cgroup_subsys_state *css, struct cftype *cft) argument
8061 cpu_cfs_quota_read_s64(struct cgroup_subsys_state *css, struct cftype *cft) argument
8073 cpu_cfs_period_read_u64(struct cgroup_subsys_state *css, struct cftype *cft) argument
8178 cpu_rt_runtime_write(struct cgroup_subsys_state *css, struct cftype *cft, s64 val) argument
8184 cpu_rt_runtime_read(struct cgroup_subsys_state *css, struct cftype *cft) argument
8196 cpu_rt_period_read_uint(struct cgroup_subsys_state *css, struct cftype *cft) argument

Completed in 1889 milliseconds