Searched refs:blkg_conf_prep (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/block/ |
D | blk-cgroup.c | 785 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol, in blkg_conf_prep() function 842 EXPORT_SYMBOL_GPL(blkg_conf_prep);
|
D | blk-throttle.c | 1194 ret = blkg_conf_prep(blkcg, &blkcg_policy_throtl, buf, &ctx); in tg_set_conf() 1311 ret = blkg_conf_prep(blkcg, &blkcg_policy_throtl, buf, &ctx); in tg_set_max()
|
D | cfq-iosched.c | 1770 ret = blkg_conf_prep(blkcg, &blkcg_policy_cfq, buf, &ctx); in __cfqg_set_weight_device()
|
/linux-4.4.14/include/linux/ |
D | blk-cgroup.h | 216 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol,
|