Home
last modified time | relevance | path

Searched refs:blkg_conf_prep (Results 1 – 5 of 5) sorted by relevance

/linux/block/
H A Dblk-cgroup.h223 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol,
H A Dblk-throttle.c1385 ret = blkg_conf_prep(blkcg, &blkcg_policy_throtl, &ctx); in tg_set_conf()
1569 ret = blkg_conf_prep(blkcg, &blkcg_policy_throtl, &ctx); in tg_set_limit()
H A Dblk-cgroup.c761 * blkg_conf_prep(), and must be cleaned up with blkg_conf_exit().
778 * NOOPs. blkg_conf_prep() implicitly calls this function. Use this function
856 * blkg_conf_prep - parse and prepare for per-blkg config update
870 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol, in blkg_conf_prep() function
983 EXPORT_SYMBOL_GPL(blkg_conf_prep);
H A Dblk-iolatency.c858 ret = blkg_conf_prep(blkcg, &blkcg_policy_iolatency, &ctx); in iolatency_set_limit()
H A Dblk-iocost.c3134 ret = blkg_conf_prep(blkcg, &blkcg_policy_iocost, &ctx); in ioc_weight_write()