Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Ddelay.h16 static inline void ndelay(unsigned long nsec) in ndelay() argument
18 udelay(DIV_ROUND_UP(nsec, 1000)); in ndelay()
/openbmc/qemu/hw/i386/kvm/
H A Dclock.c75 uint64_t nsec; in kvmclock_current_nsec() local
96 nsec = (nsec_lo >> 32) | (nsec_hi << 32); in kvmclock_current_nsec()
97 return nsec + time.system_time; in kvmclock_current_nsec()
/openbmc/qemu/hw/acpi/
H A Dich9_tco.c36 int64_t nsec = (int64_t)ticks * TCO_TICK_NSEC; in tco_timer_reload() local
38 trace_tco_timer_reload(ticks, nsec / 1000000); in tco_timer_reload()
39 tr->expire_time = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + nsec; in tco_timer_reload()
/openbmc/qemu/include/standard-headers/asm-x86/
H A Dkvm_para.h77 int64_t nsec; member
/openbmc/u-boot/fs/btrfs/
H A Dconv-funcs.h138 DEFINE_CONV(btrfs_timespec, sec, nsec)
H A Dbtrfs_tree.h536 __u32 nsec; member
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py831 nsec = 1
833 nsec = 5
834 draw_sec_labels (ctx, options, chart_rect, sec_w, nsec)
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch789 - __u32 i_ctime_extra; /* extra Change time (nsec << 2 | epoch) */
790 - __u32 i_mtime_extra; /* extra Modification time (nsec << 2 | epoch) */
791 - __u32 i_atime_extra; /* extra Access time (nsec << 2 | epoch) */
793 - __u32 i_crtime_extra; /* extra File creation time (nsec << 2 | epoch)*/