函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:__local_list_pop_pending

函数原型:static struct bpf_lru_node *__local_list_pop_pending(struct bpf_lru *lru, struct bpf_lru_locallist *loc_l)

返回类型:struct bpf_lru_node

参数:

类型参数名称
struct bpf_lru *lru
struct bpf_lru_locallist *loc_l
378  bool force = false
380  ignore_ref :
384  如果非pf_lru_node helpers force的值且del_from_htab(del_arg, node)则
386  删除链表项
387  返回:node
391  如果非force
392  force = true
393  转到:ignore_ref
396  返回:NULL
调用者
名称描述
bpf_common_lru_pop_free