Searched refs:BPF_LRU_LIST_T_ACTIVE (Results 1 – 2 of 2) sorted by relevance
127 l->counts[BPF_LRU_LIST_T_ACTIVE]; in bpf_lru_list_inactive_low()142 struct list_head *active = &l->lists[BPF_LRU_LIST_T_ACTIVE]; in __bpf_lru_list_rotate_active()149 __bpf_lru_node_move(l, node, BPF_LRU_LIST_T_ACTIVE); in __bpf_lru_list_rotate_active()191 __bpf_lru_node_move(l, node, BPF_LRU_LIST_T_ACTIVE); in __bpf_lru_list_rotate_inactive()219 __bpf_lru_node_move(l, node, BPF_LRU_LIST_T_ACTIVE); in __bpf_lru_list_shrink_inactive()275 force_shrink_list = &l->lists[BPF_LRU_LIST_T_ACTIVE]; in __bpf_lru_list_shrink()298 __bpf_lru_node_move_in(l, node, BPF_LRU_LIST_T_ACTIVE); in __local_list_flush()
16 BPF_LRU_LIST_T_ACTIVE, enumerator
Completed in 6 milliseconds