Searched refs:steal_loc_l (Results 1 – 1 of 1) sorted by relevance
439 struct bpf_lru_locallist *loc_l, *steal_loc_l; in bpf_common_lru_pop_free() local475 steal_loc_l = per_cpu_ptr(clru->local_list, steal); in bpf_common_lru_pop_free()477 raw_spin_lock_irqsave(&steal_loc_l->lock, flags); in bpf_common_lru_pop_free()479 node = __local_list_pop_free(steal_loc_l); in bpf_common_lru_pop_free()481 node = __local_list_pop_pending(lru, steal_loc_l); in bpf_common_lru_pop_free()483 raw_spin_unlock_irqrestore(&steal_loc_l->lock, flags); in bpf_common_lru_pop_free()