Searched refs:BPF_LRU_LOCAL_LIST_T_FREE (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/bpf/
H A Dbpf_lru_list.h20 BPF_LRU_LOCAL_LIST_T_FREE, enumerator in enum:bpf_lru_list_type
H A Dbpf_lru_list.c18 #define LOCAL_FREE_LIST_IDX LOCAL_LIST_IDX(BPF_LRU_LOCAL_LIST_T_FREE)
339 BPF_LRU_LOCAL_LIST_T_FREE);
347 BPF_LRU_LOCAL_LIST_T_FREE);
514 WARN_ON_ONCE(node_type == BPF_LRU_LOCAL_LIST_T_FREE))
529 node->type = BPF_LRU_LOCAL_LIST_T_FREE;

Completed in 111 milliseconds