Lines Matching refs:list
77 if (&node->list == l->next_inactive_rotation) in __bpf_lru_node_move_to_free()
83 list_move(&node->list, free_list); in __bpf_lru_node_move_to_free()
98 list_move(&node->list, &l->lists[tgt_type]); in __bpf_lru_node_move_in()
123 if (&node->list == l->next_inactive_rotation) in __bpf_lru_node_move()
126 list_move(&node->list, &l->lists[tgt_type]); in __bpf_lru_node_move()
151 first_node = list_first_entry(active, struct bpf_lru_node, list); in __bpf_lru_list_rotate_active()
152 list_for_each_entry_safe_reverse(node, tmp_node, active, list) { in __bpf_lru_list_rotate_active()
193 node = list_entry(cur, struct bpf_lru_node, list); in __bpf_lru_list_rotate_inactive()
222 list_for_each_entry_safe_reverse(node, tmp_node, inactive, list) { in __bpf_lru_list_shrink_inactive()
283 list) { in __bpf_lru_list_shrink()
301 local_pending_list(loc_l), list) { in __local_list_flush()
337 list) { in bpf_lru_list_pop_free_to_local()
362 list_add(&node->list, local_pending_list(loc_l)); in __local_list_add_pending()
372 list); in __local_list_pop_free()
374 list_del(&node->list); in __local_list_pop_free()
388 list) { in __local_list_pop_pending()
391 list_del(&node->list); in __local_list_pop_pending()
425 node = list_first_entry(free_list, struct bpf_lru_node, list); in bpf_percpu_lru_pop_free()
531 list_move(&node->list, local_free_list(loc_l)); in bpf_common_lru_push_free()
577 list_add(&node->list, &l->lists[BPF_LRU_LIST_T_FREE]); in bpf_common_lru_populate()
603 list_add(&node->list, &l->lists[BPF_LRU_LIST_T_FREE]); in bpf_percpu_lru_populate()