Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dnetdevice.h600 int xmit_lock_owner; member
3855 WRITE_ONCE(txq->xmit_lock_owner, cpu); in __netif_tx_lock()
3873 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id()); in __netif_tx_lock_bh()
3882 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id()); in __netif_tx_trylock()
3890 WRITE_ONCE(txq->xmit_lock_owner, -1); in __netif_tx_unlock()
3897 WRITE_ONCE(txq->xmit_lock_owner, -1); in __netif_tx_unlock_bh()
3903 if (txq->xmit_lock_owner != -1) in txq_trans_update()