Searched defs:cftype (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | cgroup-defs.h | 683 struct cftype { struct 688 char name[MAX_CFTYPE_NAME]; 689 unsigned long private; 695 size_t max_write_len; 698 unsigned int flags; 723 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 727 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 742 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 747 int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 756 ssize_t (*write)(struct kernfs_open_file *of, [all …]
|
| /linux/kernel/sched/ |
| H A D | core.c | 9416 struct cftype *cftype, u64 shareval) in cpu_shares_write_u64() 9781 struct cftype *cftype, u64 period_us) in cpu_period_write_u64() 9791 struct cftype *cftype, s64 quota_us) in cpu_quota_write_s64() 9804 struct cftype *cftype, u64 burst_us) in cpu_burst_write_u64() 9828 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint()
|
| /linux/block/ |
| H A D | blk-cgroup.c | 650 struct cftype *cftype, u64 val) in blkcg_reset_stats()
|
| H A D | bfq-cgroup.c | 1017 struct cftype *cftype, in bfq_io_set_weight_legacy()
|