Symbol: bpf_lru_list
kernel/bpf/bpf_lru_list.c
121
static bool bpf_lru_list_inactive_low(const struct bpf_lru_list *l)
kernel/bpf/bpf_lru_list.c
137
struct bpf_lru_list *l)
kernel/bpf/bpf_lru_list.c
164
struct bpf_lru_list *l)
kernel/bpf/bpf_lru_list.c
204
struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.c
234
static void __bpf_lru_list_rotate(struct bpf_lru *lru, struct bpf_lru_list *l)
kernel/bpf/bpf_lru_list.c
253
struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.c
287
static void __local_list_flush(struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.c
302
static void bpf_lru_list_push_free(struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.c
318
struct bpf_lru_list *l = &lru->common_lru.lru_list;
kernel/bpf/bpf_lru_list.c
401
struct bpf_lru_list *l;
kernel/bpf/bpf_lru_list.c
44
static void bpf_lru_list_count_inc(struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.c
51
static void bpf_lru_list_count_dec(struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.c
536
struct bpf_lru_list *l;
kernel/bpf/bpf_lru_list.c
560
struct bpf_lru_list *l = &lru->common_lru.lru_list;
kernel/bpf/bpf_lru_list.c
58
static void __bpf_lru_node_move_to_free(struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.c
583
struct bpf_lru_list *l;
kernel/bpf/bpf_lru_list.c
631
static void bpf_lru_list_init(struct bpf_lru_list *l)
kernel/bpf/bpf_lru_list.c
652
lru->percpu_lru = alloc_percpu(struct bpf_lru_list);
kernel/bpf/bpf_lru_list.c
657
struct bpf_lru_list *l;
kernel/bpf/bpf_lru_list.c
79
static void __bpf_lru_node_move_in(struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.c
97
static void __bpf_lru_node_move(struct bpf_lru_list *l,
kernel/bpf/bpf_lru_list.h
47
struct bpf_lru_list lru_list;
kernel/bpf/bpf_lru_list.h
56
struct bpf_lru_list __percpu *percpu_lru;