Home
last modified time | relevance | path

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

/net/bridge/
Dbr_fdb.c110 lockdep_assert_held_once(&br->hash_lock); in br_fdb_find()
226 spin_lock_bh(&br->hash_lock); in br_fdb_find_delete_local()
230 spin_unlock_bh(&br->hash_lock); in br_fdb_find_delete_local()
240 spin_lock_bh(&br->hash_lock); in br_fdb_changeaddr()
279 spin_unlock_bh(&br->hash_lock); in br_fdb_changeaddr()
288 spin_lock_bh(&br->hash_lock); in br_fdb_change_mac_address()
312 spin_unlock_bh(&br->hash_lock); in br_fdb_change_mac_address()
331 spin_lock_bh(&br->hash_lock); in br_fdb_cleanup()
345 spin_unlock_bh(&br->hash_lock); in br_fdb_cleanup()
359 spin_lock_bh(&br->hash_lock); in br_fdb_flush()
[all …]
Dbr_device.c404 spin_lock_init(&br->hash_lock); in br_dev_setup()
Dbr_private.h297 spinlock_t hash_lock; member
/net/sunrpc/
Dcache.c68 read_lock(&detail->hash_lock); in sunrpc_cache_lookup()
76 read_unlock(&detail->hash_lock); in sunrpc_cache_lookup()
80 read_unlock(&detail->hash_lock); in sunrpc_cache_lookup()
93 write_lock(&detail->hash_lock); in sunrpc_cache_lookup()
105 write_unlock(&detail->hash_lock); in sunrpc_cache_lookup()
114 write_unlock(&detail->hash_lock); in sunrpc_cache_lookup()
159 write_lock(&detail->hash_lock); in sunrpc_cache_update()
166 write_unlock(&detail->hash_lock); in sunrpc_cache_update()
170 write_unlock(&detail->hash_lock); in sunrpc_cache_update()
181 write_lock(&detail->hash_lock); in sunrpc_cache_update()
[all …]