Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:aio_remove_iocb

Proto:static void aio_remove_iocb(struct aio_kiocb *iocb)

Type:void

Parameter:

TypeParameterName
struct aio_kiocb *iocb
1413  ctx = ki_ctx
1416  spin_lock_irqsave( & ctx_lock, flags)
1417  deletes entry from list
1418  spin_unlock_irqrestore( & ctx_lock, flags)
Caller
NameDescribe
aio_complete_rw