Searched refs:BPF_LRU_LIST_T_FREE (Results 1 – 2 of 2) sorted by relevance
/kernel/bpf/ |
D | bpf_lru_list.c | 319 __bpf_lru_node_move(l, node, BPF_LRU_LIST_T_FREE); in bpf_lru_list_push_free() 336 list_for_each_entry_safe(node, tmp_node, &l->lists[BPF_LRU_LIST_T_FREE], in bpf_lru_list_pop_free_to_local() 419 free_list = &l->lists[BPF_LRU_LIST_T_FREE]; in bpf_percpu_lru_pop_free() 422 BPF_LRU_LIST_T_FREE); in bpf_percpu_lru_pop_free() 513 if (WARN_ON_ONCE(node_type == BPF_LRU_LIST_T_FREE) || in bpf_common_lru_push_free() 551 __bpf_lru_node_move(l, node, BPF_LRU_LIST_T_FREE); in bpf_percpu_lru_push_free() 575 node->type = BPF_LRU_LIST_T_FREE; in bpf_common_lru_populate() 577 list_add(&node->list, &l->lists[BPF_LRU_LIST_T_FREE]); in bpf_common_lru_populate() 601 node->type = BPF_LRU_LIST_T_FREE; in bpf_percpu_lru_populate() 603 list_add(&node->list, &l->lists[BPF_LRU_LIST_T_FREE]); in bpf_percpu_lru_populate()
|
D | bpf_lru_list.h | 19 BPF_LRU_LIST_T_FREE, enumerator
|