Searched refs:blkg_conf_prep (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/include/linux/ |
D | blk-cgroup.h | 211 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol,
|
/Linux-v5.15/block/ |
D | blk-cgroup.c | 621 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol, in blkg_conf_prep() function 729 EXPORT_SYMBOL_GPL(blkg_conf_prep);
|
D | blk-iolatency.c | 801 ret = blkg_conf_prep(blkcg, &blkcg_policy_iolatency, buf, &ctx); in iolatency_set_limit()
|
D | blk-throttle.c | 1474 ret = blkg_conf_prep(blkcg, &blkcg_policy_throtl, buf, &ctx); in tg_set_conf() 1666 ret = blkg_conf_prep(blkcg, &blkcg_policy_throtl, buf, &ctx); in tg_set_limit()
|
D | bfq-cgroup.c | 1063 ret = blkg_conf_prep(blkcg, &blkcg_policy_bfq, buf, &ctx); in bfq_io_set_device_weight()
|
D | blk-iocost.c | 3076 ret = blkg_conf_prep(blkcg, &blkcg_policy_iocost, buf, &ctx); in ioc_weight_write()
|