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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_work.c42 { DTRACEOPT_SWITCHRATE, offsetof(dtrace_hdl_t, dt_lastswitch) },
287 dtp->dt_lastswitch = 0;
H A Ddt_consume.c2910 if (dtp->dt_lastswitch != 0) {
2911 if (now - dtp->dt_lastswitch < interval)
2914 dtp->dt_lastswitch += interval;
2916 dtp->dt_lastswitch = now;
H A Ddt_impl.h346 hrtime_t dt_lastswitch; /* last switch of buffer data */ member in struct:dtrace_hdl

Completed in 103 milliseconds