Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dio_uring.c210 struct mm_struct *sqo_mm; member
2166 if (!mmget_not_zero(ctx->sqo_mm)) { in io_sq_wq_submit_work()
2169 cur_mm = ctx->sqo_mm; in io_sq_wq_submit_work()
2765 mm_fault = !mmget_not_zero(ctx->sqo_mm); in io_sq_thread()
2767 use_mm(ctx->sqo_mm); in io_sq_thread()
2768 cur_mm = ctx->sqo_mm; in io_sq_thread()
3166 ctx->sqo_mm = current->mm; in io_sq_offload_start()
3231 mmdrop(ctx->sqo_mm); in io_sq_offload_start()
3232 ctx->sqo_mm = NULL; in io_sq_offload_start()
3547 if (ctx->sqo_mm) in io_ring_ctx_free()
[all …]