Symbol: io_tw_token_t
block/ioctl.c
871
static void blk_cmd_complete(struct io_tw_req tw_req, io_tw_token_t tw)
drivers/block/ublk_drv.c
1911
static void ublk_batch_tw_cb(struct io_tw_req tw_req, io_tw_token_t tw)
drivers/block/ublk_drv.c
1974
static void ublk_cmd_tw_cb(struct io_tw_req tw_req, io_tw_token_t tw)
drivers/block/ublk_drv.c
2007
static void ublk_cmd_list_tw_cb(struct io_tw_req tw_req, io_tw_token_t tw)
drivers/block/ublk_drv.c
3415
static void ublk_ch_uring_cmd_cb(struct io_tw_req tw_req, io_tw_token_t tw)
drivers/nvme/host/ioctl.c
401
static void nvme_uring_task_cb(struct io_tw_req tw_req, io_tw_token_t tw)
fs/btrfs/ioctl.c
4535
static void btrfs_uring_read_finished(struct io_tw_req tw_req, io_tw_token_t tw)
fs/fuse/dev_uring.c
1218
static void fuse_uring_send_in_task(struct io_tw_req tw_req, io_tw_token_t tw)
include/linux/io_uring_types.h
647
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
1025
static void io_req_task_cancel(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/io_uring.c
1033
void io_req_task_submit(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/io_uring.c
1261
void io_req_task_complete(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/io_uring.c
1428
int io_poll_issue(struct io_kiocb *req, io_tw_token_t tw)
io_uring/io_uring.c
434
static void io_req_queue_iowq_tw(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/io_uring.h
190
void io_req_task_complete(struct io_tw_req tw_req, io_tw_token_t tw);
io_uring/io_uring.h
192
void io_req_task_submit(struct io_tw_req tw_req, io_tw_token_t tw);
io_uring/io_uring.h
199
int io_poll_issue(struct io_kiocb *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/poll.c
241
static int io_poll_check_events(struct io_kiocb *req, io_tw_token_t tw)
io_uring/poll.c
336
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
161
static void io_req_tw_fail_links(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/timeout.c
323
static void io_req_task_link_timeout(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/timeout.c
71
static void io_timeout_complete(struct io_tw_req tw_req, io_tw_token_t tw)
io_uring/tw.c
296
io_tw_token_t tw,
io_uring/tw.c
316
static int __io_run_local_work(struct io_ring_ctx *ctx, io_tw_token_t tw,
io_uring/tw.c
36
static void ctx_flush_and_put(struct io_ring_ctx *ctx, io_tw_token_t tw)
io_uring/tw.h
100
static inline void io_tw_lock(struct io_ring_ctx *ctx, io_tw_token_t tw)
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)