tag | line | file | source code |
refcount | 2008 | drivers/char/console.c | console_driver.refcount = &console_refcount; |
refcount | 2756 | drivers/char/cyclades.c | cy_serial_driver.refcount = &serial_refcount; |
refcount | 263 | drivers/char/istallion.c | int refcount; |
refcount | 909 | drivers/char/istallion.c | portp->refcount++; |
refcount | 970 | drivers/char/istallion.c | if ((portp->refcount == 1) && (portp->flags & ASYNC_SPLIT_TERMIOS)) { |
refcount | 1005 | drivers/char/istallion.c | if (portp->refcount-- > 1) { |
refcount | 1378 | drivers/char/istallion.c | if (portp->refcount > 0) |
refcount | 1379 | drivers/char/istallion.c | portp->refcount--; |
refcount | 1408 | drivers/char/istallion.c | portp->refcount++; |
refcount | 2171 | drivers/char/istallion.c | portp->refcount = 0; |
refcount | 4059 | drivers/char/istallion.c | stli_serial.refcount = &stli_refcount; |
refcount | 231 | drivers/char/pty.c | pty_driver.refcount = &pty_refcount; |
refcount | 2316 | drivers/char/scc.c | scc_driver.refcount = &scc_refcount; /* not needed yet */ |
refcount | 2610 | drivers/char/serial.c | serial_driver.refcount = &serial_refcount; |
refcount | 236 | drivers/char/stallion.c | int refcount; |
refcount | 703 | drivers/char/stallion.c | portp->refcount++; |
refcount | 763 | drivers/char/stallion.c | if ((portp->refcount == 1) && (portp->flags & ASYNC_SPLIT_TERMIOS)) { |
refcount | 797 | drivers/char/stallion.c | if (portp->refcount > 0) |
refcount | 798 | drivers/char/stallion.c | portp->refcount--; |
refcount | 824 | drivers/char/stallion.c | portp->refcount++; |
refcount | 852 | drivers/char/stallion.c | if (portp->refcount-- > 1) { |
refcount | 857 | drivers/char/stallion.c | portp->refcount = 0; |
refcount | 1493 | drivers/char/stallion.c | portp->refcount = 0; |
refcount | 2936 | drivers/char/stallion.c | stl_serial.refcount = &stl_refcount; |
refcount | 871 | drivers/char/tty_io.c | (*driver->refcount)++; |
refcount | 904 | drivers/char/tty_io.c | (*driver->other->refcount)++; |
refcount | 1108 | drivers/char/tty_io.c | (*tty->driver.refcount)--; |
refcount | 1113 | drivers/char/tty_io.c | (*o_tty->driver.refcount)--; |
refcount | 1711 | drivers/char/tty_io.c | if (*driver->refcount) |
refcount | 110 | include/linux/tty_driver.h | int *refcount; /* for loadable tty drivers */ |