Searched refs:device_lock (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/raid/
H A Dmultipath.h15 spinlock_t device_lock; member in struct:multipath_private_data
H A Draid1.h35 spinlock_t device_lock; member in struct:r1_private_data_s
H A Draid10.h19 spinlock_t device_lock; member in struct:r10_private_data_s
H A Draid5.h80 * protected by the device_lock. The write and written lists are
81 * protected by the stripe lock. The device_lock, which can be
98 * device_lock.
264 spinlock_t device_lock; member in struct:raid5_private_data
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Draid5.c86 # define CHECK_DEVLOCK() assert_spin_locked(&conf->device_lock)
148 spin_lock_irqsave(&conf->device_lock, flags);
150 spin_unlock_irqrestore(&conf->device_lock, flags);
281 spin_lock_irq(&conf->device_lock);
286 conf->device_lock, /* nothing */);
300 conf->device_lock,
323 spin_unlock_irq(&conf->device_lock);
444 spin_lock_irq(&conf->device_lock);
447 conf->device_lock,
451 spin_unlock_irq(&conf->device_lock);
[all...]
H A Dmultipath.c68 spin_lock_irqsave(&conf->device_lock, flags);
70 spin_unlock_irqrestore(&conf->device_lock, flags);
403 spin_lock_irqsave(&conf->device_lock, flags);
408 spin_unlock_irqrestore(&conf->device_lock, flags);
433 spin_unlock_irqrestore(&conf->device_lock, flags);
498 spin_lock_init(&conf->device_lock);
H A Draid1.c215 spin_lock_irqsave(&conf->device_lock, flags);
218 spin_unlock_irqrestore(&conf->device_lock, flags);
282 spin_lock_irqsave(&conf->device_lock, flags);
287 spin_unlock_irqrestore(&conf->device_lock, flags);
935 spin_lock_irqsave(&conf->device_lock, flags);
940 spin_unlock_irqrestore(&conf->device_lock, flags);
986 spin_lock_irqsave(&conf->device_lock, flags);
989 spin_unlock_irqrestore(&conf->device_lock, flags);
1052 spin_lock_irqsave(&conf->device_lock, flags);
1054 spin_unlock_irqrestore(&conf->device_lock, flag
[all...]
H A Draid10.c213 spin_lock_irqsave(&conf->device_lock, flags);
216 spin_unlock_irqrestore(&conf->device_lock, flags);
917 spin_lock_irqsave(&conf->device_lock, flags);
920 spin_unlock_irqrestore(&conf->device_lock, flags);
975 spin_lock_irqsave(&conf->device_lock, flags);
977 spin_unlock_irqrestore(&conf->device_lock, flags);
1060 spin_lock_irqsave(&conf->device_lock, flags);
1062 spin_unlock_irqrestore(&conf->device_lock, flags);
1502 spin_lock_irqsave(&conf->device_lock, flags);
1507 spin_unlock_irqrestore(&conf->device_lock, flag
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/usb/
H A Dkaweth.c216 spinlock_t device_lock; member in struct:kaweth_device
605 spin_lock(&kaweth->device_lock);
607 spin_unlock(&kaweth->device_lock);
610 spin_unlock(&kaweth->device_lock);
785 spin_lock(&kaweth->device_lock);
803 spin_unlock(&kaweth->device_lock);
837 spin_unlock(&kaweth->device_lock);
931 spin_lock_irqsave(&kaweth->device_lock, flags);
933 spin_unlock_irqrestore(&kaweth->device_lock, flags);
948 spin_lock_irqsave(&kaweth->device_lock, flag
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/core/
H A Dcm.c68 rwlock_t device_lock; member in struct:ib_cm
275 read_lock_irqsave(&cm.device_lock, flags);
283 read_unlock_irqrestore(&cm.device_lock, flags);
3413 write_lock_irqsave(&cm.device_lock, flags);
3415 write_unlock_irqrestore(&cm.device_lock, flags);
3445 write_lock_irqsave(&cm.device_lock, flags);
3447 write_unlock_irqrestore(&cm.device_lock, flags);
3463 rwlock_init(&cm.device_lock);

Completed in 190 milliseconds