Lines Matching refs:fsyscall_gtod_data
38 struct fsyscall_gtod_data_t fsyscall_gtod_data; variable
435 write_seqcount_begin(&fsyscall_gtod_data.seq); in update_vsyscall()
438 fsyscall_gtod_data.clk_mask = tk->tkr_mono.mask; in update_vsyscall()
439 fsyscall_gtod_data.clk_mult = tk->tkr_mono.mult; in update_vsyscall()
440 fsyscall_gtod_data.clk_shift = tk->tkr_mono.shift; in update_vsyscall()
441 fsyscall_gtod_data.clk_fsys_mmio = tk->tkr_mono.clock->archdata.fsys_mmio; in update_vsyscall()
442 fsyscall_gtod_data.clk_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
444 fsyscall_gtod_data.wall_time.sec = tk->xtime_sec; in update_vsyscall()
445 fsyscall_gtod_data.wall_time.snsec = tk->tkr_mono.xtime_nsec; in update_vsyscall()
447 fsyscall_gtod_data.monotonic_time.sec = tk->xtime_sec in update_vsyscall()
449 fsyscall_gtod_data.monotonic_time.snsec = tk->tkr_mono.xtime_nsec in update_vsyscall()
454 while (fsyscall_gtod_data.monotonic_time.snsec >= in update_vsyscall()
456 fsyscall_gtod_data.monotonic_time.snsec -= in update_vsyscall()
458 fsyscall_gtod_data.monotonic_time.sec++; in update_vsyscall()
461 write_seqcount_end(&fsyscall_gtod_data.seq); in update_vsyscall()