Searched refs:hc_tail (Results 1 – 1 of 1) sorted by relevance
80 struct hpckbd_eventq *hc_head, *hc_tail; member207 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()