Searched defs:cftype (Results 1 – 4 of 4) sorted by relevance
/linux-6.8/include/linux/ |
D | cgroup-defs.h | 599 struct cftype { struct 605 char name[MAX_CFTYPE_NAME]; 606 unsigned long private; 612 size_t max_write_len; 615 unsigned int flags; 640 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 644 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 659 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 664 int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 673 ssize_t (*write)(struct kernfs_open_file *of, [all …]
|
/linux-6.8/block/ |
D | blk-cgroup.c | 623 struct cftype *cftype, u64 val) in blkcg_reset_stats()
|
D | bfq-cgroup.c | 1073 struct cftype *cftype, in bfq_io_set_weight_legacy()
|
/linux-6.8/kernel/sched/ |
D | core.c | 10763 struct cftype *cftype, u64 shareval) in cpu_shares_write_u64() 10960 struct cftype *cftype, s64 cfs_quota_us) in cpu_cfs_quota_write_s64() 10972 struct cftype *cftype, u64 cfs_period_us) in cpu_cfs_period_write_u64() 10984 struct cftype *cftype, u64 cfs_burst_us) in cpu_cfs_burst_write_u64() 11138 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint()
|