Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbpf_lru_list.h13 #define NR_BPF_LRU_LOCAL_LIST_T (2) macro
41 struct list_head lists[NR_BPF_LRU_LOCAL_LIST_T];
H A Dbpf_lru_list.c628 for (i = 0; i < NR_BPF_LRU_LOCAL_LIST_T; i++) in bpf_lru_locallist_init()