Searched refs:ntp (Results 1 – 11 of 11) sorted by relevance
424 u16 ntp = cq->next_to_post; in idpf_ctlq_post_rx_buffs() local426 u16 tbp = ntp + 1; in idpf_ctlq_post_rx_buffs()445 while (ntp != cq->next_to_clean) { in idpf_ctlq_post_rx_buffs()446 desc = IDPF_CTLQ_DESC(cq, ntp); in idpf_ctlq_post_rx_buffs()448 if (cq->bi.rx_buff[ntp]) in idpf_ctlq_post_rx_buffs()456 tbp = ntp + 1; in idpf_ctlq_post_rx_buffs()464 cq->bi.rx_buff[ntp] = in idpf_ctlq_post_rx_buffs()484 cq->bi.rx_buff[ntp] = buffs[i]; in idpf_ctlq_post_rx_buffs()496 desc->datalen = cpu_to_le16(cq->bi.rx_buff[ntp]->size); in idpf_ctlq_post_rx_buffs()498 cpu_to_le32(upper_32_bits(cq->bi.rx_buff[ntp]->pa)); in idpf_ctlq_post_rx_buffs()[all …]
92 struct xfs_trans *ntp; in xfs_trans_dup() local96 ntp = kmem_cache_zalloc(xfs_trans_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_dup()101 ntp->t_magic = XFS_TRANS_HEADER_MAGIC; in xfs_trans_dup()102 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup()103 INIT_LIST_HEAD(&ntp->t_items); in xfs_trans_dup()104 INIT_LIST_HEAD(&ntp->t_busy); in xfs_trans_dup()105 INIT_LIST_HEAD(&ntp->t_dfops); in xfs_trans_dup()106 ntp->t_highest_agno = NULLAGNUMBER; in xfs_trans_dup()111 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()117 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()[all …]
77 struct xfs_trans *ntp) in xfs_trans_dup_dqinfo() argument87 xfs_trans_alloc_dqinfo(ntp); in xfs_trans_dup_dqinfo()91 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
3 obj-y += timekeeping.o ntp.o clocksource.o jiffies.o timer_list.o
2370 u32 ntp = rx_ring->next_to_process + 1; in i40e_inc_ntp() local2372 ntp = (ntp < rx_ring->count) ? ntp : 0; in i40e_inc_ntp()2373 rx_ring->next_to_process = ntp; in i40e_inc_ntp()2374 prefetch(I40E_RX_DESC(rx_ring, ntp)); in i40e_inc_ntp()2455 u16 ntp = rx_ring->next_to_process; in i40e_clean_rx_irq() local2471 rx_desc = I40E_RX_DESC(rx_ring, ntp); in i40e_clean_rx_irq()2490 rx_buffer = i40e_rx_bi(rx_ring, ntp); in i40e_clean_rx_irq()2496 if (rx_ring->next_to_clean == ntp) { in i40e_clean_rx_irq()
80 correct date/time! It is therefore advisable to use a program like ntp-date
1324 const struct audit_ntp_data *ntp = &context->time.ntp_data; in audit_log_time() local1338 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()
93 don't synchronize the kernel time with an external source (via ntp or
104 … <ftp://ftp.de.kernel.org/pub/linux/daemons/ntp/PPS/>
101 ntp = xfs_trans_dup(tp);103 xfs_trans_reserve(ntp);
23318 F: kernel/time/ntp*