Home
last modified time | relevance | path

Searched refs:DEFINE_BPF_MAP_GRO (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/gpuservice/bpfprogs/
Dgpu_mem.c32 DEFINE_BPF_MAP_GRO(gpu_mem_total_map, HASH, uint64_t, uint64_t, GPU_MEM_TOTAL_MAP_SIZE,
/frameworks/libs/net/common/native/bpf_headers/include/bpf/
Dbpf_helpers.h184 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ macro