Home
last modified time | relevance | path

Searched defs:cftype (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dcgroup-defs.h580 struct cftype { struct
586 char name[MAX_CFTYPE_NAME];
587 unsigned long private;
593 size_t max_write_len;
596 unsigned int flags;
621 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); argument
625 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); argument
640 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, argument
645 int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft, argument
654 ssize_t (*write)(struct kernfs_open_file *of,
[all …]
/openbmc/linux/block/
H A Dblk-cgroup.c657 struct cftype *cftype, u64 val) in blkcg_reset_stats()
H A Dbfq-cgroup.c1073 struct cftype *cftype, in bfq_io_set_weight_legacy()
/openbmc/linux/kernel/sched/
H A Dcore.c10831 struct cftype *cftype, u64 shareval) in cpu_shares_write_u64() argument
11028 struct cftype *cftype, s64 cfs_quota_us) in cpu_cfs_quota_write_s64() argument
11040 struct cftype *cftype, u64 cfs_period_us) in cpu_cfs_period_write_u64() argument
11052 cpu_cfs_burst_write_u64(struct cgroup_subsys_state * css,struct cftype * cftype,u64 cfs_burst_us) cpu_cfs_burst_write_u64() argument
11210 cpu_rt_period_write_uint(struct cgroup_subsys_state * css,struct cftype * cftype,u64 rt_period_us) cpu_rt_period_write_uint() argument
[all...]