Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\io_uring.c Create Date:2022-07-28 20:22:16
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:io_async_cancel

Proto:static int io_async_cancel(struct io_kiocb *req, struct io_kiocb **nxt)

Type:int

Parameter:

TypeParameterName
struct io_kiocb *req
struct io_kiocb **nxt
3085  ctx = ctx
3087  io_async_find_and_cancel(ctx, req, addr, nxt, 0)
3088  Return 0
Caller
NameDescribe
io_issue_sqe