Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dmevent_test.c70 uint64_t tevbuf[TEVSZ]; variable
94 diff = (tevbuf[j] - tevbuf[j-1]) * 1000000 / tsc_freq; in timer_print()
96 diff = (tevbuf[j] - tevbuf[j-1]) / 1000; in timer_print()
118 tevbuf[i++] = rdtsc(); in timer_callback()
120 tevbuf[i++] = gethrtime(); in timer_callback()