Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
Dxfs_trans.c91 struct xfs_trans *ntp; in xfs_trans_dup() local
95 ntp = kmem_cache_zalloc(xfs_trans_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_dup()
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()
110 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()
116 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()
[all …]
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.6.21/kernel/time/
DMakefile3 obj-y += timekeeping.o ntp.o clocksource.o jiffies.o timer_list.o
/linux-6.6.21/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c2421 u32 ntp = rx_ring->next_to_process + 1; in i40e_inc_ntp() local
2423 ntp = (ntp < rx_ring->count) ? ntp : 0; in i40e_inc_ntp()
2424 rx_ring->next_to_process = ntp; in i40e_inc_ntp()
2425 prefetch(I40E_RX_DESC(rx_ring, ntp)); in i40e_inc_ntp()
2506 u16 ntp = rx_ring->next_to_process; in i40e_clean_rx_irq() local
2522 rx_desc = I40E_RX_DESC(rx_ring, ntp); in i40e_clean_rx_irq()
2541 rx_buffer = i40e_rx_bi(rx_ring, ntp); in i40e_clean_rx_irq()
2547 if (rx_ring->next_to_clean == ntp) { in i40e_clean_rx_irq()
/linux-6.6.21/Documentation/power/
Ds2ram.rst80 correct date/time! It is therefore advisable to use a program like ntp-date
/linux-6.6.21/Documentation/devicetree/bindings/hwmon/
Dntc-thermistor.yaml79 # Deprecated "ntp," compatible strings
/linux-6.6.21/kernel/
Dauditsc.c1324 const struct audit_ntp_data *ntp = &context->time.ntp_data; in audit_log_time() local
1338 if (ntp->vals[type].newval != ntp->vals[type].oldval) { in audit_log_time()
1348 ntp->vals[type].oldval, in audit_log_time()
1349 ntp->vals[type].newval); in audit_log_time()
/linux-6.6.21/Documentation/admin-guide/
Drtc.rst93 don't synchronize the kernel time with an external source (via ntp or
/linux-6.6.21/Documentation/userspace-api/ioctl/
Dioctl-number.rst100 … <ftp://ftp.de.kernel.org/pub/linux/daemons/ntp/PPS/>
/linux-6.6.21/Documentation/filesystems/
Dxfs-delayed-logging-design.rst101 ntp = xfs_trans_dup(tp);
103 xfs_trans_reserve(ntp);
/linux-6.6.21/
DMAINTAINERS21674 F: kernel/time/ntp.c