Home
last modified time | relevance | path

Searched refs:blkg_conf_ctx (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/block/
H A Dblk-cgroup.h209 struct blkg_conf_ctx { struct
216 void blkg_conf_init(struct blkg_conf_ctx *ctx, char *input);
217 int blkg_conf_open_bdev(struct blkg_conf_ctx *ctx);
219 struct blkg_conf_ctx *ctx);
220 void blkg_conf_exit(struct blkg_conf_ctx *ctx);
H A Dblk-cgroup.c732 * blkg_conf_init - initialize a blkg_conf_ctx
733 * @ctx: blkg_conf_ctx to initialize
740 void blkg_conf_init(struct blkg_conf_ctx *ctx, char *input) in blkg_conf_init()
742 *ctx = (struct blkg_conf_ctx){ .input = input }; in blkg_conf_init()
748 * @ctx: blkg_conf_ctx initialized with blkg_conf_init()
759 int blkg_conf_open_bdev(struct blkg_conf_ctx *ctx) in blkg_conf_open_bdev()
801 * @ctx: blkg_conf_ctx initialized with blkg_conf_init()
813 struct blkg_conf_ctx *ctx)
929 * @ctx: blkg_conf_ctx initialized with blkg_conf_init()
932 * blkg_conf_ctx'
[all...]
H A Dblk-iolatency.c832 struct blkg_conf_ctx ctx; in iolatency_set_limit()
H A Dblk-iocost.c3089 struct blkg_conf_ctx ctx; in ioc_weight_write()
3208 struct blkg_conf_ctx ctx; in ioc_qos_write()
3402 struct blkg_conf_ctx ctx; in ioc_cost_model_write()
H A Dblk-throttle.c1374 struct blkg_conf_ctx ctx; in tg_set_conf()
1566 struct blkg_conf_ctx ctx; in tg_set_limit()
H A Dbfq-cgroup.c1103 struct blkg_conf_ctx ctx; in bfq_io_set_device_weight()
/kernel/linux/linux-5.10/include/linux/
H A Dblk-cgroup.h200 struct blkg_conf_ctx { struct
208 char *input, struct blkg_conf_ctx *ctx);
209 void blkg_conf_finish(struct blkg_conf_ctx *ctx);
/kernel/linux/linux-5.10/block/
H A Dblk-iolatency.c835 struct blkg_conf_ctx ctx; in iolatency_set_limit()
H A Dblk-cgroup.c601 * @ctx: blkg_conf_ctx to be filled
609 char *input, struct blkg_conf_ctx *ctx)
731 * @ctx: blkg_conf_ctx intiailized by blkg_conf_prep()
736 void blkg_conf_finish(struct blkg_conf_ctx *ctx)
H A Dblk-throttle.c1489 struct blkg_conf_ctx ctx; in tg_set_conf()
1683 struct blkg_conf_ctx ctx; in tg_set_limit()
H A Dbfq-cgroup.c1085 struct blkg_conf_ctx ctx; in bfq_io_set_device_weight()
H A Dblk-iocost.c3061 struct blkg_conf_ctx ctx; in ioc_weight_write()

Completed in 31 milliseconds