Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dsqpoll.h3 struct io_sq_data { struct
26 void io_sq_thread_stop(struct io_sq_data *sqd); argument
27 void io_sq_thread_park(struct io_sq_data *sqd);
28 void io_sq_thread_unpark(struct io_sq_data *sqd);
29 void io_put_sq_data(struct io_sq_data *sqd);
34 static inline struct task_struct *sqpoll_task_locked(struct io_sq_data *sqd) in sqpoll_task_locked()
H A Dsqpoll.c33 void io_sq_thread_unpark(struct io_sq_data *sqd) in io_sq_thread_unpark()
49 void io_sq_thread_park(struct io_sq_data *sqd) in io_sq_thread_park()
65 void io_sq_thread_stop(struct io_sq_data *sqd) in io_sq_thread_stop()
82 void io_put_sq_data(struct io_sq_data *sqd) in io_put_sq_data()
92 static __cold void io_sqd_update_thread_idle(struct io_sq_data *sqd) in io_sqd_update_thread_idle()
104 struct io_sq_data *sqd = ctx->sq_data; in io_sq_thread_finish()
117 static struct io_sq_data *io_attach_sq_data(struct io_uring_params *p) in io_attach_sq_data()
120 struct io_sq_data *sqd; in io_attach_sq_data()
139 static struct io_sq_data *io_get_sq_data(struct io_uring_params *p, in io_get_sq_data()
142 struct io_sq_data *sqd; in io_get_sq_data()
[all …]
H A Dfdinfo.c171 struct io_sq_data *sq = ctx->sq_data; in __io_uring_show_fdinfo()
H A Dcancel.c578 __cold void io_uring_cancel_generic(bool cancel_all, struct io_sq_data *sqd) in io_uring_cancel_generic()
H A Dregister.c261 struct io_sq_data *sqd = NULL; in io_register_iowq_max_workers()
H A Dio_uring.c3014 struct io_sq_data *sqd = ctx->sq_data; in io_ring_exit_work()
/linux/include/linux/
H A Dio_uring_types.h402 struct io_sq_data *sq_data; /* if using sq thread polling */