Searched refs:counts (Results 1 – 2 of 2) sorted by relevance
56 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()
33 unsigned int counts[NR_BPF_LRU_LIST_COUNT]; member