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:__list_add_valid

Proto:static inline bool __list_add_valid(struct list_head *new, struct list_head *prev, struct list_head *next)

Type:bool

Parameter:

TypeParameterName
struct list_head *new
struct list_head *prev
struct list_head *next
42  Return true
Caller
NameDescribe
__list_addInsert a new entry between two known consecutive entries.* This is only for internal list manipulation where we know* the prev/next entries already!