Searched refs:event_head (Results 1 – 1 of 1) sorted by relevance
45 unsigned int event_head; member167 return q->event_head == q->event_tail; in queue_empty()178 q->event_head = (q->event_head + 1) % APM_MAX_EVENTS; in queue_add_event()179 if (q->event_head == q->event_tail) { in queue_add_event()186 q->events[q->event_head] = event; in queue_add_event()