函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\kfifo.c Create Date:2022-07-27 07:21:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:__kfifo_max_r

函数原型:unsigned int __kfifo_max_r(unsigned int len, size_t recsize)

返回类型:unsigned int

参数:

类型参数名称
unsigned intlen
size_trecsize
384  max等于1左移recsize左移3位位的值减1
386  如果len大于max则返回:max
388  返回:len
调用者
名称描述
__kfifo_from_user_r
__kfifo_dma_in_prepare_r
__kfifo_dma_in_finish_r
__kfifo_dma_out_prepare_r