Searched refs:EVMAX (Results 1 – 2 of 2) sorted by relevance
205 #define EVMAX 0x0c00L /* End of event buffer */ macro
1849 if (head >= EVMAX - EVSTART || tail >= EVMAX - EVSTART || in dgap_event()1982 tail = (tail + 4) & (EVMAX - EVSTART - 4); in dgap_event()