Searched refs:lists (Results 1 – 3 of 3) sorted by relevance
33 return &loc_l->lists[LOCAL_FREE_LIST_IDX]; in local_free_list()38 return &loc_l->lists[LOCAL_PENDING_LIST_IDX]; in local_pending_list()98 list_move(&node->list, &l->lists[tgt_type]); in __bpf_lru_node_move_in()126 list_move(&node->list, &l->lists[tgt_type]); in __bpf_lru_node_move()147 struct list_head *active = &l->lists[BPF_LRU_LIST_T_ACTIVE]; in __bpf_lru_list_rotate_active()174 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_rotate_inactive()217 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_shrink_inactive()277 if (!list_empty(&l->lists[BPF_LRU_LIST_T_INACTIVE])) in __bpf_lru_list_shrink()278 force_shrink_list = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_shrink()280 force_shrink_list = &l->lists[BPF_LRU_LIST_T_ACTIVE]; in __bpf_lru_list_shrink()[all …]
32 struct list_head lists[NR_BPF_LRU_LIST_T]; member41 struct list_head lists[NR_BPF_LRU_LOCAL_LIST_T]; member
917 listed in the "recursed_functions" file, that lists all