MAX_SAMPLES
if (insns[i].n > MAX_SAMPLES) {
#define MAX_INSNS MAX_SAMPLES
if (insn->n > MAX_SAMPLES) {
insn->n = MAX_SAMPLES;
n_data = MAX_SAMPLES;
static u64 ima_hash_from_bpf[MAX_SAMPLES];
if (ima_hash_from_bpf_idx >= MAX_SAMPLES)
int max_samples = MAX_SAMPLES;
bpf_for(i, 0, MAX_SAMPLES) {
__uint(max_entries, MAX_SAMPLES);
slot_key = ((u64)pid + ix) % MAX_SAMPLES;