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:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__local_list_pop_pending

Proto:static struct bpf_lru_node *__local_list_pop_pending(struct bpf_lru *lru, struct bpf_lru_locallist *loc_l)

Type:struct bpf_lru_node

Parameter:

TypeParameterName
struct bpf_lru *lru
struct bpf_lru_locallist *loc_l
378  bool force = false
380  ignore_ref :
384  If ( Not pf_lru_node helpers || force) && del_from_htab(del_arg, node) Then
386  deletes entry from list
387  Return node
391  If Not force Then
392  force = true
393  Go to ignore_ref
396  Return NULL
Caller
NameDescribe
bpf_common_lru_pop_free