Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio_uring.c307 struct cgroup_subsys_state *sqo_blkcg_css; member
1043 if (*cur_css != ctx->sqo_blkcg_css) { in io_sq_thread_associate_blkcg()
1044 kthread_associate_blkcg(ctx->sqo_blkcg_css); in io_sq_thread_associate_blkcg()
1045 *cur_css = ctx->sqo_blkcg_css; in io_sq_thread_associate_blkcg()
8293 if (ctx->sqo_blkcg_css) in io_ring_ctx_free()
8294 css_put(ctx->sqo_blkcg_css); in io_ring_ctx_free()
9318 ctx->sqo_blkcg_css = blkcg_css(); in io_uring_create()
9319 ret = css_tryget_online(ctx->sqo_blkcg_css); in io_uring_create()
9323 ctx->sqo_blkcg_css = NULL; in io_uring_create()