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