Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:io_poll_req_insert

Proto:static void io_poll_req_insert(struct io_kiocb *req)

Type:void

Parameter:

TypeParameterName
struct io_kiocb *req
2714  ctx = ctx
2717  list = cancel_hash[hash_long(user_data, cancel_hash_bits)]
2718  hlist_add_head( & hash_node, list)
Caller
NameDescribe
io_poll_add