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()
2910 if (dtp->dt_lastswitch != 0) {2911 if (now - dtp->dt_lastswitch < interval)2914 dtp->dt_lastswitch += interval;2916 dtp->dt_lastswitch = now;
346 hrtime_t dt_lastswitch; /* last switch of buffer data */ member