Searched defs:cftype (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/ |
D | cgroup-defs.h | 342 struct cftype { struct 348 char name[MAX_CFTYPE_NAME]; 349 unsigned long private; 355 size_t max_write_len; 380 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 384 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 399 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 404 int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 413 ssize_t (*write)(struct kernfs_open_file *of, 417 struct lock_class_key lockdep_key;
|
/linux-4.4.14/block/ |
D | blk-cgroup.c | 437 struct cftype *cftype, u64 val) in blkcg_reset_stats()
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 8269 struct cftype *cftype, u64 shareval) in cpu_shares_write_u64() 8416 struct cftype *cftype, s64 cfs_quota_us) in cpu_cfs_quota_write_s64() 8428 struct cftype *cftype, u64 cfs_period_us) in cpu_cfs_period_write_u64() 8539 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint()
|