Searched refs:ntp (Results 1 - 15 of 15) sorted by relevance

/linux-4.1.27/arch/m68k/include/asm/
H A Dtimex.h12 * to make ntp work best. For Coldfires, that's the main clock.
/linux-4.1.27/kernel/time/
H A DMakefile2 obj-y += timekeeping.o ntp.o clocksource.o jiffies.o timer_list.o
H A Djiffies.c47 * amount, and give ntp adjustments in units of 1/2^8
H A Dtimekeeping.c1097 * Returns the raw monotonic time (completely un-modified by ntp)
/linux-4.1.27/include/linux/
H A Dtimekeeper_internal.h59 * @ntp_error: Difference between accumulated time and NTP time in ntp
62 * ntp shifted nano seconds.
102 /* Difference between accumulated time and NTP time in ntp
H A Dtimex.h86 * second. Changing this value changes the stiffness of the ntp
94 * https://lists.ntp.org/pipermail/hackers/2008-January/003487.html
/linux-4.1.27/fs/xfs/
H A Dxfs_trans.c120 xfs_trans_t *ntp; xfs_trans_dup() local
122 ntp = kmem_zone_zalloc(xfs_trans_zone, KM_SLEEP); xfs_trans_dup()
127 ntp->t_magic = XFS_TRANS_HEADER_MAGIC; xfs_trans_dup()
128 ntp->t_type = tp->t_type; xfs_trans_dup()
129 ntp->t_mountp = tp->t_mountp; xfs_trans_dup()
130 INIT_LIST_HEAD(&ntp->t_items); xfs_trans_dup()
131 INIT_LIST_HEAD(&ntp->t_busy); xfs_trans_dup()
136 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | xfs_trans_dup()
141 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); xfs_trans_dup()
142 ntp->t_blk_res = tp->t_blk_res - tp->t_blk_res_used; xfs_trans_dup()
144 ntp->t_rtx_res = tp->t_rtx_res - tp->t_rtx_res_used; xfs_trans_dup()
146 ntp->t_pflags = tp->t_pflags; xfs_trans_dup()
148 xfs_trans_dup_dqinfo(tp, ntp); xfs_trans_dup()
151 return ntp; xfs_trans_dup()
H A Dxfs_bmap_util.c81 xfs_trans_t *ntp; /* new transaction pointer */ xfs_bmap_finish() local
88 ntp = *tp; xfs_bmap_finish()
89 efi = xfs_trans_get_efi(ntp, flist->xbf_count); xfs_bmap_finish()
91 xfs_trans_log_efi_extent(ntp, efi, free->xbfi_startblock, xfs_bmap_finish()
94 tres.tr_logres = ntp->t_log_res; xfs_bmap_finish()
95 tres.tr_logcount = ntp->t_log_count; xfs_bmap_finish()
97 ntp = xfs_trans_dup(*tp); xfs_bmap_finish()
99 *tp = ntp; xfs_bmap_finish()
112 xfs_log_ticket_put(ntp->t_ticket); xfs_bmap_finish()
114 error = xfs_trans_reserve(ntp, &tres, 0, 0); xfs_bmap_finish()
117 efd = xfs_trans_get_efd(ntp, efi, flist->xbf_count); xfs_bmap_finish()
120 if ((error = xfs_free_extent(ntp, free->xbfi_startblock, xfs_bmap_finish()
130 mp = ntp->t_mountp; xfs_bmap_finish()
138 xfs_trans_log_efd_extent(ntp, efd, free->xbfi_startblock, xfs_bmap_finish()
H A Dxfs_trans_dquot.c90 xfs_trans_t *ntp) xfs_trans_dup_dqinfo()
99 xfs_trans_alloc_dqinfo(ntp); xfs_trans_dup_dqinfo()
106 ntp->t_flags |= XFS_TRANS_DQ_DIRTY; xfs_trans_dup_dqinfo()
110 nqa = ntp->t_dqinfo->dqs[j]; xfs_trans_dup_dqinfo()
88 xfs_trans_dup_dqinfo( xfs_trans_t *otp, xfs_trans_t *ntp) xfs_trans_dup_dqinfo() argument
H A Dxfs_inode.c908 xfs_trans_t *ntp; xfs_dir_ialloc() local
988 ntp = xfs_trans_dup(tp); xfs_dir_ialloc()
990 tp = ntp; xfs_dir_ialloc()
1005 *tpp = ntp; xfs_dir_ialloc()
1028 *tpp = ntp; xfs_dir_ialloc()
1558 struct xfs_trans *ntp; xfs_itruncate_extents() local
1624 ntp = xfs_trans_dup(tp); xfs_itruncate_extents()
1626 tp = ntp; xfs_itruncate_extents()
/linux-4.1.27/arch/x86/xen/
H A Dtime.c270 the Xen clocksource, because ntp can warp the kernel's clocksource.
/linux-4.1.27/drivers/char/
H A Dnvram.c97 * periodic 11 min sync from kernel/time/ntp.c vs. this driver.)
H A Drtc.c61 * kernel/time/ntp.c vs. this driver.)
/linux-4.1.27/arch/s390/kernel/
H A Dtime.c298 * Adjust the value by a multiple of jiffies and add the delta to ntp.
301 * the time difference and only the remaining part is passed to ntp.
/linux-4.1.27/arch/x86/kvm/
H A Dx86.c1724 * the rest of the vcpus to remain static. Otherwise ntp frequency

Completed in 453 milliseconds