current_tick       57 drivers/clocksource/hyperv_timer.c 	u64 current_tick;
current_tick       59 drivers/clocksource/hyperv_timer.c 	current_tick = hyperv_cs->read(NULL);
current_tick       60 drivers/clocksource/hyperv_timer.c 	current_tick += delta;
current_tick       61 drivers/clocksource/hyperv_timer.c 	hv_init_timer(0, current_tick);
current_tick      226 drivers/clocksource/hyperv_timer.c 	u64 current_tick = hv_read_tsc_page(&tsc_pg);
current_tick      228 drivers/clocksource/hyperv_timer.c 	if (current_tick == U64_MAX)
current_tick      229 drivers/clocksource/hyperv_timer.c 		hv_get_time_ref_count(current_tick);
current_tick      231 drivers/clocksource/hyperv_timer.c 	return current_tick;
current_tick      250 drivers/clocksource/hyperv_timer.c 	u64 current_tick;
current_tick      256 drivers/clocksource/hyperv_timer.c 	hv_get_time_ref_count(current_tick);
current_tick      257 drivers/clocksource/hyperv_timer.c 	return current_tick;