函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\trace\events\io_uring.h Create Date:2022-07-29 10:54:20
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:_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

函数原型:static inline void trace_io_uring_defer(void *ctx, void *req, unsigned long long user_data)

返回类型:void

参数:

类型参数名称
void *ctx
void *req
unsigned long longuser_data

NULL

调用者
名称描述
io_req_defer