Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dbpf_lru_list.c47 static void bpf_lru_list_count_inc(struct bpf_lru_list *l, in bpf_lru_list_count_inc()
54 static void bpf_lru_list_count_dec(struct bpf_lru_list *l, in bpf_lru_list_count_dec()
61 static void __bpf_lru_node_move_to_free(struct bpf_lru_list *l, in __bpf_lru_node_move_to_free()
82 static void __bpf_lru_node_move_in(struct bpf_lru_list *l, in __bpf_lru_node_move_in()
100 static void __bpf_lru_node_move(struct bpf_lru_list *l, in __bpf_lru_node_move()
124 static bool bpf_lru_list_inactive_low(const struct bpf_lru_list *l) in bpf_lru_list_inactive_low()
140 struct bpf_lru_list *l) in __bpf_lru_list_rotate_active()
167 struct bpf_lru_list *l) in __bpf_lru_list_rotate_inactive()
207 struct bpf_lru_list *l, in __bpf_lru_list_shrink_inactive()
237 static void __bpf_lru_list_rotate(struct bpf_lru *lru, struct bpf_lru_list *l) in __bpf_lru_list_rotate()
[all …]
Dbpf_lru_list.h31 struct bpf_lru_list { struct
47 struct bpf_lru_list lru_list; argument
56 struct bpf_lru_list __percpu *percpu_lru;
DMakefile10 obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_i…