taglinefilesource code
refcnt22include/linux/serial.hint    refcnt;    /* How many devices are depending on */
refcnt668kernel/chr_drv/serial.cif (--ISR->refcnt == 0) {
refcnt1047kernel/chr_drv/serial.cif (!ISR->refcnt++) {
refcnt1253kernel/chr_drv/serial.cinfo->ISR->refcnt = 0;
refcnt72lib/malloc.cunsigned short    refcnt;
refcnt209lib/malloc.cbdesc->refcnt = 0;
refcnt246lib/malloc.cbdesc->refcnt++;
refcnt297lib/malloc.cbdesc->refcnt--;
refcnt298lib/malloc.cif (bdesc->refcnt == 0) {
refcnt18net/unix.cint refcnt;      /* cnt of reference 0=free */
refcnt214net/unix.cif (upd->refcnt && upd->socket &&
refcnt232net/unix.cif (!upd->refcnt) {
refcnt233net/unix.cupd->refcnt = 1;
refcnt251net/unix.c++upd->refcnt;
refcnt252net/unix.cPRINTK("unix_data_ref: refing data 0x%x (%d)\n", upd, upd->refcnt);
refcnt258net/unix.cif (upd->refcnt == 1) {
refcnt266net/unix.c--upd->refcnt;
refcnt773net/unix.cupd->refcnt = 0;