Searched refs:blkcg_policy_throtl (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/block/ |
D | blk-throttle.c | 24 static struct blkcg_policy blkcg_policy_throtl; variable 166 return pd_to_tg(blkg_to_pd(blkg, &blkcg_policy_throtl)); in blkg_to_tg() 1136 &blkcg_policy_throtl, seq_cft(sf)->private, false); in tg_print_conf_u64() 1143 &blkcg_policy_throtl, seq_cft(sf)->private, false); in tg_print_conf_uint() 1194 ret = blkg_conf_prep(blkcg, &blkcg_policy_throtl, buf, &ctx); in tg_set_conf() 1257 .private = (unsigned long)&blkcg_policy_throtl, 1262 .private = (unsigned long)&blkcg_policy_throtl, 1298 &blkcg_policy_throtl, seq_cft(sf)->private, false); in tg_print_max() 1311 ret = blkg_conf_prep(blkcg, &blkcg_policy_throtl, buf, &ctx); in tg_set_max() 1386 static struct blkcg_policy blkcg_policy_throtl = { variable [all …]
|