Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dvm_pageout.c1116 hrtime_t sample_start, sample_end; in pageout_scanner() local
1234 sample_start = gethrtime(); in pageout_scanner()
1260 pageout_cycle_nsec = gethrtime() - sample_start; in pageout_scanner()
1343 pageout_sample_add(pcount, sample_end - sample_start); in pageout_scanner()