Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:io_accept

Proto:static int io_accept(struct io_kiocb *req, struct io_kiocb **nxt, bool force_nonblock)

Type:int

Parameter:

TypeParameterName
struct io_kiocb *req
struct io_kiocb **nxt
boolforce_nonblock
2415  ret = __io_accept(req, nxt, force_nonblock)
2416  If ret == -EAGAIN && force_nonblock Then
2417  func = io_accept_finish
2418  flags |= IO_WQ_WORK_NEEDS_FILES
2419  io_put_req(req)
2420  Return -EAGAIN
2422  Return 0
Caller
NameDescribe
io_issue_sqe