Home
last modified time | relevance | path

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

/kernel/bpf/
Dbpf_lru_list.c321 struct bpf_lru_list *l = &lru->common_lru.lru_list; in bpf_lru_list_pop_free_to_local()
533 bpf_lru_list_push_free(&lru->common_lru.lru_list, node); in bpf_common_lru_push_free()
563 struct bpf_lru_list *l = &lru->common_lru.lru_list; in bpf_common_lru_populate()
677 bpf_lru_list_init(&clru->lru_list); in bpf_lru_init()
Dbpf_lru_list.h47 struct bpf_lru_list lru_list; member