Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 22 of 22) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dtime.c168 uint64_t seconds, nsec; in wallclock_time() local
173 seconds = NOW() + SECONDS(wc_sec) + wc_nsec; in wallclock_time()
174 nsec = do_div(seconds, 1000000000); in wallclock_time()
179 return gmtime(seconds); in wallclock_time()
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Doxenstored.conf.in23 # one point is issued after each conflict-max-history-seconds, so this
25 conflict-max-history-seconds = 0.05
70 # Define the interval in seconds, set to negative to disable.
A Dxenstored.ml95 ("conflict-max-history-seconds", Config.Set_float Define.conflict_max_history_seconds);
404 info "Transaction conflict statistics for last %F seconds:" (now -. !last_stat_time);
428 debug "periodic_ops took %F seconds." elapsed;
/xen-4.10.0-shim-comet/tools/pygrub/examples/
A Dalpine-linux-2.3.2.extlinux5 MENU AUTOBOOT Alpine will be booted automatically in # seconds.
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dtapdisk-server.c139 tapdisk_server_set_max_timeout(int seconds) in tapdisk_server_set_max_timeout() argument
141 scheduler_set_max_timeout(&server.scheduler, seconds); in tapdisk_server_set_max_timeout()
/xen-4.10.0-shim-comet/tools/console/client/
A Dmain.c99 static int get_pty_fd(struct xs_handle *xs, char *path, int seconds) in get_pty_fd() argument
113 tv.tv_sec = (start + seconds) - now; in get_pty_fd()
130 } while (pty_fd == -1 && (now = time(NULL)) < start + seconds); in get_pty_fd()
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstored_domain.c841 long seconds = now.sec - domain->wrl_timestamp.sec; in wrl_credit_update() local
847 seconds = MIN(seconds, 1000*1000); /* arbitrary, prevents overflow */ in wrl_credit_update()
848 msec = seconds * 1000 + milliseconds; in wrl_credit_update()
/xen-4.10.0-shim-comet/docs/man/
A Dxentop.pod.130 seconds between updates (default 3)
A Dxl.conf.pod.5163 instead of taking seconds/minutes (depending on the size of the guest)
A Dxen-tscmode.pod.7249 then restored 30 seconds later, TSC is only guaranteed to be greater
A Dxl.cfg.pod.5.in1901 Set the real time clock offset in seconds. No offset (0) by default.
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/
A Dxs.ml79 (* Just in case we screw up: poll the callback every couple of seconds rather
81 let max_blocking_time = 5. (* seconds *)
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dvideo.S875 # Read the cmos clock. Return the seconds in al
880 movb %dh, %al # %dh contains the seconds
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtime.c902 unsigned int seconds = 60; in get_cmos_time() local
949 if ( seconds < 60 ) in get_cmos_time()
951 if ( rtc.sec != seconds ) in get_cmos_time()
958 seconds = rtc.sec; in get_cmos_time()
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in123 # for every of these xm commands and time it out after the number of seconds
/xen-4.10.0-shim-comet/docs/misc/
A Dxenmon.txt12 part of the display shows data measured over 10 seconds. Other measurement
A Dxenstore-paths.markdown570 The guest's virtual time offset from UTC in seconds.
A Dxen-command-line.markdown1339 seconds.
1867 Set the NMI watchdog timeout in seconds. Specifying `0` will turn off
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D10graphics.diff324 * if a seconds value can be read, read it and return it (BCD),
738 " seconds. The option --lines specifies the maximum number of lines."
2058 - grub_printf ("The highlighted entry will be booted automatically in %d seconds. ",
2060 + grub_printf (" The highlighted entry will be booted automatically in %d seconds. ",
A D60ext4.diff63 + __u16 s_mmp_interval; /* # seconds to wait MMP checking */
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Drombios.c9408 ;; ticks = (BcdToBin(seconds) * 18.206507) +
9413 ;; ticks = (BcdToBin(seconds) * 18206507) / 1000000 +
9419 ;; get CMOS seconds
9423 in al, #0x71 ;; AL has CMOS seconds in BCD
9424 call BcdToBin ;; EAX now has seconds in binary
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxenalyze.c2295 double percent, seconds; in print_cycle_percent_summary() local
2299 seconds = ((double)s->cycles) / opt.cpu_hz; in print_cycle_percent_summary()
2316 seconds, in print_cycle_percent_summary()
2322 seconds, in print_cycle_percent_summary()

Completed in 94 milliseconds