Home
last modified time | relevance | path

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

/kernel/bpf/
Dbpf_lru_list.c434 struct bpf_lru_locallist *loc_l, *steal_loc_l; in bpf_common_lru_pop_free() local
470 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()