Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:list_is_first -- tests whether @list is the first entry in list @head*@list: the entry to test*@head: the head of the list

Proto:static inline int list_is_first(const struct list_head *list, const struct list_head *head)

Type:int

Parameter:

TypeParameterName
const struct list_head *list
const struct list_head *head
248  Return prev == head
Caller
NameDescribe
list_test_list_is_first
slob_allocslob_alloc: entry point into the slob allocator.