Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dbpf_lru_list.c33 return &loc_l->lists[LOCAL_FREE_LIST_IDX]; in local_free_list()
332 __local_list_flush(l, loc_l); in bpf_lru_list_pop_free_to_local()
346 local_free_list(loc_l), in bpf_lru_list_pop_free_to_local()
450 node = __local_list_pop_free(loc_l); in bpf_common_lru_pop_free()
472 first_steal = loc_l->next_steal; in bpf_common_lru_pop_free()
488 loc_l->next_steal = steal; in bpf_common_lru_pop_free()
518 struct bpf_lru_locallist *loc_l; in bpf_common_lru_push_free() local
629 INIT_LIST_HEAD(&loc_l->lists[i]); in bpf_lru_locallist_init()
631 loc_l->next_steal = cpu; in bpf_lru_locallist_init()
633 raw_spin_lock_init(&loc_l->lock); in bpf_lru_locallist_init()
[all …]