Searched refs:IRQ_TIMINGS_SIZE (Results 1 - 2 of 2) sorted by last modified time

/linux-master/kernel/irq/
H A Dinternals.h303 #define IRQ_TIMINGS_SIZE (1 << IRQ_TIMINGS_SHIFT) macro
304 #define IRQ_TIMINGS_MASK (IRQ_TIMINGS_SIZE - 1)
312 u64 values[IRQ_TIMINGS_SIZE];
H A Dtimings.c275 * IRQ_TIMINGS_SIZE, so the count is used, otherwise the array size is
282 for (i = irqts->count < IRQ_TIMINGS_SIZE ? \
284 irqts->count = min(IRQ_TIMINGS_SIZE, \
292 int timings[IRQ_TIMINGS_SIZE];
293 int circ_timings[IRQ_TIMINGS_SIZE];
409 count = irqs->count < IRQ_TIMINGS_SIZE ?
410 irqs->count : IRQ_TIMINGS_SIZE;
412 start = irqs->count < IRQ_TIMINGS_SIZE ?
557 * smaller than IRQ_TIMINGS_SIZE, so the count is used,
714 int _buffer[IRQ_TIMINGS_SIZE];
[all...]

Completed in 174 milliseconds