Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__local_list_pop_free

Proto:static struct bpf_lru_node *__local_list_pop_free(struct bpf_lru_locallist *loc_l)

Type:struct bpf_lru_node

Parameter:

TypeParameterName
struct bpf_lru_locallist *loc_l
365  node = list_first_entry_or_null - get the first element from a list*@ptr: the list head to take the element from.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.(Local list helpers , structbpf_lru_node, list)
368  If node Then deletes entry from list
371  Return node
Caller
NameDescribe
bpf_common_lru_pop_free