OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 11:09:46 GMT 2025