Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__kfifo_out_r

Proto:unsigned int __kfifo_out_r(struct __kfifo *fifo, void *buf, unsigned int len, size_t recsize)

Type:unsigned int

Parameter:

TypeParameterName
struct __kfifo *fifo
void *buf
unsigned intlen
size_trecsize
481  If in == out Then Return 0
484  len = kfifo_out_copy_r(fifo, buf, len, recsize, & n)
485  out += n + recsize
486  Return len