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_poll_complete

Proto:static void io_poll_complete(struct io_kiocb *req, __poll_t mask, int error)

Type:void

Parameter:

TypeParameterName
struct io_kiocb *req
__poll_tmask
interror
2582  ctx = ctx
2584  done = true
2585  If error Then io_cqring_fill_event(req, error)
2587  Else io_cqring_fill_event(req, mangle_poll(mask))
2589  io_commit_cqring(ctx)
Caller
NameDescribe
io_poll_complete_work
io_poll_wake
io_poll_add