Searched refs:MAX_USED_BTFS (Results 1 – 2 of 2) sorted by relevance
595 #define MAX_USED_BTFS 64 /* max number of BTFs accessed by one BPF program */ macro716 struct btf_mod_pair used_btfs[MAX_USED_BTFS]; /* array of BTF's used by BPF program */
19332 if (env->used_btf_cnt >= MAX_USED_BTFS) in __add_used_btf()