Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/bpf/
A Dbpf_lru_list.h12 #define NR_BPF_LRU_LIST_COUNT (2) macro
33 unsigned int counts[NR_BPF_LRU_LIST_COUNT];
A Dbpf_lru_list.c50 if (type < NR_BPF_LRU_LIST_COUNT) in bpf_lru_list_count_inc()
57 if (type < NR_BPF_LRU_LIST_COUNT) in bpf_lru_list_count_dec()
638 for (i = 0; i < NR_BPF_LRU_LIST_COUNT; i++) in bpf_lru_list_init()

Completed in 6 milliseconds