Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h622 int xmit_lock_owner; member
4272 WRITE_ONCE(txq->xmit_lock_owner, cpu); in __netif_tx_lock()
4290 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id()); in __netif_tx_lock_bh()
4299 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id()); in __netif_tx_trylock()
4307 WRITE_ONCE(txq->xmit_lock_owner, -1); in __netif_tx_unlock()
4314 WRITE_ONCE(txq->xmit_lock_owner, -1); in __netif_tx_unlock_bh()
4320 if (txq->xmit_lock_owner != -1) in txq_trans_update()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c4163 if (READ_ONCE(txq->xmit_lock_owner) != cpu) { in __dev_queue_xmit()
9852 queue->xmit_lock_owner = -1; in netdev_init_one_queue()