Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dsch_generic.c467 spin_lock(&dev->tx_global_lock); in netif_tx_lock()
491 spin_unlock(&dev->tx_global_lock); in netif_tx_unlock()
500 spin_lock(&dev->tx_global_lock); in dev_watchdog()
537 spin_unlock(&dev->tx_global_lock); in dev_watchdog()
/Linux-v6.6/include/linux/
Dnetdevice.h2269 spinlock_t tx_global_lock; member
4475 spin_lock(&dev->tx_global_lock); in netif_tx_disable()
4483 spin_unlock(&dev->tx_global_lock); in netif_tx_disable()
/Linux-v6.6/net/core/
Ddev.c10036 spin_lock_init(&dev->tx_global_lock); in netif_alloc_netdev_queues()