Lines Matching refs:wrk
184 struct adj_time_work *wrk; in hv_set_host_time() local
189 wrk = container_of(work, struct adj_time_work, work); in hv_set_host_time()
191 newtime = wrk->host_time; in hv_set_host_time()
203 newtime += (current_tick - wrk->ref_time); in hv_set_host_time()
224 static struct adj_time_work wrk; variable
233 if (work_pending(&wrk.work)) in adj_guesttime()
236 wrk.host_time = hosttime; in adj_guesttime()
237 wrk.ref_time = reftime; in adj_guesttime()
238 wrk.flags = flags; in adj_guesttime()
240 schedule_work(&wrk.work); in adj_guesttime()
472 INIT_WORK(&wrk.work, hv_set_host_time); in hv_timesync_init()
478 cancel_work_sync(&wrk.work); in hv_timesync_deinit()