Home
last modified time | relevance | path

Searched refs:SECONDS (Results 1 – 11 of 11) sorted by relevance

/xen/xen/common/
A Dtime.c133 x = SECONDS(secs) + nsecs - system_time_base; in do_settime()
157 return (SECONDS(wc_sec + d->time_offset.seconds) + wc_nsec + NOW()) in get_localtime_us()
173 seconds = NOW() + SECONDS(wc_sec) + wc_nsec; in wallclock_time()
/xen/docs/man/
A Dxentop.1.pod7 B<xentop> [B<-h>] [B<-V>] [B<-d>SECONDS] [B<-n>] [B<-r>] [B<-v>] [B<-f>]
28 =item B<-d>, B<--delay>=I<SECONDS>
A Dxl.cfg.5.pod.in2166 =item B<rtc_timeoffset=SECONDS>
/xen/xen/arch/arm/
A Dplatform_hypercall.c56 op->u.settime64.system_time + SECONDS(d->time_offset.seconds)); in do_platform_op()
A Dtime.c59 return muldiv64(ticks, SECONDS(1), 1000 * cpu_khz); in ticks_to_ns()
64 return muldiv64(ns, 1000 * cpu_khz, SECONDS(1)); in ns_to_ticks()
/xen/xen/include/xen/
A Dtime.h56 #define SECONDS(_s) ((s_time_t)((_s) * 1000000000ULL)) macro
/xen/xen/arch/x86/
A Dplatform_hypercall.c141 + SECONDS(boot_random) - boot_random; in resource_access()
A Dtime.c1073 t1 <= SECONDS(1) ); in get_cmos_time()
1086 t1 > SECONDS(1) || t2 >= MILLISECS(3) || in get_cmos_time()
/xen/xen/common/sched/
A Dcore.c1502 set_timer(&d->watchdog_timer[id], NOW() + SECONDS(timeout)); in domain_watchdog()
1523 set_timer(&d->watchdog_timer[id], NOW() + SECONDS(timeout)); in domain_watchdog()
/xen/docs/misc/
A Dxenstore-paths.pandoc597 The time which the guest was started in SECONDS.MICROSECONDS format
/xen/xen/arch/x86/mm/shadow/
A Dcommon.c3323 if ( dirty_vram->last_dirty + SECONDS(2) < NOW() ) in shadow_track_dirty_vram()

Completed in 35 milliseconds