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:03
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:_uring_submit_sqe - called before submitting one SQE*@ctx: pointer to a ring context structure*@user_data: user data associated with the request*@force_nonblock: whether a context blocking or not*@sq_thread: true if sq_thread has submitted this SQE*

Proto:static inline void trace_io_uring_submit_sqe(void *ctx, u64 user_data, bool force_nonblock, bool sq_thread)

Type:void

Parameter:

TypeParameterName
void *ctx
u64user_data
boolforce_nonblock
boolsq_thread

NULL

Caller
NameDescribe
io_submit_sqes