Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dbfq-cgroup.c224 return pd_to_bfqg(blkg_to_pd(blkg, &blkcg_policy_bfq)); in blkg_to_bfqg()
411 return cpd_to_bfqgd(blkcg_to_cpd(blkcg, &blkcg_policy_bfq)); in blkcg_to_bfqgd()
924 &blkcg_policy_bfq, seq_cft(sf)->private, false); in bfqg_print_stat()
931 &blkcg_policy_bfq, seq_cft(sf)->private, true); in bfqg_print_rwstat()
939 &blkcg_policy_bfq, off); in bfqg_prfill_stat_recursive()
947 &blkcg_policy_bfq, in bfqg_prfill_rwstat_recursive()
955 bfqg_prfill_stat_recursive, &blkcg_policy_bfq, in bfqg_print_stat_recursive()
963 bfqg_prfill_rwstat_recursive, &blkcg_policy_bfq, in bfqg_print_rwstat_recursive()
979 bfqg_prfill_sectors, &blkcg_policy_bfq, 0, false); in bfqg_print_stat_sectors()
997 bfqg_prfill_sectors_recursive, &blkcg_policy_bfq, 0, in bfqg_print_stat_sectors_recursive()
[all …]
Dbfq-iosched.h873 extern struct blkcg_policy blkcg_policy_bfq;
Dbfq-iosched.c5255 blkcg_deactivate_policy(bfqd->queue, &blkcg_policy_bfq); in bfq_exit_queue()
5675 ret = blkcg_policy_register(&blkcg_policy_bfq); in bfq_init()
5710 blkcg_policy_unregister(&blkcg_policy_bfq); in bfq_init()
5719 blkcg_policy_unregister(&blkcg_policy_bfq); in bfq_exit()