Searched refs:reqlists_lock (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Draw1394-private.h31 struct list_head req_pending; /* protected by reqlists_lock */
32 struct list_head req_complete; /* protected by reqlists_lock */
33 spinlock_t reqlists_lock; member in struct:file_info
H A Draw1394.c133 /* fi->reqlists_lock must be taken */
147 spin_lock_irqsave(&fi->reqlists_lock, flags);
149 spin_unlock_irqrestore(&fi->reqlists_lock, flags);
408 /* get next completed request (caller must hold fi->reqlists_lock) */
428 spin_lock_irqsave(&fi->reqlists_lock, flags);
430 spin_unlock_irqrestore(&fi->reqlists_lock, flags);
765 spin_lock_irqsave(&fi->reqlists_lock, flags);
767 spin_unlock_irqrestore(&fi->reqlists_lock, flags);
832 spin_lock_irqsave(&fi->reqlists_lock, flags);
834 spin_unlock_irqrestore(&fi->reqlists_lock, flag
[all...]

Completed in 110 milliseconds