Home
last modified time | relevance | path

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

/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst118 spinlock_t tx_global_lock
/linux/include/linux/
H A Dnetdevice.h2306 spinlock_t tx_global_lock; member
4714 spin_lock(&dev->tx_global_lock); in netif_tx_disable()
4722 spin_unlock(&dev->tx_global_lock); in netif_tx_disable()
/linux/net/core/
H A Ddev.c10750 spin_lock_init(&dev->tx_global_lock); in netif_alloc_netdev_queues()