Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hyperv/utilities/
H A Dvmbus_timesync.c97 static int vmbus_ts_sample_thresh = 100; variable
99 &vmbus_ts_sample_thresh, 0,
136 vmbus_ts_sample_thresh >= 0) { in vmbus_timesync()
152 if (diff > vmbus_ts_sample_thresh) { in vmbus_timesync()