Searched refs:BPF_LRU_LIST_T_FREE (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/kernel/bpf/ |
A D | bpf_lru_list.c | 314 __bpf_lru_node_move(l, node, BPF_LRU_LIST_T_FREE); in bpf_lru_list_push_free() 331 list_for_each_entry_safe(node, tmp_node, &l->lists[BPF_LRU_LIST_T_FREE], in bpf_lru_list_pop_free_to_local() 414 free_list = &l->lists[BPF_LRU_LIST_T_FREE]; in bpf_percpu_lru_pop_free() 417 BPF_LRU_LIST_T_FREE); in bpf_percpu_lru_pop_free() 508 if (WARN_ON_ONCE(node_type == BPF_LRU_LIST_T_FREE) || in bpf_common_lru_push_free() 546 __bpf_lru_node_move(l, node, BPF_LRU_LIST_T_FREE); in bpf_percpu_lru_push_free() 570 node->type = BPF_LRU_LIST_T_FREE; in bpf_common_lru_populate() 572 list_add(&node->list, &l->lists[BPF_LRU_LIST_T_FREE]); in bpf_common_lru_populate() 596 node->type = BPF_LRU_LIST_T_FREE; in bpf_percpu_lru_populate() 598 list_add(&node->list, &l->lists[BPF_LRU_LIST_T_FREE]); in bpf_percpu_lru_populate()
|
A D | bpf_lru_list.h | 19 BPF_LRU_LIST_T_FREE, enumerator
|
Completed in 6 milliseconds