Home
last modified time | relevance | path

Searched refs:bpf_lru (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dbpf_lru_list.h53 struct bpf_lru { struct
72 int bpf_lru_init(struct bpf_lru *lru, bool percpu, u32 hash_offset, argument
74 void bpf_lru_populate(struct bpf_lru *lru, void *buf, u32 node_offset,
76 void bpf_lru_destroy(struct bpf_lru *lru);
77 struct bpf_lru_node *bpf_lru_pop_free(struct bpf_lru *lru, u32 hash);
78 void bpf_lru_push_free(struct bpf_lru *lru, struct bpf_lru_node *node);
/linux/
H A DMAINTAINERS4869 F: kernel/bpf/bpf_lru*