Searched refs:cft (Results 1 – 2 of 2) sorted by relevance
/block/ |
D | blk-throttle.c | 956 static int tg_print_cpu_rwstat(struct cgroup *cgrp, struct cftype *cft, in tg_print_cpu_rwstat() argument 962 cft->private, true); in tg_print_cpu_rwstat() 988 static int tg_print_conf_u64(struct cgroup *cgrp, struct cftype *cft, in tg_print_conf_u64() argument 992 &blkcg_policy_throtl, cft->private, false); in tg_print_conf_u64() 996 static int tg_print_conf_uint(struct cgroup *cgrp, struct cftype *cft, in tg_print_conf_uint() argument 1000 &blkcg_policy_throtl, cft->private, false); in tg_print_conf_uint() 1004 static int tg_set_conf(struct cgroup *cgrp, struct cftype *cft, const char *buf, in tg_set_conf() argument 1024 *(u64 *)((void *)tg + cft->private) = ctx.v; in tg_set_conf() 1026 *(unsigned int *)((void *)tg + cft->private) = ctx.v; in tg_set_conf() 1037 static int tg_set_conf_u64(struct cgroup *cgrp, struct cftype *cft, in tg_set_conf_u64() argument [all …]
|
D | cfq-iosched.c | 1610 static int cfqg_print_weight_device(struct cgroup *cgrp, struct cftype *cft, in cfqg_print_weight_device() argument 1630 struct cftype *cft, in cfqg_print_leaf_weight_device() argument 1639 static int cfq_print_weight(struct cgroup *cgrp, struct cftype *cft, in cfq_print_weight() argument 1646 static int cfq_print_leaf_weight(struct cgroup *cgrp, struct cftype *cft, in cfq_print_leaf_weight() argument 1654 static int __cfqg_set_weight_device(struct cgroup *cgrp, struct cftype *cft, in __cfqg_set_weight_device() argument 1683 static int cfqg_set_weight_device(struct cgroup *cgrp, struct cftype *cft, in cfqg_set_weight_device() argument 1686 return __cfqg_set_weight_device(cgrp, cft, buf, false); in cfqg_set_weight_device() 1689 static int cfqg_set_leaf_weight_device(struct cgroup *cgrp, struct cftype *cft, in cfqg_set_leaf_weight_device() argument 1692 return __cfqg_set_weight_device(cgrp, cft, buf, true); in cfqg_set_leaf_weight_device() 1695 static int __cfq_set_weight(struct cgroup *cgrp, struct cftype *cft, u64 val, in __cfq_set_weight() argument [all …]
|