Searched refs:bpf_lru_list (Results 1 – 3 of 3) sorted by relevance
50 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 …]
33 struct bpf_lru_list { struct49 struct bpf_lru_list lru_list; argument58 struct bpf_lru_list __percpu *percpu_lru;
5 obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_i…