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

/linux-master/kernel/bpf/
H A Dbpf_lru_list.h35 struct list_head *next_inactive_rotation; member in struct:bpf_lru_list
H A Dbpf_lru_list.c74 /* If the removing node is the next_inactive_rotation candidate,
75 * move the next_inactive_rotation pointer also.
77 if (&node->list == l->next_inactive_rotation)
78 l->next_inactive_rotation = l->next_inactive_rotation->prev;
120 /* If the moving node is the next_inactive_rotation candidate,
121 * move the next_inactive_rotation pointer also.
123 if (&node->list == l->next_inactive_rotation)
124 l->next_inactive_rotation = l->next_inactive_rotation
[all...]

Completed in 108 milliseconds