Home
last modified time | relevance | path

Searched refs:blkcg_policy_throtl (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/block/
Dblk-throttle.h131 extern struct blkcg_policy blkcg_policy_throtl;
140 return pd_to_tg(blkg_to_pd(blkg, &blkcg_policy_throtl)); in blkg_to_tg()
Dblk-throttle.c1142 &blkcg_policy_throtl, seq_cft(sf)->private, false); in tg_print_conf_u64()
1149 &blkcg_policy_throtl, seq_cft(sf)->private, false); in tg_print_conf_uint()
1225 ret = blkcg_activate_policy(disk, &blkcg_policy_throtl); in blk_throtl_init()
1269 ret = blkg_conf_prep(blkcg, &blkcg_policy_throtl, &ctx); in tg_set_conf()
1309 blkg_prfill_rwstat, &blkcg_policy_throtl, in tg_print_rwstat()
1319 blkg_rwstat_recursive_sum(pd_to_blkg(pd), &blkcg_policy_throtl, off, in tg_prfill_rwstat_recursive()
1327 tg_prfill_rwstat_recursive, &blkcg_policy_throtl, in tg_print_rwstat_recursive()
1428 &blkcg_policy_throtl, seq_cft(sf)->private, false); in tg_print_limit()
1453 ret = blkg_conf_prep(blkcg, &blkcg_policy_throtl, &ctx); in tg_set_limit()
1529 struct blkcg_policy blkcg_policy_throtl = { variable
[all …]