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