HomeSort by: relevance | last modified time | path
    Searched defs:kb_oq_put (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arc/dev/
pccons.c 140 int kb_oq_put = 0; variable in typeref:typename:int
385 if (kb_oq_get == kb_oq_put) {
388 kb_oq[kb_oq_put] = val;
389 kb_oq_put = (kb_oq_put + 1) & 7;
1618 if(kb_oq_get != kb_oq_put) {

Completed in 13 milliseconds