Searched refs:blkg_conf_prep (Results 1 – 5 of 5) sorted by relevance
/linux/block/ |
H A D | blk-cgroup.h | 223 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol,
|
H A D | blk-throttle.c | 1385 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 D | blk-cgroup.c | 761 * 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 D | blk-iolatency.c | 858 ret = blkg_conf_prep(blkcg, &blkcg_policy_iolatency, &ctx); in iolatency_set_limit()
|
H A D | blk-iocost.c | 3134 ret = blkg_conf_prep(blkcg, &blkcg_policy_iocost, &ctx); in ioc_weight_write()
|