Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnetdevice.h573 int xmit_lock_owner; member
3170 txq->xmit_lock_owner = cpu; in __netif_tx_lock()
3176 txq->xmit_lock_owner = smp_processor_id(); in __netif_tx_lock_bh()
3183 txq->xmit_lock_owner = smp_processor_id(); in __netif_tx_trylock()
3189 txq->xmit_lock_owner = -1; in __netif_tx_unlock()
3195 txq->xmit_lock_owner = -1; in __netif_tx_unlock_bh()
3201 if (txq->xmit_lock_owner != -1) in txq_trans_update()
/linux-4.1.27/net/sched/
Dsch_generic.c117 if (unlikely(dev_queue->xmit_lock_owner == smp_processor_id())) { in handle_dev_cpu_collision()
/linux-4.1.27/net/core/
Ddev.c2985 if (txq->xmit_lock_owner != cpu) { in __dev_queue_xmit()
6286 queue->xmit_lock_owner = -1; in netdev_init_one_queue()