Home
last modified time | relevance | path

Searched refs:dtdda_drops (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c327 drop.dtdda_drops = howmany; in dt_handle_cpudrop()
348 tv.tv_sec, tv.tv_usec, (uintmax_t)drop.dtdda_drops, in dt_handle_cpudrop()
453 drop.dtdda_drops = nval - oval; in dt_handle_status()
460 tv.tv_sec, tv.tv_usec, (uintmax_t)drop.dtdda_drops, in dt_handle_status()
H A Ddtrace.h323 uint64_t dtdda_drops; /* number of drops */ member