Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_generic.c472 spin_lock(&dev->tx_global_lock); in netif_tx_lock()
496 spin_unlock(&dev->tx_global_lock); in netif_tx_unlock()
505 spin_lock(&dev->tx_global_lock); in dev_watchdog()
552 spin_unlock(&dev->tx_global_lock); in dev_watchdog()
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst120 spinlock_t tx_global_lock
/linux/include/linux/
H A Dnetdevice.h2370 spinlock_t tx_global_lock; member
4870 spin_lock(&dev->tx_global_lock); in netif_tx_disable()
4878 spin_unlock(&dev->tx_global_lock); in netif_tx_disable()
/linux/net/core/
H A Ddev.c11237 spin_lock_init(&dev->tx_global_lock); in netif_tx_stop_all_queues()