Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c286 struct task_struct *thread; member
7765 sqd->thread = NULL; in io_sq_thread()
8215 WARN_ON_ONCE(sqd->thread == current); in io_sq_thread_unpark()
8230 WARN_ON_ONCE(sqd->thread == current); in io_sq_thread_park()
8235 if (sqd->thread) in io_sq_thread_park()
8236 wake_up_process(sqd->thread); in io_sq_thread_park()
8241 WARN_ON_ONCE(sqd->thread == current); in io_sq_thread_stop()
8246 if (sqd->thread) in io_sq_thread_stop()
8247 wake_up_process(sqd->thread); in io_sq_thread_stop()
8931 ret = (attached && !sqd->thread) ? -ENXIO : 0; in io_sq_offload_create()
[all …]