Searched refs:steal_loc_l (Results 1 – 1 of 1) sorted by relevance
434 struct bpf_lru_locallist *loc_l, *steal_loc_l; in bpf_common_lru_pop_free() local470 steal_loc_l = per_cpu_ptr(clru->local_list, steal); in bpf_common_lru_pop_free()472 raw_spin_lock_irqsave(&steal_loc_l->lock, flags); in bpf_common_lru_pop_free()474 node = __local_list_pop_free(steal_loc_l); in bpf_common_lru_pop_free()476 node = __local_list_pop_pending(lru, steal_loc_l); in bpf_common_lru_pop_free()478 raw_spin_unlock_irqrestore(&steal_loc_l->lock, flags); in bpf_common_lru_pop_free()