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