Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dioctl.c58 static int event_queue_head=0, event_queue_tail=0; variable
91 if (p==event_queue_head) in event_queue_add()
103 if (event_queue_head != event_queue_tail) in event_queue_remove()
105 *pEvent = hpt_event_queue[event_queue_head]; in event_queue_remove()
106 event_queue_head++; in event_queue_remove()
107 event_queue_head %= MAX_EVENTS; in event_queue_remove()