Searched refs:tx_lock (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnbd.h73 struct semaphore tx_lock; member in struct:nbd_device
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnbd.h73 struct semaphore tx_lock; member in struct:nbd_device
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dnbd.c133 down(&lo->tx_lock);
149 up(&lo->tx_lock);
153 up(&lo->tx_lock);
491 init_MUTEX(&nbd_dev[i].tx_lock);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/i2o/
H A Di2o_lan.h145 spinlock_t tx_lock; member in struct:i2o_lan_local
H A Di2o_lan.c823 spin_lock_irq(&priv->tx_lock);
831 spin_unlock_irq(&priv->tx_lock);
850 spin_lock_irq(&priv->tx_lock);
868 spin_unlock_irq(&priv->tx_lock);
919 spin_unlock_irq(&priv->tx_lock);
939 spin_lock_irq(&priv->tx_lock);
957 spin_unlock_irq(&priv->tx_lock);
1005 spin_unlock_irq(&priv->tx_lock);
1347 priv->tx_lock = SPIN_LOCK_UNLOCKED;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dtg3.c2081 spin_lock(&tp->tx_lock);
2083 spin_unlock(&tp->tx_lock);
2178 spin_lock(&tp->tx_lock);
2184 spin_unlock(&tp->tx_lock);
2369 /* No BH disabling for tx_lock here. We are running in BH disabled
2378 * take tp->tx_lock
2383 * spin on tp->tx_lock
2386 * tx_lock here.
2388 spin_lock_irqsave(&tp->tx_lock, flags);
2393 spin_unlock_irqrestore(&tp->tx_lock, flag
[all...]
H A Ddl2k.c157 spin_lock_init (&np->tx_lock);
713 spin_lock_irqsave(&np->tx_lock, flag);
715 spin_lock(&np->tx_lock);
736 spin_unlock_irqrestore(&np->tx_lock, flag);
738 spin_unlock(&np->tx_lock);
H A Dns83820.c463 spinlock_t tx_lock; member in struct:ns83820
923 spin_lock_irq(&dev->tx_lock);
980 spin_unlock_irq(&dev->tx_lock);
1120 spin_lock_irq(&dev->tx_lock);
1125 spin_unlock_irq(&dev->tx_lock);
1756 spin_lock_init(&dev->tx_lock);
H A Ddl2k.h652 spinlock_t tx_lock; member in struct:netdev_private
H A Dtg3.h1734 * tx_lock: Held during tg3_start_xmit{,_4gbug} and tg3_tx
1737 * acquire both locks, 'lock' taken before 'tx_lock'. IRQs must
1739 * necessary for acquisition of 'tx_lock'.
1742 spinlock_t tx_lock; member in struct:tg3
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dcatc.c171 spinlock_t tx_lock, ctrl_lock; member in struct:catc
386 spin_lock_irqsave(&catc->tx_lock, flags);
395 spin_unlock_irqrestore(&catc->tx_lock, flags);
404 spin_lock_irqsave(&catc->tx_lock, flags);
420 spin_unlock_irqrestore(&catc->tx_lock, flags);
806 catc->tx_lock = SPIN_LOCK_UNLOCKED;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Diphase.c1581 spin_lock_irqsave(&iadev->tx_lock, flags);
1583 spin_unlock_irqrestore(&iadev->tx_lock, flags);
1605 spin_lock_irqsave(&iadev->tx_lock, flags);
1618 spin_unlock_irqrestore(&iadev->tx_lock, flags);
1626 spin_unlock_irqrestore(&iadev->tx_lock, flags);
1648 spin_unlock_irqrestore(&iadev->tx_lock, flags);
1819 spin_lock_init(&iadev->tx_lock);
2326 spin_lock_irqsave(&ia_dev[i]->tx_lock, flags);
2330 spin_unlock_irqrestore(&ia_dev[i]->tx_lock, flags);
2483 spin_lock_irqsave(&iadev->tx_lock, flag
[all...]
H A Diphase.h1004 spinlock_t tx_lock; member in struct:iadev_t

Completed in 166 milliseconds