Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbpf_lru_list.h12 #define NR_BPF_LRU_LIST_COUNT (2) macro
33 unsigned int counts[NR_BPF_LRU_LIST_COUNT];
H A Dbpf_lru_list.c55 if (type < NR_BPF_LRU_LIST_COUNT) in bpf_lru_list_count_inc()
62 if (type < NR_BPF_LRU_LIST_COUNT) in bpf_lru_list_count_dec()
643 for (i = 0; i < NR_BPF_LRU_LIST_COUNT; i++) in bpf_lru_list_init()