Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq.c426 u16 ntp = cq->next_to_post; in idpf_ctlq_post_rx_buffs() local
428 u16 tbp = ntp + 1; in idpf_ctlq_post_rx_buffs()
447 while (ntp != cq->next_to_clean) { in idpf_ctlq_post_rx_buffs()
448 desc = IDPF_CTLQ_DESC(cq, ntp); in idpf_ctlq_post_rx_buffs()
450 if (cq->bi.rx_buff[ntp]) in idpf_ctlq_post_rx_buffs()
458 tbp = ntp + 1; in idpf_ctlq_post_rx_buffs()
466 cq->bi.rx_buff[ntp] = in idpf_ctlq_post_rx_buffs()
486 cq->bi.rx_buff[ntp] = buffs[i]; in idpf_ctlq_post_rx_buffs()
498 desc->datalen = cpu_to_le16(cq->bi.rx_buff[ntp]->size); in idpf_ctlq_post_rx_buffs()
500 cpu_to_le32(upper_32_bits(cq->bi.rx_buff[ntp]->pa)); in idpf_ctlq_post_rx_buffs()
[all …]
/linux/fs/xfs/
H A Dxfs_trans.c94 struct xfs_trans *ntp; in xfs_trans_dup() local
98 ntp = kmem_cache_zalloc(xfs_trans_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_dup()
103 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup()
104 INIT_LIST_HEAD(&ntp->t_items); in xfs_trans_dup()
105 INIT_LIST_HEAD(&ntp->t_busy); in xfs_trans_dup()
106 INIT_LIST_HEAD(&ntp->t_dfops); in xfs_trans_dup()
107 ntp->t_highest_agno = NULLAGNUMBER; in xfs_trans_dup()
112 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()
118 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()
121 ntp->t_blk_res = tp->t_blk_res - tp->t_blk_res_used; in xfs_trans_dup()
[all …]
/linux/kernel/time/
H A DMakefile9 obj-y += timekeeping.o ntp.o clocksource.o jiffies.o timer_list.o
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c2367 u32 ntp = rx_ring->next_to_process + 1; in i40e_inc_ntp() local
2369 ntp = (ntp < rx_ring->count) ? ntp : 0; in i40e_inc_ntp()
2370 rx_ring->next_to_process = ntp; in i40e_inc_ntp()
2371 prefetch(I40E_RX_DESC(rx_ring, ntp)); in i40e_inc_ntp()
2452 u16 ntp = rx_ring->next_to_process; in i40e_clean_rx_irq() local
2468 rx_desc = I40E_RX_DESC(rx_ring, ntp); in i40e_clean_rx_irq()
2487 rx_buffer = i40e_rx_bi(rx_ring, ntp); in i40e_clean_rx_irq()
2493 if (rx_ring->next_to_clean == ntp) { in i40e_clean_rx_irq()
/linux/Documentation/power/
H A Ds2ram.rst80 correct date/time! It is therefore advisable to use a program like ntp-date
/linux/kernel/
H A Dauditsc.c1319 const struct audit_ntp_data *ntp = &context->time.ntp_data; in audit_log_time() local
1333 if (ntp->vals[type].newval != ntp->vals[type].oldval) { in audit_log_time()
1343 ntp->vals[type].oldval, in audit_log_time()
1344 ntp->vals[type].newval); in audit_log_time()
/linux/Documentation/admin-guide/
H A Drtc.rst93 don't synchronize the kernel time with an external source (via ntp or
/linux/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst109 … <ftp://ftp.de.kernel.org/pub/linux/daemons/ntp/PPS/>
/linux/
H A DMAINTAINERS26295 F: kernel/time/ntp*