Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbpf_lru_list.c326 struct bpf_lru_list *l = &lru->common_lru.lru_list; in bpf_lru_list_pop_free_to_local()
440 struct bpf_common_lru *clru = &lru->common_lru; in bpf_common_lru_pop_free()
520 loc_l = per_cpu_ptr(lru->common_lru.local_list, node->cpu); in bpf_common_lru_push_free()
538 bpf_lru_list_push_free(&lru->common_lru.lru_list, node); in bpf_common_lru_push_free()
568 struct bpf_lru_list *l = &lru->common_lru.lru_list; in bpf_common_lru_populate()
669 struct bpf_common_lru *clru = &lru->common_lru; in bpf_lru_init()
699 free_percpu(lru->common_lru.local_list); in bpf_lru_destroy()
H A Dbpf_lru_list.h55 struct bpf_common_lru common_lru; member