Searched defs:cftype (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | cgroup-defs.h | 620 struct cftype { struct 625 char name[MAX_CFTYPE_NAME]; 626 unsigned long private; 632 size_t max_write_len; 635 unsigned int flags; 660 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 664 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 679 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 693 ssize_t (*write)(struct kernfs_open_file *of, 696 __poll_t (*poll)(struct kernfs_open_file *of, [all …]
|
| /linux-6.15/kernel/sched/ |
| H A D | core.c | 9416 struct cftype *cftype, u64 shareval) in cpu_shares_write_u64() 9618 struct cftype *cftype, s64 cfs_quota_us) in cpu_cfs_quota_write_s64() 9630 struct cftype *cftype, u64 cfs_period_us) in cpu_cfs_period_write_u64() 9642 struct cftype *cftype, u64 cfs_burst_us) in cpu_cfs_burst_write_u64() 9795 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint()
|
| /linux-6.15/block/ |
| H A D | bfq-cgroup.c | 1017 struct cftype *cftype, in bfq_io_set_weight_legacy()
|
| H A D | blk-cgroup.c | 656 struct cftype *cftype, u64 val) in blkcg_reset_stats()
|