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

/linux-master/net/sched/
H A Dsch_generic.c468 spin_lock(&dev->tx_global_lock);
492 spin_unlock(&dev->tx_global_lock);
501 spin_lock(&dev->tx_global_lock);
539 spin_unlock(&dev->tx_global_lock);
/linux-master/include/linux/
H A Dnetdevice.h1907 * @tx_global_lock: XXX: need comments on this one
2282 spinlock_t tx_global_lock; member in struct:net_device
4494 spin_lock(&dev->tx_global_lock);
4502 spin_unlock(&dev->tx_global_lock);
/linux-master/net/core/
H A Ddev.c10102 spin_lock_init(&dev->tx_global_lock);

Completed in 179 milliseconds