Searched defs:cftype (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
A D | cgroup-defs.h | 536 struct cftype { struct 542 char name[MAX_CFTYPE_NAME]; 543 unsigned long private; 549 size_t max_write_len; 552 unsigned int flags; 577 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 581 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 596 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 610 ssize_t (*write)(struct kernfs_open_file *of, 613 __poll_t (*poll)(struct kernfs_open_file *of, [all …]
|
/linux/block/ |
A D | blk-cgroup.c | 456 struct cftype *cftype, u64 val) in blkcg_reset_stats()
|
A D | bfq-cgroup.c | 1030 struct cftype *cftype, in bfq_io_set_weight_legacy()
|
/linux/kernel/sched/ |
A D | core.c | 10173 struct cftype *cftype, u64 shareval) in cpu_shares_write_u64() 10370 struct cftype *cftype, s64 cfs_quota_us) in cpu_cfs_quota_write_s64() 10382 struct cftype *cftype, u64 cfs_period_us) in cpu_cfs_period_write_u64() 10394 struct cftype *cftype, u64 cfs_burst_us) in cpu_cfs_burst_write_u64() 10526 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint()
|
Completed in 26 milliseconds