Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcgroup-defs.h698 struct cftype { struct
703 char name[MAX_CFTYPE_NAME];
704 unsigned long private;
710 size_t max_write_len;
713 unsigned int flags;
738 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); argument
742 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); argument
757 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, argument
762 int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft, argument
771 ssize_t (*write)(struct kernfs_open_file *of,
[all …]
/linux/kernel/sched/
H A Dcore.c9825 struct cftype *cftype, u64 shareval) in cpu_shares_write_u64()
10193 struct cftype *cftype, u64 period_us) in cpu_period_write_u64()
10203 struct cftype *cftype, s64 quota_us) in cpu_quota_write_s64()
10216 struct cftype *cftype, u64 burst_us) in cpu_burst_write_u64()
10240 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint()
/linux/block/
H A Dbfq-cgroup.c1034 struct cftype *cftype, in bfq_io_set_weight_legacy()
H A Dblk-cgroup.c653 struct cftype *cftype, u64 val) in blkcg_reset_stats()