Home
last modified time | relevance | path

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

/include/linux/
Dnetdevice.h681 unsigned long trans_start; member
3376 WRITE_ONCE(dev_queue->trans_start, jiffies); in netif_tx_stop_queue()
3508 WRITE_ONCE(dev_queue->trans_start, jiffies); in netdev_tx_sent_queue()
4472 WRITE_ONCE(txq->trans_start, jiffies); in txq_trans_update()
4479 if (READ_ONCE(txq->trans_start) != now) in txq_trans_cond_update()
4480 WRITE_ONCE(txq->trans_start, now); in txq_trans_cond_update()