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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/
H A Dcomedi_fops.c647 #define MAX_SAMPLES 256 macro
660 data = kmalloc(sizeof(unsigned int) * MAX_SAMPLES, GFP_KERNEL);
683 if (insns[i].n > MAX_SAMPLES) {
950 data = kmalloc(sizeof(unsigned int) * MAX_SAMPLES, GFP_KERNEL);
962 if (insn.n > MAX_SAMPLES)
963 insn.n = MAX_SAMPLES;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sibyte/common/
H A Dsb_tbprof.c87 #define MAX_SAMPLES (MAX_SAMPLE_BYTES/sizeof(u_int32_t)) macro

Completed in 43 milliseconds