Searched refs:BPF_LRU_LIST_T_FREE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/kernel/bpf/ |
D | bpf_lru_list.c | 317 __bpf_lru_node_move(l, node, BPF_LRU_LIST_T_FREE); in bpf_lru_list_push_free() 334 list_for_each_entry_safe(node, tmp_node, &l->lists[BPF_LRU_LIST_T_FREE], in bpf_lru_list_pop_free_to_local() 417 free_list = &l->lists[BPF_LRU_LIST_T_FREE]; in bpf_percpu_lru_pop_free() 420 BPF_LRU_LIST_T_FREE); in bpf_percpu_lru_pop_free() 510 if (WARN_ON_ONCE(node->type == BPF_LRU_LIST_T_FREE) || in bpf_common_lru_push_free() 548 __bpf_lru_node_move(l, node, BPF_LRU_LIST_T_FREE); in bpf_percpu_lru_push_free() 572 node->type = BPF_LRU_LIST_T_FREE; in bpf_common_lru_populate() 574 list_add(&node->list, &l->lists[BPF_LRU_LIST_T_FREE]); in bpf_common_lru_populate() 598 node->type = BPF_LRU_LIST_T_FREE; in bpf_percpu_lru_populate() 600 list_add(&node->list, &l->lists[BPF_LRU_LIST_T_FREE]); in bpf_percpu_lru_populate()
|
D | bpf_lru_list.h | 21 BPF_LRU_LIST_T_FREE, enumerator
|