Home
last modified time | relevance | path

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

/linux-6.15/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);
H A Dsqpoll.c30 void io_sq_thread_unpark(struct io_sq_data *sqd) in io_sq_thread_unpark()
46 void io_sq_thread_park(struct io_sq_data *sqd) in io_sq_thread_park()
58 void io_sq_thread_stop(struct io_sq_data *sqd) in io_sq_thread_stop()
71 void io_put_sq_data(struct io_sq_data *sqd) in io_put_sq_data()
93 struct io_sq_data *sqd = ctx->sq_data; in io_sq_thread_finish()
109 struct io_sq_data *sqd; in io_attach_sq_data()
131 struct io_sq_data *sqd; in io_get_sq_data()
201 static bool io_sqd_handle_event(struct io_sq_data *sqd) in io_sqd_handle_event()
263 struct io_sq_data *sqd = data; in io_sq_thread()
426 struct io_sq_data *sqd; in io_sq_offload_create()
[all …]
H A Dfdinfo.c174 struct io_sq_data *sq = ctx->sq_data; in __io_uring_show_fdinfo()
H A Dio_uring.h100 __cold void io_uring_cancel_generic(bool cancel_all, struct io_sq_data *sqd);
H A Dregister.c263 struct io_sq_data *sqd = NULL; in io_register_iowq_max_workers()
H A Dio_uring.c2900 struct io_sq_data *sqd = ctx->sq_data; in io_ring_exit_work()
3132 __cold void io_uring_cancel_generic(bool cancel_all, struct io_sq_data *sqd) in io_uring_cancel_generic()
/linux-6.15/include/linux/
H A Dio_uring_types.h385 struct io_sq_data *sq_data; /* if using sq thread polling */