Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\kasan\quarantine.c Create Date:2022-07-28 15:54:36
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:qlist_move_all

Proto:static void qlist_move_all(struct qlist_head *from, struct qlist_head *to)

Type:void

Parameter:

TypeParameterName
struct qlist_head *from
struct qlist_head *to
75  If Value for the false possibility is greater at compile time(qlist_empty(from)) Then Return
78  If qlist_empty(to) Then
79  to = from
80  qlist_init(from)
81  Return
84  next = head
85  tail = tail
86  bytes += bytes
88  qlist_init(from)
Caller
NameDescribe
quarantine_put
quarantine_reduce