Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnetdevice.h2154 spinlock_t tx_global_lock; member
4472 spin_lock(&dev->tx_global_lock); in netif_tx_lock()
4509 spin_unlock(&dev->tx_global_lock); in netif_tx_unlock()
4546 spin_lock(&dev->tx_global_lock); in netif_tx_disable()
4554 spin_unlock(&dev->tx_global_lock); in netif_tx_disable()
/Linux-v5.15/net/core/
Ddev.c10168 spin_lock_init(&dev->tx_global_lock); in netif_alloc_netdev_queues()