Home
last modified time | relevance | path

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

/linux/block/
H A Dbfq-cgroup.c286 return pd_to_bfqg(blkg_to_pd(blkg, &blkcg_policy_bfq)); in blkg_to_bfqg()
490 return cpd_to_bfqgd(blkcg_to_cpd(blkcg, &blkcg_policy_bfq)); in blkcg_to_bfqgd()
978 &blkcg_policy_bfq, 0, false); in bfq_io_show_weight()
1053 ret = blkg_conf_prep(blkcg, &blkcg_policy_bfq, &ctx); in bfq_io_set_device_weight()
1104 &blkcg_policy_bfq, seq_cft(sf)->private, true); in bfqg_print_rwstat()
1113 blkg_rwstat_recursive_sum(pd_to_blkg(pd), &blkcg_policy_bfq, off, &sum); in bfqg_prfill_rwstat_recursive()
1120 bfqg_prfill_rwstat_recursive, &blkcg_policy_bfq, in bfqg_print_rwstat_recursive()
1129 &blkcg_policy_bfq, seq_cft(sf)->private, false); in bfqg_print_stat()
1150 stat = (void *)blkg_to_pd(pos_blkg, &blkcg_policy_bfq) + off; in bfqg_prfill_stat_recursive()
1161 bfqg_prfill_stat_recursive, &blkcg_policy_bfq, in bfqg_print_stat_recursive()
[all …]
H A Dbfq-iosched.h1097 extern struct blkcg_policy blkcg_policy_bfq;
H A Dbfq-iosched.c7183 blkcg_deactivate_policy(bfqd->queue->disk, &blkcg_policy_bfq); in bfq_exit_queue()
7654 ret = blkcg_policy_register(&blkcg_policy_bfq); in bfq_init()
7689 blkcg_policy_unregister(&blkcg_policy_bfq); in bfq_init()
7698 blkcg_policy_unregister(&blkcg_policy_bfq); in bfq_exit()