Home
last modified time | relevance | path

Searched refs:nsec (Results 1 – 15 of 15) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_sr_common_x86.c15 &tsc.nsec, &tsc.khz, &tsc.incarnation) < 0 ) in write_tsc_info()
37 tsc->nsec, tsc->khz, tsc->incarnation) ) in handle_tsc_info()
A Dxc_sr_stream_format.h122 uint64_t nsec; member
/xen-4.10.0-shim-comet/xen/common/
A Dtime.c168 uint64_t seconds, nsec; in wallclock_time() local
174 nsec = do_div(seconds, 1000000000); in wallclock_time()
177 *ns = nsec; in wallclock_time()
/xen-4.10.0-shim-comet/tools/tests/xenstore/
A Dxs-test.c67 uint64_t nsec, nsec_min, nsec_max, nsec_sum; in call_test() local
97 nsec = tp2.tv_sec * 1000000000 + tp2.tv_nsec - in call_test()
99 if ( nsec < nsec_min ) in call_test()
100 nsec_min = nsec; in call_test()
101 if ( nsec > nsec_max ) in call_test()
102 nsec_max = nsec; in call_test()
103 nsec_sum += nsec; in call_test()
/xen-4.10.0-shim-comet/xen/arch/x86/efi/
A Dmkreloc.c285 unsigned int i, nsec, width1, width2; in main() local
299 nsec = load(argv[1], &in1, &sec1, &base1, &size1, &width1); in main()
300 if ( nsec != load(argv[2], &in2, &sec2, &base2, &size2, &width2) ) in main()
327 for ( i = 0; i < nsec; ++i ) in main()
/xen-4.10.0-shim-comet/tools/python/scripts/
A Dconvert-legacy-stream151 def write_libxc_tsc_info(mode, khz, nsec, incarn): argument
154 mode, khz, nsec, incarn, 0))
434 mode, nsec, khz, incarn = unpack_exact("=IQII")
436 % (mode, nsec, khz, incarn))
437 write_libxc_tsc_info(mode, khz, nsec, incarn)
/xen-4.10.0-shim-comet/stubdom/grub/
A Dmini-os.c116 unsigned int sector, int nsec, int segment) in biosdisk() argument
129 if (sector + nsec > geometry->total_sectors) in biosdisk()
134 aiocb.aio_nbytes = (size_t)nsec * blk_info[i].sector_size; in biosdisk()
/xen-4.10.0-shim-comet/xen/drivers/char/
A Dconsole.c693 uint64_t sec, nsec; in printk_start_of_line() local
701 tm = wallclock_time(&nsec); in printk_start_of_line()
714 tm.tm_hour, tm.tm_min, tm.tm_sec, nsec / 1000000); in printk_start_of_line()
719 nsec = do_div(sec, 1000000000); in printk_start_of_line()
722 sec, nsec / 1000); in printk_start_of_line()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dhpet.c75 static inline unsigned long div_sc(unsigned long ticks, unsigned long nsec, in div_sc() argument
80 do_div(tmp, nsec); in div_sc()
89 static inline unsigned long ns2ticks(unsigned long nsec, int shift, in ns2ticks() argument
92 uint64_t tmp = ((uint64_t)nsec * factor) >> shift; in ns2ticks()
/xen-4.10.0-shim-comet/tools/python/xen/migration/
A Dlibxc.py366 mode, khz, nsec, incarn, res1 = unpack(TSC_INFO_FORMAT, content)
373 % (mode, khz, nsec, incarn))
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D60ext4.diff145 + __u32 i_ctime_extra; /* extra Change time (nsec << 2 | epoch) */
146 + __u32 i_mtime_extra; /* extra Modification time(nsec << 2 | epoch) */
147 + __u32 i_atime_extra; /* extra Access time (nsec << 2 | epoch) */
149 + __u32 i_crtime_extra; /* extra FileCreationtime (nsec << 2 | epoch) */
A D00cvs732 - int sector, int nsec, int segment)
733 + unsigned int sector, int nsec, int segment)
1083 - int sector, int nsec, int segment)
1084 + unsigned int sector, int nsec, int segment)
1252 - int sector, int nsec, int segment);
1253 + unsigned int sector, int nsec, int segment);
A D61btrfs.diff481 + __le32 nsec;
981 +BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32);
985 + nsec, 32);
/xen-4.10.0-shim-comet/docs/specs/
A Dlibxc-migration-stream.pandoc473 | nsec |
485 nsec Elapsed time, in nanoseconds.
/xen-4.10.0-shim-comet/docs/misc/
A Dxen-command-line.markdown555 2^30 nsec ~= 1 sec long window.

Completed in 73 milliseconds