| /Linux-v5.15/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-v5.15/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() 164 mutex_unlock(&xn->hash_lock); in xt_rateest_tg_checkentry() 170 mutex_unlock(&xn->hash_lock); in xt_rateest_tg_checkentry() 198 mutex_init(&xn->hash_lock); in xt_rateest_net_init()
|
| /Linux-v5.15/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-v5.15/net/bridge/ |
| D | br_fdb.c | 111 lockdep_assert_held_once(&br->hash_lock); in br_fdb_find() 252 spin_lock_bh(&br->hash_lock); in br_fdb_find_delete_local() 257 spin_unlock_bh(&br->hash_lock); in br_fdb_find_delete_local() 267 spin_lock_bh(&br->hash_lock); in br_fdb_changeaddr() 299 spin_unlock_bh(&br->hash_lock); in br_fdb_changeaddr() 308 spin_lock_bh(&br->hash_lock); in br_fdb_change_mac_address() 334 spin_unlock_bh(&br->hash_lock); in br_fdb_change_mac_address() 370 spin_lock_bh(&br->hash_lock); in br_fdb_cleanup() 373 spin_unlock_bh(&br->hash_lock); in br_fdb_cleanup() 389 spin_lock_bh(&br->hash_lock); in br_fdb_flush() [all …]
|
| D | br_device.c | 511 spin_lock_init(&br->hash_lock); in br_dev_setup()
|
| D | br_private.h | 449 spinlock_t hash_lock; member
|
| /Linux-v5.15/fs/hfs/ |
| D | bnode.c | 276 spin_lock(&tree->hash_lock); in __hfs_bnode_create() 284 spin_unlock(&tree->hash_lock); in __hfs_bnode_create() 289 spin_unlock(&tree->hash_lock); in __hfs_bnode_create() 334 spin_lock(&tree->hash_lock); in hfs_bnode_find() 338 spin_unlock(&tree->hash_lock); in hfs_bnode_find() 344 spin_unlock(&tree->hash_lock); in hfs_bnode_find() 426 spin_lock(&tree->hash_lock); in hfs_bnode_create() 428 spin_unlock(&tree->hash_lock); in hfs_bnode_create() 479 if (!atomic_dec_and_lock(&node->refcnt, &tree->hash_lock)) in hfs_bnode_put() 489 spin_unlock(&tree->hash_lock); in hfs_bnode_put() [all …]
|
| D | inode.c | 99 spin_lock(&tree->hash_lock); in hfs_releasepage() 109 spin_unlock(&tree->hash_lock); in hfs_releasepage() 113 spin_lock(&tree->hash_lock); in hfs_releasepage() 125 spin_unlock(&tree->hash_lock); in hfs_releasepage()
|
| D | btree.h | 47 spinlock_t hash_lock; member
|
| D | btree.c | 32 spin_lock_init(&tree->hash_lock); in hfs_btree_open()
|
| /Linux-v5.15/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-v5.15/net/sunrpc/ |
| D | cache.c | 114 spin_lock(&detail->hash_lock); in sunrpc_cache_add_entry() 118 lockdep_is_held(&detail->hash_lock)) { in sunrpc_cache_add_entry() 129 spin_unlock(&detail->hash_lock); in sunrpc_cache_add_entry() 137 spin_unlock(&detail->hash_lock); in sunrpc_cache_add_entry() 210 spin_lock(&detail->hash_lock); in sunrpc_cache_update() 214 spin_unlock(&detail->hash_lock); in sunrpc_cache_update() 218 spin_unlock(&detail->hash_lock); in sunrpc_cache_update() 229 spin_lock(&detail->hash_lock); in sunrpc_cache_update() 236 spin_unlock(&detail->hash_lock); in sunrpc_cache_update() 269 spin_lock(&detail->hash_lock); in try_to_negate_entry() [all …]
|
| /Linux-v5.15/fs/hfsplus/ |
| D | bnode.c | 426 spin_lock(&tree->hash_lock); in __hfs_bnode_create() 434 spin_unlock(&tree->hash_lock); in __hfs_bnode_create() 440 spin_unlock(&tree->hash_lock); in __hfs_bnode_create() 485 spin_lock(&tree->hash_lock); in hfs_bnode_find() 489 spin_unlock(&tree->hash_lock); in hfs_bnode_find() 496 spin_unlock(&tree->hash_lock); in hfs_bnode_find() 579 spin_lock(&tree->hash_lock); in hfs_bnode_create() 581 spin_unlock(&tree->hash_lock); in hfs_bnode_create() 632 if (!atomic_dec_and_lock(&node->refcnt, &tree->hash_lock)) in hfs_bnode_put() 642 spin_unlock(&tree->hash_lock); in hfs_bnode_put() [all …]
|
| D | inode.c | 95 spin_lock(&tree->hash_lock); in hfsplus_releasepage() 105 spin_unlock(&tree->hash_lock); in hfsplus_releasepage() 110 spin_lock(&tree->hash_lock); in hfsplus_releasepage() 122 spin_unlock(&tree->hash_lock); in hfsplus_releasepage()
|
| 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-v5.15/drivers/net/ |
| D | vxlan.c | 631 spin_lock_bh(&vxlan->hash_lock[h]); in vxlan_fdb_replay() 643 spin_unlock_bh(&vxlan->hash_lock[h]); in vxlan_fdb_replay() 648 spin_unlock_bh(&vxlan->hash_lock[h]); in vxlan_fdb_replay() 665 spin_lock_bh(&vxlan->hash_lock[h]); in vxlan_fdb_clear_offload() 670 spin_unlock_bh(&vxlan->hash_lock[h]); in vxlan_fdb_clear_offload() 1299 spin_lock_bh(&vxlan->hash_lock[hash_index]); in vxlan_fdb_add() 1304 spin_unlock_bh(&vxlan->hash_lock[hash_index]); in vxlan_fdb_add() 1361 spin_lock_bh(&vxlan->hash_lock[hash_index]); in vxlan_fdb_delete() 1364 spin_unlock_bh(&vxlan->hash_lock[hash_index]); in vxlan_fdb_delete() 1504 spin_lock(&vxlan->hash_lock[hash_index]); in vxlan_snoop() [all …]
|
| /Linux-v5.15/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-v5.15/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() 2234 spin_lock_init(&pdata->hash_lock); in s5p_aes_probe()
|
| /Linux-v5.15/include/linux/sunrpc/ |
| D | cache.h | 70 spinlock_t hash_lock; member
|
| /Linux-v5.15/include/net/ |
| D | vxlan.h | 250 spinlock_t hash_lock[FDB_HASH_SIZE]; member
|