bpf_lru
static void __bpf_lru_list_rotate_active(struct bpf_lru *lru,
static void __bpf_lru_list_rotate_inactive(struct bpf_lru *lru,
__bpf_lru_list_shrink_inactive(struct bpf_lru *lru,
static void __bpf_lru_list_rotate(struct bpf_lru *lru, struct bpf_lru_list *l)
static unsigned int __bpf_lru_list_shrink(struct bpf_lru *lru,
static void bpf_lru_list_pop_free_to_local(struct bpf_lru *lru,
static void __local_list_add_pending(struct bpf_lru *lru,
__local_list_pop_pending(struct bpf_lru *lru, struct bpf_lru_locallist *loc_l)
static struct bpf_lru_node *bpf_percpu_lru_pop_free(struct bpf_lru *lru,
static struct bpf_lru_node *bpf_common_lru_pop_free(struct bpf_lru *lru,
struct bpf_lru_node *bpf_lru_pop_free(struct bpf_lru *lru, u32 hash)
static void bpf_common_lru_push_free(struct bpf_lru *lru,
static void bpf_percpu_lru_push_free(struct bpf_lru *lru,
void bpf_lru_push_free(struct bpf_lru *lru, struct bpf_lru_node *node)
static void bpf_common_lru_populate(struct bpf_lru *lru, void *buf,
static void bpf_percpu_lru_populate(struct bpf_lru *lru, void *buf,
void bpf_lru_populate(struct bpf_lru *lru, void *buf, u32 node_offset,
int bpf_lru_init(struct bpf_lru *lru, bool percpu, u32 hash_offset,
void bpf_lru_destroy(struct bpf_lru *lru)
int bpf_lru_init(struct bpf_lru *lru, bool percpu, u32 hash_offset,
void bpf_lru_populate(struct bpf_lru *lru, void *buf, u32 node_offset,
void bpf_lru_destroy(struct bpf_lru *lru);
struct bpf_lru_node *bpf_lru_pop_free(struct bpf_lru *lru, u32 hash);
void bpf_lru_push_free(struct bpf_lru *lru, struct bpf_lru_node *node);
struct bpf_lru lru;