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()93 list_move(&node->list, &l->lists[tgt_type]); in __bpf_lru_node_move_in()121 list_move(&node->list, &l->lists[tgt_type]); in __bpf_lru_node_move()142 struct list_head *active = &l->lists[BPF_LRU_LIST_T_ACTIVE]; in __bpf_lru_list_rotate_active()169 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_rotate_inactive()212 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_shrink_inactive()272 if (!list_empty(&l->lists[BPF_LRU_LIST_T_INACTIVE])) in __bpf_lru_list_shrink()273 force_shrink_list = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_shrink()275 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
854 listed in the "recursed_functions" file, that lists all