Searched refs:MAX_USED_MAPS (Results 1 – 3 of 3) sorted by relevance
18 #define MAX_USED_MAPS 64 macro21 #define MAX_FD_ARRAY_SZ (MAX_USED_MAPS + MAX_KFUNC_DESCS)183 if (gen->nr_maps == MAX_USED_MAPS) { in add_map_fd()184 pr_warn("Total maps exceeds %d\n", MAX_USED_MAPS); in add_map_fd()199 return MAX_USED_MAPS + gen->nr_fd_array++; in add_kfunc_btf_fd()
665 #define MAX_USED_MAPS 64 /* max number of maps accessed by one eBPF program */ macro831 struct bpf_map *used_maps[MAX_USED_MAPS]; /* array of map's used by eBPF program */833 struct bpf_map *insn_array_maps[MAX_USED_MAPS]; /* array of INSN_ARRAY map's to be relocated */
18187 if (env->used_map_cnt >= MAX_USED_MAPS) { in __add_used_map()18189 MAX_USED_MAPS); in __add_used_map()