Lines Matching refs:fsyscall_gtod_data
40 struct fsyscall_gtod_data_t fsyscall_gtod_data; variable
434 write_seqcount_begin(&fsyscall_gtod_data.seq); in update_vsyscall()
437 fsyscall_gtod_data.clk_mask = tk->tkr_mono.mask; in update_vsyscall()
438 fsyscall_gtod_data.clk_mult = tk->tkr_mono.mult; in update_vsyscall()
439 fsyscall_gtod_data.clk_shift = tk->tkr_mono.shift; in update_vsyscall()
440 fsyscall_gtod_data.clk_fsys_mmio = tk->tkr_mono.clock->archdata.fsys_mmio; in update_vsyscall()
441 fsyscall_gtod_data.clk_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
443 fsyscall_gtod_data.wall_time.sec = tk->xtime_sec; in update_vsyscall()
444 fsyscall_gtod_data.wall_time.snsec = tk->tkr_mono.xtime_nsec; in update_vsyscall()
446 fsyscall_gtod_data.monotonic_time.sec = tk->xtime_sec in update_vsyscall()
448 fsyscall_gtod_data.monotonic_time.snsec = tk->tkr_mono.xtime_nsec in update_vsyscall()
453 while (fsyscall_gtod_data.monotonic_time.snsec >= in update_vsyscall()
455 fsyscall_gtod_data.monotonic_time.snsec -= in update_vsyscall()
457 fsyscall_gtod_data.monotonic_time.sec++; in update_vsyscall()
460 write_seqcount_end(&fsyscall_gtod_data.seq); in update_vsyscall()