Home
last modified time | relevance | path

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

/linux/kernel/
H A Daudit_tree.c212 static __cacheline_aligned_in_smp DEFINE_SPINLOCK(hash_lock);
286 assert_spin_locked(&hash_lock); in replace_mark_chunk()
367 spin_lock(&hash_lock); in untag_chunk()
371 spin_unlock(&hash_lock); in untag_chunk()
383 spin_lock(&hash_lock); in untag_chunk()
389 spin_unlock(&hash_lock); in untag_chunk()
423 spin_lock(&hash_lock); in create_chunk()
425 spin_unlock(&hash_lock); in create_chunk()
448 spin_unlock(&hash_lock); in create_chunk()
478 spin_lock(&hash_lock); in tag_chunk()
[all …]
/linux/net/netfilter/
H A Dxt_RATEEST.c23 struct mutex hash_lock; member
68 mutex_lock(&xn->hash_lock); in xt_rateest_lookup()
70 mutex_unlock(&xn->hash_lock); in xt_rateest_lookup()
79 mutex_lock(&xn->hash_lock); in xt_rateest_put()
89 mutex_unlock(&xn->hash_lock); in xt_rateest_put()
123 mutex_lock(&xn->hash_lock); in xt_rateest_tg_checkentry()
126 mutex_unlock(&xn->hash_lock); in xt_rateest_tg_checkentry()
165 mutex_unlock(&xn->hash_lock); in xt_rateest_tg_checkentry()
171 mutex_unlock(&xn->hash_lock); in xt_rateest_tg_checkentry()
214 mutex_init(&xn->hash_lock); in xt_rateest_net_init()
/linux/drivers/md/
H A Ddm-region-hash.c68 rwlock_t hash_lock; member
202 rwlock_init(&rh->hash_lock); in dm_region_hash_create()
307 write_lock_irq(&rh->hash_lock); in __rh_alloc()
322 write_unlock_irq(&rh->hash_lock); in __rh_alloc()
333 read_unlock(&rh->hash_lock); in __rh_find()
335 read_lock(&rh->hash_lock); in __rh_find()
346 read_lock(&rh->hash_lock); in dm_rh_get_state()
348 read_unlock(&rh->hash_lock); in dm_rh_get_state()
417 read_lock(&rh->hash_lock); in dm_rh_mark_nosync()
419 read_unlock(&rh->hash_lock); in dm_rh_mark_nosync()
[all …]
/linux/net/bridge/
H A Dbr_fdb.c226 lockdep_assert_held_once(&br->hash_lock); in br_fdb_find()
378 spin_lock_bh(&br->hash_lock); in br_fdb_find_delete_local()
383 spin_unlock_bh(&br->hash_lock); in br_fdb_find_delete_local()
470 spin_lock_bh(&br->hash_lock); in br_fdb_changeaddr()
502 spin_unlock_bh(&br->hash_lock); in br_fdb_changeaddr()
514 spin_lock_bh(&br->hash_lock); in br_fdb_change_mac_address()
540 spin_unlock_bh(&br->hash_lock); in br_fdb_change_mac_address()
576 spin_lock_bh(&br->hash_lock); in br_fdb_cleanup()
579 spin_unlock_bh(&br->hash_lock); in br_fdb_cleanup()
719 spin_lock_bh(&br->hash_lock); in br_fdb_flush()
[all …]
H A Dbr_device.c513 spin_lock_init(&br->hash_lock); in br_dev_setup()
H A Dbr_private.h497 spinlock_t hash_lock; member
/linux/net/sunrpc/
H A Dcache.c117 spin_lock(&detail->hash_lock); in sunrpc_cache_add_entry()
121 lockdep_is_held(&detail->hash_lock)) { in sunrpc_cache_add_entry()
132 spin_unlock(&detail->hash_lock); in sunrpc_cache_add_entry()
142 spin_unlock(&detail->hash_lock); in sunrpc_cache_add_entry()
215 spin_lock(&detail->hash_lock); in sunrpc_cache_update()
219 spin_unlock(&detail->hash_lock); in sunrpc_cache_update()
223 spin_unlock(&detail->hash_lock); in sunrpc_cache_update()
234 spin_lock(&detail->hash_lock); in sunrpc_cache_update()
241 spin_unlock(&detail->hash_lock); in sunrpc_cache_update()
274 spin_lock(&detail->hash_lock); in try_to_negate_entry()
[all …]
/linux/drivers/md/dm-vdo/
H A Ddedupe.h30 struct hash_lock;
55 struct hash_lock *lock_array;
H A Dstatistics.h240 struct hash_lock_statistics hash_lock; member
/linux/Documentation/bpf/
H A Dmap_lru_hash_update.dot12 hash_lock [shape=rectangle,fillcolor=3,label="hashtab lock"]
152 lru_lock -> hash_lock [style=invis]
153 hash_lock -> remote_lock [style=invis]
/linux/drivers/net/vxlan/
H A Dvxlan_core.c416 lockdep_assert_held_once(&vxlan->hash_lock); in vxlan_find_mac()
504 spin_lock_bh(&vxlan->hash_lock); in vxlan_fdb_replay()
515 spin_unlock_bh(&vxlan->hash_lock); in vxlan_fdb_replay()
519 spin_unlock_bh(&vxlan->hash_lock); in vxlan_fdb_replay()
534 spin_lock_bh(&vxlan->hash_lock); in vxlan_fdb_clear_offload()
541 spin_unlock_bh(&vxlan->hash_lock); in vxlan_fdb_clear_offload()
1259 spin_lock_bh(&vxlan->hash_lock); in vxlan_fdb_add()
1264 spin_unlock_bh(&vxlan->hash_lock); in vxlan_fdb_add()
1323 spin_lock_bh(&vxlan->hash_lock); in vxlan_fdb_delete()
1326 spin_unlock_bh(&vxlan->hash_lock); in vxlan_fdb_delete()
[all …]
H A Dvxlan_vnifilter.c483 spin_lock_bh(&vxlan->hash_lock); in vxlan_update_default_fdb_entry()
495 spin_unlock_bh(&vxlan->hash_lock); in vxlan_update_default_fdb_entry()
508 spin_unlock_bh(&vxlan->hash_lock); in vxlan_update_default_fdb_entry()
624 spin_lock_bh(&vxlan->hash_lock); in vxlan_vni_delete_group()
632 spin_unlock_bh(&vxlan->hash_lock); in vxlan_vni_delete_group()
/linux/include/net/
H A Dvxlan.h299 spinlock_t hash_lock; member
/linux/fs/hfs/
H A Dbtree.c36 spin_lock_init(&tree->hash_lock); in hfs_btree_open()