Home
last modified time | relevance | path

Searched refs:ctf_dtoldid (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_impl.h234 ulong_t ctf_dtoldid; /* oldest id that has been committed */ member
H A Dctf_create.c94 fp->ctf_dtoldid = 0; in ctf_create()
136 fp->ctf_dtoldid = 0; in ctf_fdcreate()
684 nfp->ctf_dtoldid = fp->ctf_dtnextid - 1; in ctf_update()
941 if (dtd->dtd_type <= fp->ctf_dtoldid) in ctf_discard()
947 fp->ctf_dtnextid = fp->ctf_dtoldid + 1; in ctf_discard()
1782 dtd->dtd_type > dst_fp->ctf_dtoldid; in ctf_add_type()