taglinefilesource code
refcnt47net/unix/proc.cif (unix_datas[i].refcnt>0) {
refcnt49net/unix/proc.cunix_datas[i].refcnt,
refcnt241net/unix/sock.cif (upd->refcnt > 0 && upd->socket &&
refcnt257net/unix/sock.cif (!upd->refcnt) {
refcnt258net/unix/sock.cupd->refcnt = -1;  /* unix domain socket not yet initialised - bgm */
refcnt282net/unix/sock.c++upd->refcnt;
refcnt283net/unix/sock.cdprintf(1, "UNIX: data_ref: refing data 0x%x(%d)\n", upd, upd->refcnt);
refcnt294net/unix/sock.cif (upd->refcnt == 1) {
refcnt302net/unix/sock.c--upd->refcnt;
refcnt332net/unix/sock.cupd->refcnt = 1;  /* Now its complete - bgm */
refcnt947net/unix/sock.cupd->refcnt = 0;
refcnt32net/unix/unix.hint    refcnt;    /* cnt of reference 0=free  */