• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/

Lines Matching refs:gVmbusConnection

289 	osd_schedule_callback(gVmbusConnection.WorkQueue, ReleaseVmbusChannel,
305 spin_lock_irqsave(&gVmbusConnection.channel_lock, flags);
308 spin_unlock_irqrestore(&gVmbusConnection.channel_lock, flags);
326 spin_lock_irqsave(&gVmbusConnection.channel_lock, flags);
328 list_for_each_entry(channel, &gVmbusConnection.ChannelList, ListEntry) {
342 &gVmbusConnection.ChannelList);
344 spin_unlock_irqrestore(&gVmbusConnection.channel_lock, flags);
377 spin_lock_irqsave(&gVmbusConnection.channel_lock, flags);
379 spin_unlock_irqrestore(&gVmbusConnection.channel_lock, flags);
551 spin_lock_irqsave(&gVmbusConnection.channelmsg_lock, flags);
553 list_for_each(curr, &gVmbusConnection.ChannelMsgList) {
569 spin_unlock_irqrestore(&gVmbusConnection.channelmsg_lock, flags);
596 spin_lock_irqsave(&gVmbusConnection.channelmsg_lock, flags);
598 list_for_each(curr, &gVmbusConnection.ChannelMsgList) {
616 spin_unlock_irqrestore(&gVmbusConnection.channelmsg_lock, flags);
641 spin_lock_irqsave(&gVmbusConnection.channelmsg_lock, flags);
643 list_for_each(curr, &gVmbusConnection.ChannelMsgList) {
659 spin_unlock_irqrestore(&gVmbusConnection.channelmsg_lock, flags);
680 spin_lock_irqsave(&gVmbusConnection.channelmsg_lock, flags);
682 list_for_each(curr, &gVmbusConnection.ChannelMsgList) {
695 spin_unlock_irqrestore(&gVmbusConnection.channelmsg_lock, flags);
781 /*SpinlockAcquire(gVmbusConnection.channelMsgLock);
782 INSERT_TAIL_LIST(&gVmbusConnection.channelMsgList,
784 SpinlockRelease(gVmbusConnection.channelMsgLock);*/
791 /*SpinlockAcquire(gVmbusConnection.channelMsgLock);
793 SpinlockRelease(gVmbusConnection.channelMsgLock);*/
799 /*SpinlockAcquire(gVmbusConnection.channelMsgLock);
801 SpinlockRelease(gVmbusConnection.channelMsgLock);*/
823 spin_lock_irqsave(&gVmbusConnection.channel_lock, flags);
825 list_for_each_entry_safe(channel, pos, &gVmbusConnection.ChannelList,
844 spin_unlock_irqrestore(&gVmbusConnection.channel_lock, flags);