函数逻辑报告

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

函数原型:static inline void trace_io_uring_queue_async_work(void *ctx, int rw, void *req, struct io_wq_work *work, unsigned int flags)

返回类型:void

参数:

类型参数名称
void *ctx
intrw
void *req
struct io_wq_work *work
unsigned intflags

NULL

调用者
名称描述
io_queue_async_work