Searched refs:next_inactive_rotation (Results 1 – 2 of 2) sorted by relevance
69 if (&node->list == l->next_inactive_rotation) in __bpf_lru_node_move_to_free()70 l->next_inactive_rotation = l->next_inactive_rotation->prev; in __bpf_lru_node_move_to_free()115 if (&node->list == l->next_inactive_rotation) in __bpf_lru_node_move()116 l->next_inactive_rotation = l->next_inactive_rotation->prev; in __bpf_lru_node_move()174 last = l->next_inactive_rotation->next; in __bpf_lru_list_rotate_inactive()178 cur = l->next_inactive_rotation; in __bpf_lru_list_rotate_inactive()195 l->next_inactive_rotation = next; in __bpf_lru_list_rotate_inactive()641 l->next_inactive_rotation = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in bpf_lru_list_init()
35 struct list_head *next_inactive_rotation; member