Home
last modified time | relevance | path

Searched refs:ntp (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/fs/xfs/
A Dxfs_trans.c91 struct xfs_trans *ntp; in xfs_trans_dup() local
100 ntp->t_magic = XFS_TRANS_HEADER_MAGIC; in xfs_trans_dup()
101 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup()
102 INIT_LIST_HEAD(&ntp->t_items); in xfs_trans_dup()
103 INIT_LIST_HEAD(&ntp->t_busy); in xfs_trans_dup()
104 INIT_LIST_HEAD(&ntp->t_dfops); in xfs_trans_dup()
105 ntp->t_highest_agno = NULLAGNUMBER; in xfs_trans_dup()
125 xfs_trans_switch_context(tp, ntp); in xfs_trans_dup()
128 xfs_defer_move(ntp, tp); in xfs_trans_dup()
130 xfs_trans_dup_dqinfo(tp, ntp); in xfs_trans_dup()
[all …]
A Dxfs_trans_dquot.c76 struct xfs_trans *ntp) in xfs_trans_dup_dqinfo() argument
86 xfs_trans_alloc_dqinfo(ntp); in xfs_trans_dup_dqinfo()
90 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
/linux-6.3-rc2/kernel/time/
A DMakefile3 obj-y += timekeeping.o ntp.o clocksource.o jiffies.o timer_list.o
/linux-6.3-rc2/Documentation/power/
A Ds2ram.rst80 correct date/time! It is therefore advisable to use a program like ntp-date
/linux-6.3-rc2/Documentation/devicetree/bindings/hwmon/
A Dntc-thermistor.yaml79 # Deprecated "ntp," compatible strings
/linux-6.3-rc2/kernel/
A Dauditsc.c1320 const struct audit_ntp_data *ntp = &context->time.ntp_data; in audit_log_time() local
1334 if (ntp->vals[type].newval != ntp->vals[type].oldval) { in audit_log_time()
1344 ntp->vals[type].oldval, in audit_log_time()
1345 ntp->vals[type].newval); in audit_log_time()
/linux-6.3-rc2/Documentation/admin-guide/
A Drtc.rst93 don't synchronize the kernel time with an external source (via ntp or
/linux-6.3-rc2/Documentation/userspace-api/ioctl/
A Dioctl-number.rst100 … <ftp://ftp.de.kernel.org/pub/linux/daemons/ntp/PPS/>
/linux-6.3-rc2/Documentation/filesystems/
A Dxfs-delayed-logging-design.rst101 ntp = xfs_trans_dup(tp);
103 xfs_trans_reserve(ntp);
/linux-6.3-rc2/
A DMAINTAINERS21038 F: kernel/time/ntp.c

Completed in 41 milliseconds