Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\io_uring.c Create Date:2022-07-28 20:22:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:io_queue_async_work

Proto:static inline void io_queue_async_work(struct io_kiocb *req)

Type:void

Parameter:

TypeParameterName
struct io_kiocb *req
664  ctx = ctx
668  do_hashed = io_prep_async_work(req, & link)
670  _uring_queue_async_work - called before submitting a new async work*@ctx: pointer to a ring context structure*@hashed: type of workqueue, hashed or normal*@req: pointer to a submitted request*@work: pointer to a submitted io_wq_work
672  If Not do_hashed Then
673  io_wq_enqueue( IO offload , & work)
674  Else
675  io_wq_enqueue_hashed( IO offload , & work, file_inode(file))
679  If link Then io_queue_linked_timeout(link)
Caller
NameDescribe
io_commit_cqring
io_free_req
io_poll_remove_one
io_poll_wake
__io_queue_sqe