Searched defs:cftype (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/include/linux/ |
D | cgroup.h | 311 struct cftype { struct 331 ssize_t (*read)(struct cgroup *cgrp, struct cftype *cft, argument 338 u64 (*read_u64)(struct cgroup *cgrp, struct cftype *cft); argument 342 s64 (*read_s64)(struct cgroup *cgrp, struct cftype *cft); argument 349 int (*read_map)(struct cgroup *cont, struct cftype *cft, argument 355 int (*read_seq_string)(struct cgroup *cont, struct cftype *cft, argument 358 ssize_t (*write)(struct cgroup *cgrp, struct cftype *cft, argument 367 int (*write_u64)(struct cgroup *cgrp, struct cftype *cft, u64 val); argument 371 int (*write_s64)(struct cgroup *cgrp, struct cftype *cft, s64 val); argument 378 int (*write_string)(struct cgroup *cgrp, struct cftype *cft, argument [all …]
|
/linux-3.3/kernel/sched/ |
D | core.c | 7596 static int cpu_shares_write_u64(struct cgroup *cgrp, struct cftype *cftype, in cpu_shares_write_u64() 7731 static int cpu_cfs_quota_write_s64(struct cgroup *cgrp, struct cftype *cftype, in cpu_cfs_quota_write_s64() 7742 static int cpu_cfs_period_write_u64(struct cgroup *cgrp, struct cftype *cftype, in cpu_cfs_period_write_u64() 7853 static int cpu_rt_period_write_uint(struct cgroup *cgrp, struct cftype *cftype, in cpu_rt_period_write_uint() 8021 static int cpuusage_write(struct cgroup *cgrp, struct cftype *cftype, in cpuusage_write()
|
/linux-3.3/block/ |
D | blk-cgroup.c | 577 blkiocg_reset_stats(struct cgroup *cgroup, struct cftype *cftype, u64 val) in blkiocg_reset_stats()
|