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