Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:init\initramfs.c Create Date:2022-07-28 13:54:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:read_into

Proto:static void __init read_into(char *buf, unsigned size, enum state next)

Type:void

Parameter:

TypeParameterName
char *buf
unsignedsize
enum statenext
210  If byte_count >= size Then
211  collected = victim
212  eat(size)
213  state = next
214  Else
215  collect = collected = buf
216  remains = size
217  FSM = next
218  state = Collect
Caller
NameDescribe
do_start
do_header