Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/utilities/
H A Dvmbus_timesync.c88 static int vmbus_ts_ignore_sync = 0; variable
90 &vmbus_ts_ignore_sync, 0, "Ignore the sync request.");
119 if ((tsflags & VMBUS_ICMSG_TS_FLAG_SYNC) && !vmbus_ts_ignore_sync) { in vmbus_timesync()