Searched refs:xmit_lock_owner (Results 1 – 2 of 2) sorted by relevance
710 int xmit_lock_owner; member4783 WRITE_ONCE(txq->xmit_lock_owner, cpu); in __netif_tx_lock()4801 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id()); in __netif_tx_lock_bh()4810 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id()); in __netif_tx_trylock()4818 WRITE_ONCE(txq->xmit_lock_owner, -1); in __netif_tx_unlock()4825 WRITE_ONCE(txq->xmit_lock_owner, -1); in __netif_tx_unlock_bh()4923 return READ_ONCE(txq->xmit_lock_owner) == cpu; in netif_tx_owned()
11187 queue->xmit_lock_owner = -1; in netdev_init_one_queue()