Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:_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

Proto:static inline void trace_io_uring_queue_async_work(void *ctx, int rw, void *req, struct io_wq_work *work, unsigned int flags)

Type:void

Parameter:

TypeParameterName
void *ctx
intrw
void *req
struct io_wq_work *work
unsigned intflags

NULL

Caller
NameDescribe
io_queue_async_work