/Linux-v6.1/kernel/ |
D | audit_tree.c | 210 static __cacheline_aligned_in_smp DEFINE_SPINLOCK(hash_lock); 284 assert_spin_locked(&hash_lock); in replace_mark_chunk() 365 spin_lock(&hash_lock); in untag_chunk() 369 spin_unlock(&hash_lock); in untag_chunk() 381 spin_lock(&hash_lock); in untag_chunk() 387 spin_unlock(&hash_lock); in untag_chunk() 421 spin_lock(&hash_lock); in create_chunk() 423 spin_unlock(&hash_lock); in create_chunk() 446 spin_unlock(&hash_lock); in create_chunk() 476 spin_lock(&hash_lock); in tag_chunk() [all …]
|
/Linux-v6.1/net/netfilter/ |
D | xt_RATEEST.c | 23 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-v6.1/drivers/md/ |
D | dm-region-hash.c | 65 rwlock_t hash_lock; member 199 rwlock_init(&rh->hash_lock); in dm_region_hash_create() 304 write_lock_irq(&rh->hash_lock); in __rh_alloc() 319 write_unlock_irq(&rh->hash_lock); in __rh_alloc() 330 read_unlock(&rh->hash_lock); in __rh_find() 332 read_lock(&rh->hash_lock); in __rh_find() 343 read_lock(&rh->hash_lock); in dm_rh_get_state() 345 read_unlock(&rh->hash_lock); in dm_rh_get_state() 414 read_lock(&rh->hash_lock); in dm_rh_mark_nosync() 416 read_unlock(&rh->hash_lock); in dm_rh_mark_nosync() [all …]
|
/Linux-v6.1/net/bridge/ |
D | br_fdb.c | 229 lockdep_assert_held_once(&br->hash_lock); in br_fdb_find() 370 spin_lock_bh(&br->hash_lock); in br_fdb_find_delete_local() 375 spin_unlock_bh(&br->hash_lock); in br_fdb_find_delete_local() 445 spin_lock_bh(&br->hash_lock); in br_fdb_changeaddr() 477 spin_unlock_bh(&br->hash_lock); in br_fdb_changeaddr() 486 spin_lock_bh(&br->hash_lock); in br_fdb_change_mac_address() 512 spin_unlock_bh(&br->hash_lock); in br_fdb_change_mac_address() 548 spin_lock_bh(&br->hash_lock); in br_fdb_cleanup() 551 spin_unlock_bh(&br->hash_lock); in br_fdb_cleanup() 589 spin_lock_bh(&br->hash_lock); in br_fdb_flush() [all …]
|
D | br_device.c | 512 spin_lock_init(&br->hash_lock); in br_dev_setup()
|
D | br_private.h | 463 spinlock_t hash_lock; member
|
/Linux-v6.1/fs/hfs/ |
D | bnode.c | 269 spin_lock(&tree->hash_lock); in __hfs_bnode_create() 277 spin_unlock(&tree->hash_lock); in __hfs_bnode_create() 282 spin_unlock(&tree->hash_lock); in __hfs_bnode_create() 323 spin_lock(&tree->hash_lock); in hfs_bnode_find() 327 spin_unlock(&tree->hash_lock); in hfs_bnode_find() 333 spin_unlock(&tree->hash_lock); in hfs_bnode_find() 416 spin_lock(&tree->hash_lock); in hfs_bnode_create() 418 spin_unlock(&tree->hash_lock); in hfs_bnode_create() 467 if (!atomic_dec_and_lock(&node->refcnt, &tree->hash_lock)) in hfs_bnode_put() 477 spin_unlock(&tree->hash_lock); in hfs_bnode_put() [all …]
|
D | inode.c | 99 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()
|
D | btree.h | 47 spinlock_t hash_lock; member
|
D | btree.c | 32 spin_lock_init(&tree->hash_lock); in hfs_btree_open()
|
/Linux-v6.1/drivers/net/ppp/ |
D | pppoe.c | 104 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() 303 write_unlock_bh(&pn->hash_lock); in pppoe_flush_dev() 323 write_lock_bh(&pn->hash_lock); in pppoe_flush_dev() 327 write_unlock_bh(&pn->hash_lock); in pppoe_flush_dev() 684 write_lock_bh(&pn->hash_lock); in pppoe_connect() [all …]
|
/Linux-v6.1/net/sunrpc/ |
D | cache.c | 116 spin_lock(&detail->hash_lock); in sunrpc_cache_add_entry() 120 lockdep_is_held(&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() 216 spin_unlock(&detail->hash_lock); in sunrpc_cache_update() 220 spin_unlock(&detail->hash_lock); in sunrpc_cache_update() 231 spin_lock(&detail->hash_lock); in sunrpc_cache_update() 238 spin_unlock(&detail->hash_lock); in sunrpc_cache_update() 271 spin_lock(&detail->hash_lock); in try_to_negate_entry() [all …]
|
/Linux-v6.1/fs/hfsplus/ |
D | bnode.c | 419 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 …]
|
D | inode.c | 95 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()
|
D | btree.c | 147 spin_lock_init(&tree->hash_lock); in hfs_btree_open()
|
D | hfsplus_fs.h | 95 spinlock_t hash_lock; member
|
/Linux-v6.1/drivers/net/vxlan/ |
D | vxlan_core.c | 571 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() 1249 spin_lock_bh(&vxlan->hash_lock[hash_index]); in vxlan_fdb_add() 1254 spin_unlock_bh(&vxlan->hash_lock[hash_index]); in vxlan_fdb_add() 1312 spin_lock_bh(&vxlan->hash_lock[hash_index]); in vxlan_fdb_delete() 1315 spin_unlock_bh(&vxlan->hash_lock[hash_index]); in vxlan_fdb_delete() 1455 spin_lock(&vxlan->hash_lock[hash_index]); in vxlan_snoop() [all …]
|
D | vxlan_vnifilter.c | 485 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-v6.1/kernel/time/ |
D | posix-timers.c | 53 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-v6.1/drivers/crypto/ |
D | s5p-sss.c | 325 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-v6.1/include/linux/sunrpc/ |
D | cache.h | 70 spinlock_t hash_lock; member
|
/Linux-v6.1/include/net/ |
D | vxlan.h | 296 spinlock_t hash_lock[FDB_HASH_SIZE]; member
|