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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_work.c49 { DTRACEOPT_SWITCHRATE, offsetof(dtrace_hdl_t, dt_lastswitch) },
289 dtp->dt_lastswitch = 0;
H A Ddt_consume.c2237 if (dtp->dt_lastswitch != 0) {
2238 if (now - dtp->dt_lastswitch < VBDTCAST(hrtime_t)interval)
2241 dtp->dt_lastswitch += interval;
2243 dtp->dt_lastswitch = now;
H A Ddt_impl.h298 hrtime_t dt_lastswitch; /* last switch of buffer data */ member in struct:dtrace_hdl

Completed in 48 milliseconds