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_defer - called when an io_uring request is deferred*@ctx: pointer to a ring context structure*@req: pointer to a deferred request*@user_data: user data associated with the request* Allows to track deferred requests, to get an insight about what

Proto:static inline void trace_io_uring_defer(void *ctx, void *req, unsigned long long user_data)

Type:void

Parameter:

TypeParameterName
void *ctx
void *req
unsigned long longuser_data

NULL

Caller
NameDescribe
io_req_defer