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_poke_n internal helper function for storeing the length of* the record into the fifo

Proto:static void __kfifo_poke_n(struct __kfifo *fifo, unsigned int n, size_t recsize)

Type:void

Parameter:

TypeParameterName
struct __kfifo *fifo
unsigned intn
size_trecsize
423  mask = mask
424  data = data
426  __KFIFO_POKE(data, in, mask, n)
428  If recsize > 1 Then __KFIFO_POKE(data, in + 1, mask, n >> 8)
Caller
NameDescribe
__kfifo_in_r
__kfifo_from_user_r
__kfifo_dma_in_finish_r