Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__io_sqe_files_unregister

Proto:static void __io_sqe_files_unregister(struct io_ring_ctx *ctx)

Type:void

Parameter:

TypeParameterName
struct io_ring_ctx *ctx
4086  When i < nr_user_files cycle
4089  file = io_file_from_index(ctx, i)
4090  If file Then fput(file)
Caller
NameDescribe
io_sqe_files_unregister