Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
A Daudit_tree.c365 spin_lock(&hash_lock); in untag_chunk()
381 spin_lock(&hash_lock); in untag_chunk()
421 spin_lock(&hash_lock); in create_chunk()
476 spin_lock(&hash_lock); in tag_chunk()
495 spin_lock(&hash_lock); in tag_chunk()
571 spin_lock(&hash_lock); in prune_tree_chunks()
593 spin_lock(&hash_lock); in prune_tree_chunks()
612 spin_lock(&hash_lock); in trim_marked()
630 spin_lock(&hash_lock); in trim_marked()
1009 spin_lock(&hash_lock); in evict_chunk()
[all …]
/linux-6.3-rc2/net/netfilter/
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()
199 mutex_init(&xn->hash_lock); in xt_rateest_net_init()
/linux-6.3-rc2/drivers/md/
A Ddm-region-hash.c68 rwlock_t hash_lock; member
202 rwlock_init(&rh->hash_lock); in dm_region_hash_create()
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()
510 read_lock(&rh->hash_lock); in rh_inc()
547 read_lock(&rh->hash_lock); in dm_rh_dec()
607 read_lock(&rh->hash_lock); in __rh_recovery_prepare()
[all …]
/linux-6.3-rc2/net/bridge/
A Dbr_fdb.c377 spin_lock_bh(&br->hash_lock); in br_fdb_find_delete_local()
452 spin_lock_bh(&br->hash_lock); in br_fdb_changeaddr()
493 spin_lock_bh(&br->hash_lock); in br_fdb_change_mac_address()
596 spin_lock_bh(&br->hash_lock); in br_fdb_flush()
737 spin_lock_bh(&br->hash_lock); in br_fdb_delete_by_port()
840 spin_lock_bh(&br->hash_lock); in br_fdb_add_local()
904 spin_lock(&br->hash_lock); in br_fdb_update()
913 spin_unlock(&br->hash_lock); in br_fdb_update()
1270 spin_lock_bh(&br->hash_lock); in __br_fdb_delete()
1392 spin_lock_bh(&br->hash_lock); in br_fdb_external_learn_add()
[all …]
A Dbr_device.c512 spin_lock_init(&br->hash_lock); in br_dev_setup()
A Dbr_private.h484 spinlock_t hash_lock; member
/linux-6.3-rc2/fs/hfs/
A Dbnode.c269 spin_lock(&tree->hash_lock); in __hfs_bnode_create()
278 spin_unlock(&tree->hash_lock); in __hfs_bnode_create()
283 spin_unlock(&tree->hash_lock); in __hfs_bnode_create()
324 spin_lock(&tree->hash_lock); in hfs_bnode_find()
328 spin_unlock(&tree->hash_lock); in hfs_bnode_find()
334 spin_unlock(&tree->hash_lock); in hfs_bnode_find()
417 spin_lock(&tree->hash_lock); in hfs_bnode_create()
419 spin_unlock(&tree->hash_lock); in hfs_bnode_create()
468 if (!atomic_dec_and_lock(&node->refcnt, &tree->hash_lock)) in hfs_bnode_put()
478 spin_unlock(&tree->hash_lock); in hfs_bnode_put()
[all …]
A Dinode.c99 spin_lock(&tree->hash_lock); in hfs_release_folio()
109 spin_unlock(&tree->hash_lock); in hfs_release_folio()
113 spin_lock(&tree->hash_lock); in hfs_release_folio()
125 spin_unlock(&tree->hash_lock); in hfs_release_folio()
A Dbtree.h47 spinlock_t hash_lock; member
A Dbtree.c32 spin_lock_init(&tree->hash_lock); in hfs_btree_open()
/linux-6.3-rc2/drivers/net/ppp/
A Dpppoe.c104 rwlock_t hash_lock; member
228 read_lock_bh(&pn->hash_lock); in get_item()
232 read_unlock_bh(&pn->hash_lock); in get_item()
261 write_lock_bh(&pn->hash_lock); in delete_item()
263 write_unlock_bh(&pn->hash_lock); in delete_item()
279 write_lock_bh(&pn->hash_lock); in pppoe_flush_dev()
323 write_lock_bh(&pn->hash_lock); in pppoe_flush_dev()
1072 __acquires(pn->hash_lock) in pppoe_seq_start()
1077 read_lock_bh(&pn->hash_lock); in pppoe_seq_start()
1110 __releases(pn->hash_lock) in pppoe_seq_stop()
[all …]
/linux-6.3-rc2/net/sunrpc/
A Dcache.c116 spin_lock(&detail->hash_lock); in sunrpc_cache_add_entry()
131 spin_unlock(&detail->hash_lock); in sunrpc_cache_add_entry()
139 spin_unlock(&detail->hash_lock); in sunrpc_cache_add_entry()
212 spin_lock(&detail->hash_lock); in sunrpc_cache_update()
231 spin_lock(&detail->hash_lock); in sunrpc_cache_update()
271 spin_lock(&detail->hash_lock); in try_to_negate_entry()
387 spin_lock_init(&cd->hash_lock); in sunrpc_init_cache_detail()
407 spin_lock(&cd->hash_lock); in sunrpc_destroy_cache_detail()
411 spin_unlock(&cd->hash_lock); in sunrpc_destroy_cache_detail()
537 spin_lock(&detail->hash_lock); in cache_purge()
[all …]
/linux-6.3-rc2/fs/hfsplus/
A Dbnode.c419 spin_lock(&tree->hash_lock); in __hfs_bnode_create()
427 spin_unlock(&tree->hash_lock); in __hfs_bnode_create()
433 spin_unlock(&tree->hash_lock); in __hfs_bnode_create()
474 spin_lock(&tree->hash_lock); in hfs_bnode_find()
478 spin_unlock(&tree->hash_lock); in hfs_bnode_find()
485 spin_unlock(&tree->hash_lock); in hfs_bnode_find()
568 spin_lock(&tree->hash_lock); in hfs_bnode_create()
570 spin_unlock(&tree->hash_lock); in hfs_bnode_create()
619 if (!atomic_dec_and_lock(&node->refcnt, &tree->hash_lock)) in hfs_bnode_put()
629 spin_unlock(&tree->hash_lock); in hfs_bnode_put()
[all …]
A Dinode.c95 spin_lock(&tree->hash_lock); in hfsplus_release_folio()
105 spin_unlock(&tree->hash_lock); in hfsplus_release_folio()
110 spin_lock(&tree->hash_lock); in hfsplus_release_folio()
122 spin_unlock(&tree->hash_lock); in hfsplus_release_folio()
A Dbtree.c147 spin_lock_init(&tree->hash_lock); in hfs_btree_open()
A Dhfsplus_fs.h95 spinlock_t hash_lock; member
/linux-6.3-rc2/drivers/net/vxlan/
A Dvxlan_core.c571 spin_lock_bh(&vxlan->hash_lock[h]); in vxlan_fdb_replay()
583 spin_unlock_bh(&vxlan->hash_lock[h]); in vxlan_fdb_replay()
588 spin_unlock_bh(&vxlan->hash_lock[h]); in vxlan_fdb_replay()
605 spin_lock_bh(&vxlan->hash_lock[h]); in vxlan_fdb_clear_offload()
610 spin_unlock_bh(&vxlan->hash_lock[h]); in vxlan_fdb_clear_offload()
1455 spin_lock(&vxlan->hash_lock[hash_index]); in vxlan_snoop()
2858 spin_lock(&vxlan->hash_lock[h]); in vxlan_cleanup()
2880 spin_unlock(&vxlan->hash_lock[h]); in vxlan_cleanup()
2995 spin_lock_bh(&vxlan->hash_lock[h]); in vxlan_flush()
3007 spin_unlock_bh(&vxlan->hash_lock[h]); in vxlan_flush()
[all …]
A Dvxlan_vnifilter.c485 spin_lock_bh(&vxlan->hash_lock[hash_index]); in vxlan_update_default_fdb_entry()
497 spin_unlock_bh(&vxlan->hash_lock[hash_index]); in vxlan_update_default_fdb_entry()
510 spin_unlock_bh(&vxlan->hash_lock[hash_index]); in vxlan_update_default_fdb_entry()
/linux-6.3-rc2/kernel/time/
A Dposix-timers.c53 static DEFINE_SPINLOCK(hash_lock);
125 lockdep_is_held(&hash_lock)) { in __posix_timers_find()
148 spin_lock(&hash_lock); in posix_timer_add()
159 spin_unlock(&hash_lock); in posix_timer_add()
482 spin_lock_irqsave(&hash_lock, flags); in release_posix_timer()
484 spin_unlock_irqrestore(&hash_lock, flags); in release_posix_timer()
/linux-6.3-rc2/drivers/crypto/
A Ds5p-sss.c325 spinlock_t hash_lock; /* protect hash_ vars */ member
1351 spin_lock_irqsave(&dd->hash_lock, flags); in s5p_hash_finish_req()
1355 spin_unlock_irqrestore(&dd->hash_lock, flags); in s5p_hash_finish_req()
1380 spin_lock_irqsave(&dd->hash_lock, flags); in s5p_hash_handle_queue()
1385 spin_unlock_irqrestore(&dd->hash_lock, flags); in s5p_hash_handle_queue()
1394 spin_unlock_irqrestore(&dd->hash_lock, flags); in s5p_hash_handle_queue()
2236 spin_lock_init(&pdata->hash_lock); in s5p_aes_probe()
/linux-6.3-rc2/include/linux/sunrpc/
A Dcache.h70 spinlock_t hash_lock; member
/linux-6.3-rc2/include/net/
A Dvxlan.h296 spinlock_t hash_lock[FDB_HASH_SIZE]; member

Completed in 60 milliseconds