Searched refs:MAX_SAMPLES (Results 1 – 2 of 2) sorted by relevance
1522 #define MAX_SAMPLES 65536 macro1552 if (insns[i].n > MAX_SAMPLES) { in do_insnlist_ioctl()1633 if (insn.n > MAX_SAMPLES) { in do_insn_ioctl()1634 insn.n = MAX_SAMPLES; in do_insn_ioctl()1635 n_data = MAX_SAMPLES; in do_insn_ioctl()
75 #define MAX_SAMPLES (MAX_SAMPLE_BYTES/sizeof(u_int32_t)) macro