Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/bpf/
A Dbpf_lru_list.c72 if (&node->list == l->next_inactive_rotation) in __bpf_lru_node_move_to_free()
73 l->next_inactive_rotation = l->next_inactive_rotation->prev; in __bpf_lru_node_move_to_free()
118 if (&node->list == l->next_inactive_rotation) in __bpf_lru_node_move()
119 l->next_inactive_rotation = l->next_inactive_rotation->prev; in __bpf_lru_node_move()
177 last = l->next_inactive_rotation->next; in __bpf_lru_list_rotate_inactive()
181 cur = l->next_inactive_rotation; in __bpf_lru_list_rotate_inactive()
198 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()
A Dbpf_lru_list.h35 struct list_head *next_inactive_rotation; member

Completed in 7 milliseconds