Searched refs:MAX_SAMPLES (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_ima.c16 #define MAX_SAMPLES 4 macro
43 static u64 ima_hash_from_bpf[MAX_SAMPLES];
48 if (ima_hash_from_bpf_idx >= MAX_SAMPLES)
/linux-master/arch/mips/sibyte/common/
H A Dsb_tbprof.c75 #define MAX_SAMPLES (MAX_SAMPLE_BYTES/sizeof(u_int32_t)) macro
/linux-master/drivers/comedi/
H A Dcomedi_fops.c1526 #define MAX_SAMPLES 65536 macro
1541 if (insns[i].n > MAX_SAMPLES) {
1618 if (insn->n > MAX_SAMPLES) {
1619 insn->n = MAX_SAMPLES;
1620 n_data = MAX_SAMPLES;

Completed in 138 milliseconds