Searched refs:BPF_LRU_LIST_T_INACTIVE (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/bpf/
H A Dbpf_lru_list.h18 BPF_LRU_LIST_T_INACTIVE, enumerator in enum:bpf_lru_list_type
H A Dbpf_lru_list.c131 return l->counts[BPF_LRU_LIST_T_INACTIVE] <
156 __bpf_lru_node_move(l, node, BPF_LRU_LIST_T_INACTIVE);
174 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE];
217 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE];
277 if (!list_empty(&l->lists[BPF_LRU_LIST_T_INACTIVE]))
278 force_shrink_list = &l->lists[BPF_LRU_LIST_T_INACTIVE];
306 BPF_LRU_LIST_T_INACTIVE);
428 __bpf_lru_node_move(l, node, BPF_LRU_LIST_T_INACTIVE);
646 l->next_inactive_rotation = &l->lists[BPF_LRU_LIST_T_INACTIVE];

Completed in 160 milliseconds