Searched refs:event_queue_head (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/hptmv/
H A Dioctl.c60 static int event_queue_head=0, event_queue_tail=0; variable
93 if (p==event_queue_head)
105 if (event_queue_head != event_queue_tail)
107 *pEvent = hpt_event_queue[event_queue_head];
108 event_queue_head++;
109 event_queue_head %= MAX_EVENTS;

Completed in 50 milliseconds