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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Drtl8150.c162 spinlock_t rx_pool_lock; member in struct:rtl8150
468 spin_lock(&dev->rx_pool_lock);
470 spin_unlock(&dev->rx_pool_lock);
501 spin_lock_irq(&dev->rx_pool_lock);
503 spin_unlock_irq(&dev->rx_pool_lock);
507 spin_lock_irq(&dev->rx_pool_lock);
509 spin_unlock_irq(&dev->rx_pool_lock);
930 spin_lock_init(&dev->rx_pool_lock);
H A Dpegasus.h104 spinlock_t rx_pool_lock; member in struct:pegasus
H A Dpegasus.c708 spin_lock(&pegasus->rx_pool_lock);
710 spin_unlock(&pegasus->rx_pool_lock);
745 spin_lock_irqsave(&pegasus->rx_pool_lock, flags);
772 spin_unlock_irqrestore(&pegasus->rx_pool_lock, flags);
1363 spin_lock_init(&pegasus->rx_pool_lock);

Completed in 40 milliseconds