函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\bpf_lru_list.c Create Date:2022-07-27 14:29:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:__local_list_pop_free

函数原型:static struct bpf_lru_node *__local_list_pop_free(struct bpf_lru_locallist *loc_l)

返回类型:struct bpf_lru_node

参数:

类型参数名称
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  如果node删除链表项
371  返回:node
调用者
名称描述
bpf_common_lru_pop_free