Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/
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) in process_sample()
/linux-5.19.10/arch/mips/sibyte/common/
Dsb_tbprof.c75 #define MAX_SAMPLES (MAX_SAMPLE_BYTES/sizeof(u_int32_t)) macro
/linux-5.19.10/drivers/comedi/
Dcomedi_fops.c1521 #define MAX_SAMPLES 65536 macro
1536 if (insns[i].n > MAX_SAMPLES) { in do_insnlist_ioctl()
1613 if (insn->n > MAX_SAMPLES) { in do_insn_ioctl()
1614 insn->n = MAX_SAMPLES; in do_insn_ioctl()
1615 n_data = MAX_SAMPLES; in do_insn_ioctl()