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

/linux-master/include/linux/
H A Dnetdevice.h1908 * @tx_global_lock: XXX: need comments on this one
2284 spinlock_t tx_global_lock; member in struct:net_device
4470 spin_lock(&dev->tx_global_lock);
4478 spin_unlock(&dev->tx_global_lock);
/linux-master/net/core/
H A Ddev.c10193 spin_lock_init(&dev->tx_global_lock);
/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);
542 spin_unlock(&dev->tx_global_lock);

Completed in 361 milliseconds