Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dbpf_lru_list.c34 static struct list_head *local_free_list(struct bpf_lru_locallist *loc_l) in local_free_list()
39 static struct list_head *local_pending_list(struct bpf_lru_locallist *loc_l) in local_pending_list()
294 struct bpf_lru_locallist *loc_l) in __local_list_flush()
322 struct bpf_lru_locallist *loc_l) in bpf_lru_list_pop_free_to_local()
351 struct bpf_lru_locallist *loc_l, in __local_list_add_pending()
364 __local_list_pop_free(struct bpf_lru_locallist *loc_l) in __local_list_pop_free()
378 __local_list_pop_pending(struct bpf_lru *lru, struct bpf_lru_locallist *loc_l) in __local_list_pop_pending()
437 struct bpf_lru_locallist *loc_l, *steal_loc_l; in bpf_common_lru_pop_free()
515 struct bpf_lru_locallist *loc_l; in bpf_common_lru_push_free()
621 static void bpf_lru_locallist_init(struct bpf_lru_locallist *loc_l, int cpu) in bpf_lru_locallist_init()
[all …]
Dbpf_lru_list.h42 struct bpf_lru_locallist { struct
50 struct bpf_lru_locallist __percpu *local_list; argument