Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\kfifo.c Create Date:2022-07-28 06:24:41
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__kfifo_dma_out_prepare

Proto:unsigned int __kfifo_dma_out_prepare(struct __kfifo *fifo, struct scatterlist *sgl, int nents, unsigned int len)

Type:unsigned int

Parameter:

TypeParameterName
struct __kfifo *fifo
struct scatterlist *sgl
intnents
unsigned intlen
374  l = in - out
375  If len > l Then len = l
378  Return setup_sgl(fifo, sgl, nents, len, out)