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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bridge/
H A Dbr_fdb.c99 write_lock_bh(&br->hash_lock);
109 write_unlock_bh(&br->hash_lock);
115 write_unlock_bh(&br->hash_lock);
125 write_lock_bh(&br->hash_lock);
142 write_unlock_bh(&br->hash_lock);
149 write_lock_bh(&br->hash_lock);
165 write_unlock_bh(&br->hash_lock);
172 read_lock_bh(&br->hash_lock);
178 read_unlock_bh(&br->hash_lock);
182 read_unlock_bh(&br->hash_lock);
[all...]
H A Dbr_private.h87 rwlock_t hash_lock; member in struct:net_bridge
H A Dbr_if.c120 br->hash_lock = RW_LOCK_UNLOCKED;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dexport.c62 static int hash_lock; variable
473 while (hash_lock || want_lock)
482 if (!hash_count && !hash_lock) {
484 hash_lock = 1;
490 while (hash_count || hash_lock) {
502 if (!hash_count && !hash_lock)
510 if (!hash_count && !hash_lock)
515 hash_lock = 0;

Completed in 44 milliseconds