Searched refs:BPF_LOCAL_LIST_T_OFFSET (Results 1 - 2 of 2) sorted by path

/linux-master/kernel/bpf/
H A Dbpf_lru_list.c17 #define LOCAL_LIST_IDX(t) ((t) - BPF_LOCAL_LIST_T_OFFSET)
20 #define IS_LOCAL_LIST_TYPE(t) ((t) >= BPF_LOCAL_LIST_T_OFFSET)
H A Dbpf_lru_list.h14 #define BPF_LOCAL_LIST_T_OFFSET NR_BPF_LRU_LIST_T macro

Completed in 207 milliseconds