Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:io_get_timeout_req

Proto:static struct io_kiocb *io_get_timeout_req(struct io_ring_ctx *ctx)

Type:struct io_kiocb

Parameter:

TypeParameterName
struct io_ring_ctx *ctx
593  req = list_first_entry_or_null - get the first element from a list*@ptr: the list head to take the element from.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.( & timeout_list, structio_kiocb, list)
594  If req Then
595  If flags & timeout sequence Then Return NULL
597  If Not __req_need_defer(req) Then
599  Return req
603  Return NULL
Caller
NameDescribe
io_commit_cqring