Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_lru_list.c123 return l->counts[BPF_LRU_LIST_T_INACTIVE] < in bpf_lru_list_inactive_low()
148 __bpf_lru_node_move(l, node, BPF_LRU_LIST_T_INACTIVE); in __bpf_lru_list_rotate_active()
166 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_rotate_inactive()
209 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_shrink_inactive()
269 if (!list_empty(&l->lists[BPF_LRU_LIST_T_INACTIVE])) in __bpf_lru_list_shrink()
270 force_shrink_list = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_shrink()
298 BPF_LRU_LIST_T_INACTIVE); in __local_list_flush()
420 __bpf_lru_node_move(l, node, BPF_LRU_LIST_T_INACTIVE); in bpf_percpu_lru_pop_free()
641 l->next_inactive_rotation = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in bpf_lru_list_init()
H A Dbpf_lru_list.h18 BPF_LRU_LIST_T_INACTIVE, enumerator