Searched defs:cftype (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/linux/ |
D | cgroup-defs.h | 532 struct cftype { struct 538 char name[MAX_CFTYPE_NAME]; 539 unsigned long private; 545 size_t max_write_len; 548 unsigned int flags; 573 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 577 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 592 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 597 int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 606 ssize_t (*write)(struct kernfs_open_file *of, [all …]
|
/Linux-v5.10/block/ |
D | blk-cgroup.c | 441 struct cftype *cftype, u64 val) in blkcg_reset_stats()
|
D | bfq-cgroup.c | 1020 struct cftype *cftype, in bfq_io_set_weight_legacy()
|
/Linux-v5.10/kernel/sched/ |
D | core.c | 7873 struct cftype *cftype, u64 shareval) in cpu_shares_write_u64() 8038 struct cftype *cftype, s64 cfs_quota_us) in cpu_cfs_quota_write_s64() 8050 struct cftype *cftype, u64 cfs_period_us) in cpu_cfs_period_write_u64() 8176 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint()
|