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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Draw1394.c74 static DEFINE_SPINLOCK(host_info_lock);
212 spin_lock_irqsave(&host_info_lock, flags);
215 spin_unlock_irqrestore(&host_info_lock, flags);
237 spin_lock_irqsave(&host_info_lock, flags);
244 spin_unlock_irqrestore(&host_info_lock, flags);
264 spin_lock_irqsave(&host_info_lock, flags);
291 spin_unlock_irqrestore(&host_info_lock, flags);
309 spin_lock_irqsave(&host_info_lock, flags);
349 spin_unlock_irqrestore(&host_info_lock, flags);
370 spin_lock_irqsave(&host_info_lock, flag
[all...]
H A Dhighlevel.c62 read_lock(&hl->host_info_lock);
65 read_unlock(&hl->host_info_lock);
69 read_unlock(&hl->host_info_lock);
119 write_lock_irqsave(&hl->host_info_lock, flags);
121 write_unlock_irqrestore(&hl->host_info_lock, flags);
162 write_lock_irqsave(&hl->host_info_lock, flags);
164 write_unlock_irqrestore(&hl->host_info_lock, flags);
198 read_lock(&hl->host_info_lock);
205 read_unlock(&hl->host_info_lock);
234 rwlock_init(&hl->host_info_lock);
[all...]
H A Dhighlevel.h66 rwlock_t host_info_lock; member in struct:hpsb_highlevel

Completed in 102 milliseconds