Searched refs:inbound_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/staging/hv/
H A Dchannel.c851 spin_lock_irqsave(&Channel->inbound_lock, flags);
856 spin_unlock_irqrestore(&Channel->inbound_lock, flags);
876 spin_unlock_irqrestore(&Channel->inbound_lock, flags);
889 spin_unlock_irqrestore(&Channel->inbound_lock, flags);
911 spin_lock_irqsave(&Channel->inbound_lock, flags);
916 spin_unlock_irqrestore(&Channel->inbound_lock, flags);
935 spin_unlock_irqrestore(&Channel->inbound_lock, flags);
947 spin_unlock_irqrestore(&Channel->inbound_lock, flags);
H A Dchannel_mgmt.h252 spinlock_t inbound_lock; member in struct:vmbus_channel
H A Dchannel_mgmt.c248 spin_lock_init(&channel->inbound_lock);

Completed in 78 milliseconds