Symbol: bpf_lru_list
kernel/bpf/bpf_lru_list.c
110
static bool bpf_lru_list_inactive_low(const struct bpf_lru_list *l)
kernel/bpf/bpf_lru_list.c
126
struct bpf_lru_list *l)
kernel/bpf/bpf_lru_list.c
153
struct bpf_lru_list *l)
kernel/bpf/bpf_lru_list.c
193
struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.c
225
static void __bpf_lru_list_rotate(struct bpf_lru *lru, struct bpf_lru_list *l)
kernel/bpf/bpf_lru_list.c
244
struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.c
279
static void __local_list_flush(struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.c
29
static void bpf_lru_list_count_inc(struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.c
296
static void bpf_lru_list_push_free(struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.c
315
struct bpf_lru_list *l = &lru->common_lru.lru_list;
kernel/bpf/bpf_lru_list.c
36
static void bpf_lru_list_count_dec(struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.c
408
struct bpf_lru_list *l;
kernel/bpf/bpf_lru_list.c
43
static void __bpf_lru_node_move_to_free(struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.c
568
struct bpf_lru_list *l;
kernel/bpf/bpf_lru_list.c
595
struct bpf_lru_list *l = &lru->common_lru.lru_list;
kernel/bpf/bpf_lru_list.c
619
struct bpf_lru_list *l;
kernel/bpf/bpf_lru_list.c
65
static void __bpf_lru_node_move_in(struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.c
666
static void bpf_lru_list_init(struct bpf_lru_list *l)
kernel/bpf/bpf_lru_list.c
687
lru->percpu_lru = alloc_percpu(struct bpf_lru_list);
kernel/bpf/bpf_lru_list.c
692
struct bpf_lru_list *l;
kernel/bpf/bpf_lru_list.c
86
static void __bpf_lru_node_move(struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.h
60
struct bpf_lru_list lru_list;
kernel/bpf/bpf_lru_list.h
69
struct bpf_lru_list __percpu *percpu_lru;