Searched defs:cftype (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ |
D | cgroup-defs.h | 317 struct cftype { struct 323 char name[MAX_CFTYPE_NAME]; 324 int private; 352 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 356 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); argument 371 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 376 int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft, argument 385 ssize_t (*write)(struct kernfs_open_file *of, 389 struct lock_class_key lockdep_key;
|
/linux-4.1.27/block/ |
D | blk-cgroup.c | 445 struct cftype *cftype, u64 val) in blkcg_reset_stats()
|
/linux-4.1.27/kernel/sched/ |
D | core.c | 8054 struct cftype *cftype, u64 shareval) in cpu_shares_write_u64() 8203 struct cftype *cftype, s64 cfs_quota_us) in cpu_cfs_quota_write_s64() 8215 struct cftype *cftype, u64 cfs_period_us) in cpu_cfs_period_write_u64() 8326 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint()
|