Searched refs:kb_oq_put (Results 1 – 1 of 1) sorted by relevance
140 int kb_oq_put = 0; variable385 if (kb_oq_get == kb_oq_put) { in kbd_cmd()388 kb_oq[kb_oq_put] = val; in kbd_cmd()389 kb_oq_put = (kb_oq_put + 1) & 7; in kbd_cmd()1618 if(kb_oq_get != kb_oq_put) { in sget()