BPF_LRU_LIST_T_INACTIVE  126 kernel/bpf/bpf_lru_list.c 	return l->counts[BPF_LRU_LIST_T_INACTIVE] <
BPF_LRU_LIST_T_INACTIVE  151 kernel/bpf/bpf_lru_list.c 			__bpf_lru_node_move(l, node, BPF_LRU_LIST_T_INACTIVE);
BPF_LRU_LIST_T_INACTIVE  169 kernel/bpf/bpf_lru_list.c 	struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE];
BPF_LRU_LIST_T_INACTIVE  212 kernel/bpf/bpf_lru_list.c 	struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE];
BPF_LRU_LIST_T_INACTIVE  272 kernel/bpf/bpf_lru_list.c 	if (!list_empty(&l->lists[BPF_LRU_LIST_T_INACTIVE]))
BPF_LRU_LIST_T_INACTIVE  273 kernel/bpf/bpf_lru_list.c 		force_shrink_list = &l->lists[BPF_LRU_LIST_T_INACTIVE];
BPF_LRU_LIST_T_INACTIVE  301 kernel/bpf/bpf_lru_list.c 					       BPF_LRU_LIST_T_INACTIVE);
BPF_LRU_LIST_T_INACTIVE  423 kernel/bpf/bpf_lru_list.c 		__bpf_lru_node_move(l, node, BPF_LRU_LIST_T_INACTIVE);
BPF_LRU_LIST_T_INACTIVE  640 kernel/bpf/bpf_lru_list.c 	l->next_inactive_rotation = &l->lists[BPF_LRU_LIST_T_INACTIVE];