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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/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);
312 write_lock(&entry->rw_lock);
322 write_unlock(&entry->rw_lock);
347 read_lock(&entry->rw_lock);
350 read_unlock(&entry->rw_lock);
395 write_lock(&entry->rw_lock);
[all...]

Completed in 42 milliseconds