Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:do_collect

Proto:static int __init do_collect(void)

Type:int

Parameter:Nothing

232  n = remains
233  If byte_count < n Then n = byte_count
235  memcpy(collect, victim, n)
236  eat(n)
237  collect += n
238  If (remains -= n) != 0 Then Return 1
240  state = FSM
241  Return 0