Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dkeyhandler.c397 u64 min_stime, max_stime, dif_stime; in read_clocks() local
441 dif_stime = max_stime - min_stime; in read_clocks()
442 if ( dif_stime > maxdif_stime ) in read_clocks()
443 maxdif_stime = dif_stime; in read_clocks()
444 sumdif_stime += dif_stime; in read_clocks()
452 maxdif_stime, sumdif_stime/count, count, dif_stime); in read_clocks()

Completed in 3 milliseconds