Home
last modified time | relevance | path

Searched refs:dt_lastswitch (Results 1 – 3 of 3) sorted by relevance

/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_work.c42 { DTRACEOPT_SWITCHRATE, offsetof(dtrace_hdl_t, dt_lastswitch) },
287 dtp->dt_lastswitch = 0; in dtrace_work()
HDdt_impl.h346 hrtime_t dt_lastswitch; /* last switch of buffer data */ member
HDdt_consume.c3212 if (dtp->dt_lastswitch != 0) {
3213 if (now - dtp->dt_lastswitch < interval)
3216 dtp->dt_lastswitch += interval;
3218 dtp->dt_lastswitch = now;