Searched refs:APM_MAX_EVENTS (Results 1 – 1 of 1) sorted by relevance
43 #define APM_MAX_EVENTS 16 macro48 apm_event_t events[APM_MAX_EVENTS];170 q->event_tail = (q->event_tail + 1) % APM_MAX_EVENTS; in queue_get_event()176 q->event_head = (q->event_head + 1) % APM_MAX_EVENTS; in queue_add_event()182 q->event_tail = (q->event_tail + 1) % APM_MAX_EVENTS; in queue_add_event()
Completed in 6 milliseconds