Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Check whether the node is the only node of the head without* accessing head:

Proto:static inline bool hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h)

Type:bool

Parameter:

TypeParameterName
struct hlist_node *n
struct hlist_head *h
831  Return Not next && pprev == first
Caller
NameDescribe
detach_if_pending