Searched refs:bpf_lru (Results 1 – 2 of 2) sorted by relevance
53 struct bpf_lru { struct72 int bpf_lru_init(struct bpf_lru *lru, bool percpu, u32 hash_offset, argument74 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);
4869 F: kernel/bpf/bpf_lru*