Searched refs:thread (Results 1 – 3 of 3) sorted by relevance
30 WARN_ON_ONCE(sqd->thread == current); in io_sq_thread_unpark()45 WARN_ON_ONCE(sqd->thread == current); in io_sq_thread_park()50 if (sqd->thread) in io_sq_thread_park()51 wake_up_process(sqd->thread); in io_sq_thread_park()56 WARN_ON_ONCE(sqd->thread == current); in io_sq_thread_stop()61 if (sqd->thread) in io_sq_thread_stop()62 wake_up_process(sqd->thread); in io_sq_thread_stop()324 sqd->thread = NULL; in io_sq_thread()395 ret = (attached && !sqd->thread) ? -ENXIO : 0; in io_sq_offload_create()422 sqd->thread = tsk; in io_sq_offload_create()[all …]
11 struct task_struct *thread; member
3135 tsk = sqd->thread; in io_ring_exit_work()3335 (ctx->sq_data && ctx->sq_data->thread == current)) { in io_uring_try_cancel_requests()3376 WARN_ON_ONCE(sqd && sqd->thread != current); in io_uring_cancel_generic()3679 if (unlikely(ctx->sq_data->thread == NULL)) { in SYSCALL_DEFINE6()4355 if (sqd->thread) in io_register_iowq_max_workers()4356 tctx = sqd->thread->io_uring; in io_register_iowq_max_workers()