Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dbpf_lru_list.c31 static struct list_head *local_free_list(struct bpf_lru_locallist *loc_l) in local_free_list() function
338 __bpf_lru_node_move_to_free(l, node, local_free_list(loc_l), in bpf_lru_list_pop_free_to_local()
346 local_free_list(loc_l), in bpf_lru_list_pop_free_to_local()
370 node = list_first_entry_or_null(local_free_list(loc_l), in __local_list_pop_free()
531 list_move(&node->list, local_free_list(loc_l)); in bpf_common_lru_push_free()