APM_MAX_EVENTS 345 arch/x86/kernel/apm_32.c apm_event_t events[APM_MAX_EVENTS]; APM_MAX_EVENTS 1171 arch/x86/kernel/apm_32.c if (++as->event_tail >= APM_MAX_EVENTS) APM_MAX_EVENTS 1186 arch/x86/kernel/apm_32.c if (++as->event_head >= APM_MAX_EVENTS) APM_MAX_EVENTS 1194 arch/x86/kernel/apm_32.c if (++as->event_tail >= APM_MAX_EVENTS) APM_MAX_EVENTS 48 drivers/char/apm-emulation.c apm_event_t events[APM_MAX_EVENTS]; APM_MAX_EVENTS 173 drivers/char/apm-emulation.c q->event_tail = (q->event_tail + 1) % APM_MAX_EVENTS; APM_MAX_EVENTS 179 drivers/char/apm-emulation.c q->event_head = (q->event_head + 1) % APM_MAX_EVENTS; APM_MAX_EVENTS 185 drivers/char/apm-emulation.c q->event_tail = (q->event_tail + 1) % APM_MAX_EVENTS;