Home
last modified time | relevance | path

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

/openbmc/linux/kernel/irq/
H A Dtimings.c270 #define PREDICTION_BUFFER_SIZE 16 /* slots for EMAs, hardly more than 16 */ macro
291 u64 ema_time[PREDICTION_BUFFER_SIZE];
456 if (index > PREDICTION_BUFFER_SIZE - 1) { in __irq_timings_store()