Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbpf_lru_list.c105 static void __bpf_lru_node_move(struct bpf_lru_list *l, in __bpf_lru_node_move()
145 struct bpf_lru_list *l) in __bpf_lru_list_rotate_active()
172 struct bpf_lru_list *l) in __bpf_lru_list_rotate_inactive()
212 struct bpf_lru_list *l, in __bpf_lru_list_shrink_inactive()
261 struct bpf_lru_list *l, in __bpf_lru_list_shrink()
326 struct bpf_lru_list *l = &lru->common_lru.lru_list; in bpf_lru_list_pop_free_to_local()
409 struct bpf_lru_list *l; in bpf_percpu_lru_pop_free()
544 struct bpf_lru_list *l; in bpf_percpu_lru_push_free()
568 struct bpf_lru_list *l = &lru->common_lru.lru_list; in bpf_common_lru_populate()
588 struct bpf_lru_list *l; in bpf_percpu_lru_populate()
[all …]
H A 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;
H A DMakefile11 obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_i…
/openbmc/linux/Documentation/bpf/
H A Dmap_lru_hash_update.dot21 // names that initiate the corresponding logic in kernel/bpf/bpf_lru_list.c.