Searched refs:bpf_lru_locallist (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/bpf/
H A Dbpf_lru_list.h40 struct bpf_lru_locallist { struct
48 struct bpf_lru_locallist __percpu *local_list;
H A Dbpf_lru_list.c31 static struct list_head *local_free_list(struct bpf_lru_locallist *loc_l)
36 static struct list_head *local_pending_list(struct bpf_lru_locallist *loc_l)
296 struct bpf_lru_locallist *loc_l)
324 struct bpf_lru_locallist *loc_l)
353 struct bpf_lru_locallist *loc_l,
366 __local_list_pop_free(struct bpf_lru_locallist *loc_l)
380 __local_list_pop_pending(struct bpf_lru *lru, struct bpf_lru_locallist *loc_l)
439 struct bpf_lru_locallist *loc_l, *steal_loc_l;
518 struct bpf_lru_locallist *loc_l;
624 static void bpf_lru_locallist_init(struct bpf_lru_locallist *loc_
[all...]

Completed in 248 milliseconds