Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_work.c42 { DTRACEOPT_SWITCHRATE, offsetof(dtrace_hdl_t, dt_lastswitch) },
287 dtp->dt_lastswitch = 0; in dtrace_work()
H A Ddt_impl.h349 hrtime_t dt_lastswitch; /* last switch of buffer data */ member
H A Ddt_consume.c4031 if (dtp->dt_lastswitch != 0) {
4032 if (now - dtp->dt_lastswitch < interval)
4035 dtp->dt_lastswitch += interval;
4037 dtp->dt_lastswitch = now;