Home
last modified time | relevance | path

Searched refs:bpf_lru_list (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/kernel/bpf/
Dbpf_lru_list.c50 static void bpf_lru_list_count_inc(struct bpf_lru_list *l, in bpf_lru_list_count_inc()
57 static void bpf_lru_list_count_dec(struct bpf_lru_list *l, in bpf_lru_list_count_dec()
64 static void __bpf_lru_node_move_to_free(struct bpf_lru_list *l, in __bpf_lru_node_move_to_free()
85 static void __bpf_lru_node_move_in(struct bpf_lru_list *l, in __bpf_lru_node_move_in()
103 static void __bpf_lru_node_move(struct bpf_lru_list *l, in __bpf_lru_node_move()
127 static bool bpf_lru_list_inactive_low(const struct bpf_lru_list *l) in bpf_lru_list_inactive_low()
143 struct bpf_lru_list *l) in __bpf_lru_list_rotate_active()
170 struct bpf_lru_list *l) in __bpf_lru_list_rotate_inactive()
210 struct bpf_lru_list *l, in __bpf_lru_list_shrink_inactive()
240 static void __bpf_lru_list_rotate(struct bpf_lru *lru, struct bpf_lru_list *l) in __bpf_lru_list_rotate()
[all …]
Dbpf_lru_list.h33 struct bpf_lru_list { struct
49 struct bpf_lru_list lru_list; argument
58 struct bpf_lru_list __percpu *percpu_lru;
DMakefile5 obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_i…