Home
last modified time | relevance | path

Searched refs:sf (Results 1 – 3 of 3) sorted by relevance

/block/
Dblk-cgroup.c496 void blkcg_print_blkgs(struct seq_file *sf, struct blkcg *blkcg, in blkcg_print_blkgs() argument
509 total += prfill(sf, blkg->pd[pol->plid], data); in blkcg_print_blkgs()
515 seq_printf(sf, "Total %llu\n", (unsigned long long)total); in blkcg_print_blkgs()
527 u64 __blkg_prfill_u64(struct seq_file *sf, struct blkg_policy_data *pd, u64 v) in __blkg_prfill_u64() argument
534 seq_printf(sf, "%s %llu\n", dname, (unsigned long long)v); in __blkg_prfill_u64()
547 u64 __blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, in __blkg_prfill_rwstat() argument
564 seq_printf(sf, "%s %s %llu\n", dname, rwstr[i], in __blkg_prfill_rwstat()
569 seq_printf(sf, "%s Total %llu\n", dname, (unsigned long long)v); in __blkg_prfill_rwstat()
582 u64 blkg_prfill_stat(struct seq_file *sf, struct blkg_policy_data *pd, int off) in blkg_prfill_stat() argument
584 return __blkg_prfill_u64(sf, pd, blkg_stat_read((void *)pd + off)); in blkg_prfill_stat()
[all …]
Dcfq-iosched.c1695 static u64 cfqg_prfill_weight_device(struct seq_file *sf, in cfqg_prfill_weight_device() argument
1702 return __blkg_prfill_u64(sf, pd, cfqg->dev_weight); in cfqg_prfill_weight_device()
1705 static int cfqg_print_weight_device(struct seq_file *sf, void *v) in cfqg_print_weight_device() argument
1707 blkcg_print_blkgs(sf, css_to_blkcg(seq_css(sf)), in cfqg_print_weight_device()
1713 static u64 cfqg_prfill_leaf_weight_device(struct seq_file *sf, in cfqg_prfill_leaf_weight_device() argument
1720 return __blkg_prfill_u64(sf, pd, cfqg->dev_leaf_weight); in cfqg_prfill_leaf_weight_device()
1723 static int cfqg_print_leaf_weight_device(struct seq_file *sf, void *v) in cfqg_print_leaf_weight_device() argument
1725 blkcg_print_blkgs(sf, css_to_blkcg(seq_css(sf)), in cfqg_print_leaf_weight_device()
1731 static int cfq_print_weight(struct seq_file *sf, void *v) in cfq_print_weight() argument
1733 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in cfq_print_weight()
[all …]
Dblk-throttle.c1122 static u64 tg_prfill_conf_u64(struct seq_file *sf, struct blkg_policy_data *pd, in tg_prfill_conf_u64() argument
1130 return __blkg_prfill_u64(sf, pd, v); in tg_prfill_conf_u64()
1133 static u64 tg_prfill_conf_uint(struct seq_file *sf, struct blkg_policy_data *pd, in tg_prfill_conf_uint() argument
1141 return __blkg_prfill_u64(sf, pd, v); in tg_prfill_conf_uint()
1144 static int tg_print_conf_u64(struct seq_file *sf, void *v) in tg_print_conf_u64() argument
1146 blkcg_print_blkgs(sf, css_to_blkcg(seq_css(sf)), tg_prfill_conf_u64, in tg_print_conf_u64()
1147 &blkcg_policy_throtl, seq_cft(sf)->private, false); in tg_print_conf_u64()
1151 static int tg_print_conf_uint(struct seq_file *sf, void *v) in tg_print_conf_uint() argument
1153 blkcg_print_blkgs(sf, css_to_blkcg(seq_css(sf)), tg_prfill_conf_uint, in tg_print_conf_uint()
1154 &blkcg_policy_throtl, seq_cft(sf)->private, false); in tg_print_conf_uint()
[all …]