tag | line | file | source code |
refcount | 2191 | arch/m68k/kernel/console.c | console_driver.refcount = &console_refcount; |
refcount | 2002 | drivers/char/console.c | console_driver.refcount = &console_refcount; |
refcount | 2795 | drivers/char/cyclades.c | cy_serial_driver.refcount = &serial_refcount; |
refcount | 802 | drivers/char/istallion.c | portp->refcount++; |
refcount | 863 | drivers/char/istallion.c | if ((portp->refcount == 1) && (portp->flags & ASYNC_SPLIT_TERMIOS)) { |
refcount | 898 | drivers/char/istallion.c | if (portp->refcount-- > 1) { |
refcount | 1285 | drivers/char/istallion.c | if (portp->refcount > 0) |
refcount | 1286 | drivers/char/istallion.c | portp->refcount--; |
refcount | 1314 | drivers/char/istallion.c | portp->refcount++; |
refcount | 2118 | drivers/char/istallion.c | portp->refcount = 0; |
refcount | 4488 | drivers/char/istallion.c | stli_serial.refcount = &stli_refcount; |
refcount | 1030 | drivers/char/pcxx.c | pcxe_driver.refcount = &pcxe_refcount; |
refcount | 264 | drivers/char/pty.c | pty_driver.refcount = &pty_refcount; |
refcount | 1746 | drivers/char/riscom8.c | riscom_driver.refcount = &riscom_refcount; |
refcount | 2683 | drivers/char/scc.c | scc_driver.refcount = &scc_refcount; |
refcount | 2733 | drivers/char/serial.c | serial_driver.refcount = &serial_refcount; |
refcount | 612 | drivers/char/stallion.c | portp->refcount++; |
refcount | 672 | drivers/char/stallion.c | if ((portp->refcount == 1) && (portp->flags & ASYNC_SPLIT_TERMIOS)) { |
refcount | 715 | drivers/char/stallion.c | if (portp->refcount > 0) |
refcount | 716 | drivers/char/stallion.c | portp->refcount--; |
refcount | 741 | drivers/char/stallion.c | portp->refcount++; |
refcount | 769 | drivers/char/stallion.c | if (portp->refcount-- > 1) { |
refcount | 774 | drivers/char/stallion.c | portp->refcount = 0; |
refcount | 1423 | drivers/char/stallion.c | portp->refcount = 0; |
refcount | 3144 | drivers/char/stallion.c | stl_serial.refcount = &stl_refcount; |
refcount | 901 | drivers/char/tty_io.c | (*driver->refcount)++; |
refcount | 934 | drivers/char/tty_io.c | (*driver->other->refcount)++; |
refcount | 1143 | drivers/char/tty_io.c | (*tty->driver.refcount)--; |
refcount | 1148 | drivers/char/tty_io.c | (*o_tty->driver.refcount)--; |
refcount | 1757 | drivers/char/tty_io.c | if (*driver->refcount) |
refcount | 1149 | drivers/isdn/isdn_tty.c | m->tty_modem.refcount = &m->refcount; |
refcount | 1934 | drivers/sbus/char/sunserial.c | serial_driver.refcount = &serial_refcount; |
refcount | 430 | include/linux/isdn.h | int refcount; /* Number of opens */ |
refcount | 63 | include/linux/istallion.h | int refcount; |
refcount | 82 | include/linux/stallion.h | int refcount; |
refcount | 110 | include/linux/tty_driver.h | int *refcount; /* for loadable tty drivers */ |