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()
349 hrtime_t dt_lastswitch; /* last switch of buffer data */ member
4031 if (dtp->dt_lastswitch != 0) {4032 if (now - dtp->dt_lastswitch < interval)4035 dtp->dt_lastswitch += interval;4037 dtp->dt_lastswitch = now;