Searched refs:tmp_node (Results 1 – 1 of 1) sorted by relevance
/kernel/bpf/ |
D | bpf_lru_list.c | 148 struct bpf_lru_node *node, *tmp_node, *first_node; in __bpf_lru_list_rotate_active() local 152 list_for_each_entry_safe_reverse(node, tmp_node, active, list) { in __bpf_lru_list_rotate_active() 218 struct bpf_lru_node *node, *tmp_node; in __bpf_lru_list_shrink_inactive() local 222 list_for_each_entry_safe_reverse(node, tmp_node, inactive, list) { in __bpf_lru_list_shrink_inactive() 267 struct bpf_lru_node *node, *tmp_node; in __bpf_lru_list_shrink() local 282 list_for_each_entry_safe_reverse(node, tmp_node, force_shrink_list, in __bpf_lru_list_shrink() 298 struct bpf_lru_node *node, *tmp_node; in __local_list_flush() local 300 list_for_each_entry_safe_reverse(node, tmp_node, in __local_list_flush() 327 struct bpf_lru_node *node, *tmp_node; in bpf_lru_list_pop_free_to_local() local 336 list_for_each_entry_safe(node, tmp_node, &l->lists[BPF_LRU_LIST_T_FREE], in bpf_lru_list_pop_free_to_local()
|