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

Name:bpf_lru_list_count_inc

Proto:static void bpf_lru_list_count_inc(struct bpf_lru_list *l, enum bpf_lru_list_type type)

Type:void

Parameter:

TypeParameterName
struct bpf_lru_list *l
enum bpf_lru_list_typetype
50  If type < NR_BPF_LRU_LIST_COUNT Then counts[type]++
Caller
NameDescribe
__bpf_lru_node_move_inMove nodes from local list to the LRU list
__bpf_lru_node_moveMove nodes between or within active and inactive list (like* active to inactive, inactive to active or tail of active back to* the head of active).