Symbol: io_tw_req
block/ioctl.c
866
static void blk_cmd_complete(struct io_tw_req tw_req, io_tw_token_t tw)
drivers/block/ublk_drv.c
1994
static void ublk_batch_tw_cb(struct io_tw_req tw_req, io_tw_token_t tw)
drivers/block/ublk_drv.c
2057
static void ublk_cmd_tw_cb(struct io_tw_req tw_req, io_tw_token_t tw)
drivers/block/ublk_drv.c
2090
static void ublk_cmd_list_tw_cb(struct io_tw_req tw_req, io_tw_token_t tw)
drivers/block/ublk_drv.c
3517
static void ublk_ch_uring_cmd_cb(struct io_tw_req tw_req, io_tw_token_t tw)
drivers/nvme/host/ioctl.c
400
static void nvme_uring_task_cb(struct io_tw_req tw_req, io_tw_token_t tw)
drivers/scsi/scsi_bsg.c
31
static void scsi_bsg_uring_task_cb(struct io_tw_req tw_req, io_tw_token_t tw)
fs/btrfs/ioctl.c
4543
static void btrfs_uring_read_finished(struct io_tw_req tw_req, io_tw_token_t tw)
fs/fuse/dev_uring.c
1289
static void fuse_uring_send_in_task(struct io_tw_req tw_req, io_tw_token_t tw)
include/linux/io_uring/cmd.h
138
static inline struct io_uring_cmd *io_uring_cmd_from_tw(struct io_tw_req tw_req)
include/linux/io_uring_types.h
696
typedef void (*io_req_tw_func_t)(struct io_tw_req tw_req, io_tw_token_t tw);
io_uring/futex.c
48
static void __io_futex_complete(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/futex.c
54
static void io_futex_complete(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/futex.c
65
static void io_futexv_complete(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/io_uring.c
1039
static void io_req_task_cancel(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/io_uring.c
1047
void io_req_task_submit(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/io_uring.c
1272
void io_req_task_complete(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/io_uring.c
436
static void io_req_queue_iowq_tw(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/io_uring.h
191
void io_req_task_complete(struct io_tw_req tw_req, io_tw_token_t tw);
io_uring/io_uring.h
193
void io_req_task_submit(struct io_tw_req tw_req, io_tw_token_t tw);
io_uring/msg_ring.c
73
static void io_msg_tw_complete(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/notif.c
15
static void io_notif_tw_complete(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/notif.c
39
io_req_task_complete((struct io_tw_req){notif}, tw);
io_uring/poll.c
338
void io_poll_task_func(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/poll.h
49
void io_poll_task_func(struct io_tw_req tw_req, io_tw_token_t tw);
io_uring/rw.c
576
void io_req_rw_complete(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/rw.h
49
void io_req_rw_complete(struct io_tw_req tw_req, io_tw_token_t tw);
io_uring/timeout.c
110
static void io_timeout_complete(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/timeout.c
200
static void io_req_tw_fail_links(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/timeout.c
213
io_req_task_complete((struct io_tw_req){link}, tw);
io_uring/timeout.c
366
static void io_req_task_link_timeout(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/tw.c
268
req->io_task_work.func((struct io_tw_req){req}, ts);
io_uring/tw.c
300
(struct io_tw_req){req}, tw);
io_uring/tw.c
98
(struct io_tw_req){req}, ts);
io_uring/waitid.c
19
static void io_waitid_cb(struct io_tw_req tw_req, io_tw_token_t tw);
io_uring/waitid.c
197
static void io_waitid_cb(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/zcrx.c
1183
static void zcrx_notif_tw(struct io_tw_req tw_req, io_tw_token_t tw)