Searched refs:bpf_lru_list (Results 1 – 4 of 4) sorted by relevance
44 static void bpf_lru_list_count_inc(struct bpf_lru_list *l, in bpf_lru_list_count_inc()51 static void bpf_lru_list_count_dec(struct bpf_lru_list *l, in bpf_lru_list_count_dec()58 static void __bpf_lru_node_move_to_free(struct bpf_lru_list *l, in __bpf_lru_node_move_to_free()79 static void __bpf_lru_node_move_in(struct bpf_lru_list *l, in __bpf_lru_node_move_in()97 static void __bpf_lru_node_move(struct bpf_lru_list *l, in __bpf_lru_node_move()121 static bool bpf_lru_list_inactive_low(const struct bpf_lru_list *l) in bpf_lru_list_inactive_low()137 struct bpf_lru_list *l) in __bpf_lru_list_rotate_active()164 struct bpf_lru_list *l) in __bpf_lru_list_rotate_inactive()204 struct bpf_lru_list *l, in __bpf_lru_list_shrink_inactive()234 static void __bpf_lru_list_rotate(struct bpf_lru *lru, struct bpf_lru_list *l) in __bpf_lru_list_rotate()[all …]
31 struct bpf_lru_list { struct47 struct bpf_lru_list lru_list; argument56 struct bpf_lru_list __percpu *percpu_lru;
11 obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_in_map.o bloom_filter.o
21 // names that initiate the corresponding logic in kernel/bpf/bpf_lru_list.c.