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

Name:_uring_create - called after a new io_uring context was prepared*@fd: corresponding file descriptor*@ctx: pointer to a ring context structure*@sq_entries: actual SQ size*@cq_entries: actual CQ size*@flags: SQ ring flags, provided to io_uring_setup(2)*

Proto:static inline void trace_io_uring_create(int fd, void *ctx, unsigned int sq_entries, unsigned int cq_entries, unsigned int flags)

Type:void

Parameter:

TypeParameterName
intfd
void *ctx
unsigned intsq_entries
unsigned intcq_entries
unsigned intflags

NULL

Caller
NameDescribe
io_uring_create