Home
last modified time | relevance | path

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

/kernel/bpf/
Dbpf_lru_list.c442 int steal, first_steal; in bpf_common_lru_pop_free() local
472 first_steal = loc_l->next_steal; in bpf_common_lru_pop_free()
473 steal = first_steal; in bpf_common_lru_pop_free()
486 } while (!node && steal != first_steal); in bpf_common_lru_pop_free()