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