Searched refs:rw_lock (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/leds/
H A Dleds-ns2.c73 rwlock_t rw_lock; /* Lock GPIOs. */ member in struct:ns2_led_data
84 read_lock_irq(&led_dat->rw_lock);
98 read_unlock_irq(&led_dat->rw_lock);
109 write_lock_irqsave(&led_dat->rw_lock, flags);
120 write_unlock_irqrestore(&led_dat->rw_lock, flags);
214 rwlock_init(&led_dat->rw_lock);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/parisc/
H A Dpdc_stable.c100 rwlock_t rw_lock; /* to protect path entry access */ member in struct:pdcspath_entry
149 * This function expects to be called with @entry->rw_lock write-hold.
190 * This function expects to be called with @entry->rw_lock write-hold.
245 read_lock(&entry->rw_lock);
248 read_unlock(&entry->rw_lock);
313 write_lock(&entry->rw_lock);
325 write_unlock(&entry->rw_lock);
350 read_lock(&entry->rw_lock);
353 read_unlock(&entry->rw_lock);
398 write_lock(&entry->rw_lock);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/leds/
H A Dleds-ns2.c73 rwlock_t rw_lock; /* Lock GPIOs. */ member in struct:ns2_led_data
84 read_lock_irq(&led_dat->rw_lock);
98 read_unlock_irq(&led_dat->rw_lock);
109 write_lock_irqsave(&led_dat->rw_lock, flags);
120 write_unlock_irqrestore(&led_dat->rw_lock, flags);
214 rwlock_init(&led_dat->rw_lock);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/parisc/
H A Dpdc_stable.c100 rwlock_t rw_lock; /* to protect path entry access */ member in struct:pdcspath_entry
149 * This function expects to be called with @entry->rw_lock write-hold.
190 * This function expects to be called with @entry->rw_lock write-hold.
245 read_lock(&entry->rw_lock);
248 read_unlock(&entry->rw_lock);
313 write_lock(&entry->rw_lock);
325 write_unlock(&entry->rw_lock);
350 read_lock(&entry->rw_lock);
353 read_unlock(&entry->rw_lock);
398 write_lock(&entry->rw_lock);
[all...]

Completed in 70 milliseconds