Searched refs:nsec (Results 1 – 8 of 8) sorted by relevance
16 static inline void ndelay(unsigned long nsec) in ndelay() argument18 udelay(DIV_ROUND_UP(nsec, 1000)); in ndelay()
75 uint64_t nsec; in kvmclock_current_nsec() local96 nsec = (nsec_lo >> 32) | (nsec_hi << 32); in kvmclock_current_nsec()97 return nsec + time.system_time; in kvmclock_current_nsec()
36 int64_t nsec = (int64_t)ticks * TCO_TICK_NSEC; in tco_timer_reload() local38 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()
77 int64_t nsec; member
138 DEFINE_CONV(btrfs_timespec, sec, nsec)
536 __u32 nsec; member
831 nsec = 1833 nsec = 5834 draw_sec_labels (ctx, options, chart_rect, sec_w, nsec)
789 - __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)*/