tag | line | file | source code |
---|---|---|---|
nospace | 760 | drivers/char/scc.c | scc->stat.nospace++; /* and count this error */ |
nospace | 1962 | drivers/char/scc.c | scc->stat.nospace = 54321; /* draw attention to it */ |
nospace | 1972 | drivers/char/scc.c | scc->stat.nospace++; |
nospace | 2027 | drivers/char/scc.c | scc->stat.nospace++; |
nospace | 191 | include/linux/scc.h | unsigned int nospace; /* "Out of buffers" */ |