• Home
  • Raw
  • Download

Lines Matching refs:sf

1980 		u64 st, sf;  in transfer_surpluses()  local
2006 sf = iocg->child_active_sum - st; in transfer_surpluses()
2014 iocg->child_adjusted_sum = sf + DIV64_U64_ROUND_UP(st * wptp, wpt); in transfer_surpluses()
3056 static u64 ioc_weight_prfill(struct seq_file *sf, struct blkg_policy_data *pd, in ioc_weight_prfill() argument
3063 seq_printf(sf, "%s %u\n", dname, iocg->cfg_weight / WEIGHT_ONE); in ioc_weight_prfill()
3068 static int ioc_weight_show(struct seq_file *sf, void *v) in ioc_weight_show() argument
3070 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_weight_show()
3073 seq_printf(sf, "default %u\n", iocc->dfl_weight / WEIGHT_ONE); in ioc_weight_show()
3074 blkcg_print_blkgs(sf, blkcg, ioc_weight_prfill, in ioc_weight_show()
3075 &blkcg_policy_iocost, seq_cft(sf)->private, false); in ioc_weight_show()
3145 static u64 ioc_qos_prfill(struct seq_file *sf, struct blkg_policy_data *pd, in ioc_qos_prfill() argument
3154 …seq_printf(sf, "%s enable=%d ctrl=%s rpct=%u.%02u rlat=%u wpct=%u.%02u wlat=%u min=%u.%02u max=%u.… in ioc_qos_prfill()
3169 static int ioc_qos_show(struct seq_file *sf, void *v) in ioc_qos_show() argument
3171 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_qos_show()
3173 blkcg_print_blkgs(sf, blkcg, ioc_qos_prfill, in ioc_qos_show()
3174 &blkcg_policy_iocost, seq_cft(sf)->private, false); in ioc_qos_show()
3317 static u64 ioc_cost_model_prfill(struct seq_file *sf, in ioc_cost_model_prfill() argument
3327 seq_printf(sf, "%s ctrl=%s model=linear " in ioc_cost_model_prfill()
3336 static int ioc_cost_model_show(struct seq_file *sf, void *v) in ioc_cost_model_show() argument
3338 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_cost_model_show()
3340 blkcg_print_blkgs(sf, blkcg, ioc_cost_model_prfill, in ioc_cost_model_show()
3341 &blkcg_policy_iocost, seq_cft(sf)->private, false); in ioc_cost_model_show()