Home
last modified time | relevance | path

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

/kernel/bpf/
Dbpf_lru_list.c56 l->counts[type]++; in bpf_lru_list_count_inc()
63 l->counts[type]--; in bpf_lru_list_count_dec()
131 return l->counts[BPF_LRU_LIST_T_INACTIVE] < in bpf_lru_list_inactive_low()
132 l->counts[BPF_LRU_LIST_T_ACTIVE]; in bpf_lru_list_inactive_low()
644 l->counts[i] = 0; in bpf_lru_list_init()
Dbpf_lru_list.h33 unsigned int counts[NR_BPF_LRU_LIST_COUNT]; member