Lines Matching refs:ctf_refcnt
1656 fp->ctf_refcnt = 1; in ctf_bufopen_internal()
1703 fp->ctf_refcnt = 1; in ctf_bufopen_internal()
1721 fp->ctf_refcnt++; in ctf_ref()
1740 ctf_dprintf ("ctf_dict_close(%p) refcnt=%u\n", (void *) fp, fp->ctf_refcnt); in ctf_dict_close()
1742 if (fp->ctf_refcnt > 1) in ctf_dict_close()
1744 fp->ctf_refcnt--; in ctf_dict_close()
1751 if (fp->ctf_refcnt == 0) in ctf_dict_close()
1754 fp->ctf_refcnt--; in ctf_dict_close()
1970 if (fp == NULL || fp == pfp || (pfp != NULL && pfp->ctf_refcnt == 0)) in ctf_import()
1994 pfp->ctf_refcnt++; in ctf_import()
2009 if (fp == NULL || fp == pfp || (pfp != NULL && pfp->ctf_refcnt == 0)) in ctf_import_unref()