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