Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c84 fp->ctf_dtoldid = 0; in ctf_create()
546 nfp->ctf_dtoldid = fp->ctf_dtnextid - 1; in ctf_update()
691 if (LCTF_TYPE_TO_INDEX(fp, dtd->dtd_type) <= fp->ctf_dtoldid) in ctf_discard()
697 fp->ctf_dtnextid = fp->ctf_dtoldid + 1; in ctf_discard()
1487 dst_fp->ctf_dtoldid; dtd = ctf_list_prev(dtd)) { in ctf_add_type()
H A Dctf_impl.h224 ulong_t ctf_dtoldid; /* oldest id that has been committed */ member