Searched refs:dt_lastswitch (Results 1 – 3 of 3) sorted by relevance
42 { DTRACEOPT_SWITCHRATE, offsetof(dtrace_hdl_t, dt_lastswitch) },287 dtp->dt_lastswitch = 0; in dtrace_work()
346 hrtime_t dt_lastswitch; /* last switch of buffer data */ member
3212 if (dtp->dt_lastswitch != 0) {3213 if (now - dtp->dt_lastswitch < interval)3216 dtp->dt_lastswitch += interval;3218 dtp->dt_lastswitch = now;