taglinefilesource code
sccbuf211drivers/char/scc.cstatic struct sccbuf *sccfreelist[MAX_IBUFS] = {0};
sccbuf279drivers/char/scc.cstruct sccbuf *sccb;
sccbuf284drivers/char/scc.csccb = (struct sccbuf *)kmalloc(sizeof(struct sccbuf), GFP_ATOMIC);