Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:io_free_req_many

Proto:static void io_free_req_many(struct io_ring_ctx *ctx, void **reqs, int *nr)

Type:void

Parameter:

TypeParameterName
struct io_ring_ctx *ctx
void **reqs
int *nr
935  If nr Then
936  kmem_cache_free_bulk(req_cachep, * nr, reqs)
937  percpu_ref_put_many - decrement a percpu refcount*@ref: percpu_ref to put*@nr: number of references to put* Decrement the refcount, and if 0, call the release function (which was passed* to percpu_ref_init())
938  nr = 0
Caller
NameDescribe
io_iopoll_completeFind and free completed poll iocbs