Searched refs:xmit_lock_owner (Results 1 – 3 of 3) sorted by relevance
708 int xmit_lock_owner; member4712 WRITE_ONCE(txq->xmit_lock_owner, cpu); in __netif_tx_lock()4730 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id()); in __netif_tx_lock_bh()4739 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id()); in __netif_tx_trylock()4747 WRITE_ONCE(txq->xmit_lock_owner, -1); in __netif_tx_unlock()4754 WRITE_ONCE(txq->xmit_lock_owner, -1); in __netif_tx_unlock_bh()
135 if (READ_ONCE(txq->xmit_lock_owner) == smp_processor_id()) in netif_local_xmit_active()
4820 if (READ_ONCE(txq->xmit_lock_owner) != cpu) { in __dev_queue_xmit()11181 queue->xmit_lock_owner = -1; in netdev_init_one_queue()