Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\list.h Create Date:2022-07-28 05:34:28
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Delete a list entry and clear the 'prev' pointer.* This is a special-purpose list clearing method used in the networking code* for lists allocated as per-cpu, where we don't want to incur the extra* WRITE_ONCE() overhead of a regular list_del_init()

Proto:static inline void __list_del_clearprev(struct list_head *entry)

Type:void

Parameter:

TypeParameterName
struct list_head *entry
119  deletes entry from list
120  prev = NULL
Caller
NameDescribe
bq_xmit_all
bq_flush_to_queue