Lines Matching refs:ctx
1489 struct blkg_conf_ctx ctx;
1494 ret = blkg_conf_prep(blkcg, &blkcg_policy_throtl, buf, &ctx);
1498 ret = throtl_check_init_done(ctx.disk->queue);
1503 if (sscanf(ctx.body, "%llu", &v) != 1)
1508 tg = blkg_to_tg(ctx.blkg);
1518 blkg_conf_finish(&ctx);
1683 struct blkg_conf_ctx ctx;
1691 ret = blkg_conf_prep(blkcg, &blkcg_policy_throtl, buf, &ctx);
1695 ret = throtl_check_init_done(ctx.disk->queue);
1699 tg = blkg_to_tg(ctx.blkg);
1713 if (sscanf(ctx.body, "%26s%n", tok, &len) != 1)
1717 ctx.body += len;
1794 blkg_conf_finish(&ctx);