Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_generic.c497 spin_lock(&dev->tx_global_lock); in netif_tx_lock()
521 spin_unlock(&dev->tx_global_lock); in netif_tx_unlock()
530 spin_lock(&dev->tx_global_lock); in dev_watchdog()
579 spin_unlock(&dev->tx_global_lock); in dev_watchdog()
/linux/include/linux/
H A Dnetdevice.h2423 spinlock_t tx_global_lock; member
4962 spin_lock(&dev->tx_global_lock); in netif_tx_disable()
4970 spin_unlock(&dev->tx_global_lock); in netif_tx_disable()
/linux/net/core/
H A Ddev.c11298 spin_lock_init(&dev->tx_global_lock); in netif_alloc_netdev_queues()