Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_lru_list.c124 l->counts[BPF_LRU_LIST_T_ACTIVE]; in bpf_lru_list_inactive_low()
139 struct list_head *active = &l->lists[BPF_LRU_LIST_T_ACTIVE]; in __bpf_lru_list_rotate_active()
146 __bpf_lru_node_move(l, node, BPF_LRU_LIST_T_ACTIVE); in __bpf_lru_list_rotate_active()
188 __bpf_lru_node_move(l, node, BPF_LRU_LIST_T_ACTIVE); in __bpf_lru_list_rotate_inactive()
216 __bpf_lru_node_move(l, node, BPF_LRU_LIST_T_ACTIVE); in __bpf_lru_list_shrink_inactive()
272 force_shrink_list = &l->lists[BPF_LRU_LIST_T_ACTIVE]; in __bpf_lru_list_shrink()
295 __bpf_lru_node_move_in(l, node, BPF_LRU_LIST_T_ACTIVE); in __local_list_flush()
H A Dbpf_lru_list.h17 BPF_LRU_LIST_T_ACTIVE, enumerator