Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnetdevice.h618 int xmit_lock_owner; member
3898 txq->xmit_lock_owner = cpu; in __netif_tx_lock()
3915 txq->xmit_lock_owner = smp_processor_id(); in __netif_tx_lock_bh()
3922 txq->xmit_lock_owner = smp_processor_id(); in __netif_tx_trylock()
3928 txq->xmit_lock_owner = -1; in __netif_tx_unlock()
3934 txq->xmit_lock_owner = -1; in __netif_tx_unlock_bh()
3940 if (txq->xmit_lock_owner != -1) in txq_trans_update()
/Linux-v5.4/net/core/
Ddev.c3780 if (txq->xmit_lock_owner != cpu) { in __dev_queue_xmit()
8891 queue->xmit_lock_owner = -1; in netdev_init_one_queue()