Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__kfifo_out

Proto:unsigned int __kfifo_out(struct __kfifo *fifo, void *buf, unsigned int len)

Type:unsigned int

Parameter:

TypeParameterName
struct __kfifo *fifo
void *buf
unsigned intlen
169  len = __kfifo_out_peek(fifo, buf, len)
170  out += len
171  Return len