Searched refs:xmit_lock_owner (Results 1 – 2 of 2) sorted by relevance
620 int xmit_lock_owner; member4235 WRITE_ONCE(txq->xmit_lock_owner, cpu); in __netif_tx_lock()4253 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id()); in __netif_tx_lock_bh()4262 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id()); in __netif_tx_trylock()4270 WRITE_ONCE(txq->xmit_lock_owner, -1); in __netif_tx_unlock()4277 WRITE_ONCE(txq->xmit_lock_owner, -1); in __netif_tx_unlock_bh()4283 if (txq->xmit_lock_owner != -1) in txq_trans_update()
4158 if (READ_ONCE(txq->xmit_lock_owner) != cpu) { in __dev_queue_xmit()9847 queue->xmit_lock_owner = -1; in netdev_init_one_queue()