Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Ddtrace_impl.h1329 uint32_t dtst_refcount; member
/xnu-11417.140.69/bsd/dev/dtrace/
H A Ddtrace.c8058 ASSERT(s->dtst_refcount != UINT32_MAX); in dtrace_strref()
8059 s->dtst_refcount++; in dtrace_strref()
8064 s->dtst_refcount = 1; in dtrace_strref()
8086 ASSERT(s->dtst_refcount != 0); in dtrace_strunref()
8087 s->dtst_refcount--; in dtrace_strunref()
8088 if (s->dtst_refcount == 0) { in dtrace_strunref()