Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/sys/
H A Dtrapstat.h128 #define TSTAT_PROBE_NLAPS 10 macro
/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c533 static hrtime_t tstat_probe_before[TSTAT_PROBE_NLAPS];
534 static hrtime_t tstat_probe_after[TSTAT_PROBE_NLAPS];
812 before = trapstat_probe_laps(TSTAT_PROBE_NLAPS, tstat_probe_before); in trapstat_probe()
815 after = trapstat_probe_laps(TSTAT_PROBE_NLAPS, tstat_probe_after); in trapstat_probe()