tag | line | file | source code |
---|---|---|---|
refcnt | 304 | drivers/char/scc.c | sccfreelist[i]->bp->refcnt = 0; |
refcnt | 356 | drivers/char/scc.c | sccfreelist[i]->bp->refcnt = 1; |
refcnt | 401 | drivers/char/scc.c | sccfreelist[i]->bp->refcnt = 0; |
refcnt | 410 | drivers/char/scc.c | if(--bp->refcnt <= 0) |
refcnt | 423 | drivers/char/scc.c | sccfreelist[i]->bp->refcnt = 0; |
refcnt | 147 | include/linux/scc.h | int refcnt; /* Reference count */ |