Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetdevice.h650 int xmit_lock_owner; member
4396 WRITE_ONCE(txq->xmit_lock_owner, cpu); in __netif_tx_lock()
4414 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id()); in __netif_tx_lock_bh()
4423 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id()); in __netif_tx_trylock()
4431 WRITE_ONCE(txq->xmit_lock_owner, -1); in __netif_tx_unlock()
4438 WRITE_ONCE(txq->xmit_lock_owner, -1); in __netif_tx_unlock_bh()
4447 if (txq->xmit_lock_owner != -1) in txq_trans_update()
/openbmc/linux/net/core/
H A Dnetpoll.c147 if (READ_ONCE(txq->xmit_lock_owner) == smp_processor_id()) in netif_local_xmit_active()
H A Ddev.c4398 /* Other cpus might concurrently change txq->xmit_lock_owner in __dev_queue_xmit()
4401 if (READ_ONCE(txq->xmit_lock_owner) != cpu) { in __dev_queue_xmit()
10058 queue->xmit_lock_owner = -1; in netdev_init_one_queue()