Home
last modified time | relevance | path

Searched refs:first_node (Results 1 – 1 of 1) sorted by relevance

/kernel/bpf/
Dbpf_lru_list.c148 struct bpf_lru_node *node, *tmp_node, *first_node; in __bpf_lru_list_rotate_active() local
151 first_node = list_first_entry(active, struct bpf_lru_node, list); in __bpf_lru_list_rotate_active()
158 if (++i == lru->nr_scans || node == first_node) in __bpf_lru_list_rotate_active()