Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dbpf_lru_list.c437 int steal, first_steal; in bpf_common_lru_pop_free() local
467 first_steal = loc_l->next_steal; in bpf_common_lru_pop_free()
468 steal = first_steal; in bpf_common_lru_pop_free()
481 } while (!node && steal != first_steal); in bpf_common_lru_pop_free()