Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/hpc/
Dhpckbd.c80 struct hpckbd_eventq *hc_head, *hc_tail; member
207 hc->hc_head = hc->hc_tail = hc->hc_eventq; in hpckbd_initcore()
235 hc->hc_tail->hq_type = type; in hpckbd_putevent()
236 hc->hc_tail->hq_data = data; in hpckbd_putevent()
237 if (&hc->hc_eventq[NEVENTQ] <= ++hc->hc_tail) in hpckbd_putevent()
238 hc->hc_tail = hc->hc_eventq; in hpckbd_putevent()