Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbpf_lru_list.c31 static struct list_head *local_free_list(struct bpf_lru_locallist *loc_l) in local_free_list() argument
33 return &loc_l->lists[LOCAL_FREE_LIST_IDX]; in local_free_list()
36 static struct list_head *local_pending_list(struct bpf_lru_locallist *loc_l) in local_pending_list() argument
38 return &loc_l->lists[LOCAL_PENDING_LIST_IDX]; in local_pending_list()
296 struct bpf_lru_locallist *loc_l) in __local_list_flush() argument
301 local_pending_list(loc_l), list) { in __local_list_flush()
324 struct bpf_lru_locallist *loc_l) in bpf_lru_list_pop_free_to_local() argument
332 __local_list_flush(l, loc_l); in bpf_lru_list_pop_free_to_local()
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()
[all …]