host_ts           205 drivers/hv/hv_util.c } host_ts;
host_ts           213 drivers/hv/hv_util.c 	spin_lock_irqsave(&host_ts.lock, flags);
host_ts           215 drivers/hv/hv_util.c 	newtime = host_ts.host_time + (reftime - host_ts.ref_time);
host_ts           217 drivers/hv/hv_util.c 	spin_unlock_irqrestore(&host_ts.lock, flags);
host_ts           251 drivers/hv/hv_util.c 	spin_lock_irqsave(&host_ts.lock, flags);
host_ts           254 drivers/hv/hv_util.c 	host_ts.host_time = hosttime;
host_ts           255 drivers/hv/hv_util.c 	host_ts.ref_time = cur_reftime;
host_ts           264 drivers/hv/hv_util.c 	host_ts.host_time += (cur_reftime - reftime);
host_ts           266 drivers/hv/hv_util.c 	spin_unlock_irqrestore(&host_ts.lock, flags);
host_ts           529 drivers/hv/hv_util.c 	spin_lock_init(&host_ts.lock);