Lines Matching refs:ctf_refcnt
1657 fp->ctf_refcnt = 1; in ctf_bufopen_internal()
1704 fp->ctf_refcnt = 1; in ctf_bufopen_internal()
1722 fp->ctf_refcnt++; in ctf_ref()
1741 ctf_dprintf ("ctf_dict_close(%p) refcnt=%u\n", (void *) fp, fp->ctf_refcnt); in ctf_dict_close()
1743 if (fp->ctf_refcnt > 1) in ctf_dict_close()
1745 fp->ctf_refcnt--; in ctf_dict_close()
1752 if (fp->ctf_refcnt == 0) in ctf_dict_close()
1755 fp->ctf_refcnt--; in ctf_dict_close()
1971 if (fp == NULL || fp == pfp || (pfp != NULL && pfp->ctf_refcnt == 0)) in ctf_import()
1995 pfp->ctf_refcnt++; in ctf_import()
2010 if (fp == NULL || fp == pfp || (pfp != NULL && pfp->ctf_refcnt == 0)) in ctf_import_unref()