Searched refs:hash_lock (Results 1 – 13 of 13) sorted by relevance
| /linux/kernel/ |
| H A D | audit_tree.c | 212 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/drivers/md/dm-vdo/ |
| H A D | dedupe.c | 218 struct hash_lock { struct 342 static void return_hash_lock_to_pool(struct hash_zone *zone, struct hash_lock *lock) in return_hash_lock_to_pool() 360 if (data_vio->hash_lock == NULL) in vdo_get_duplicate_lock() 363 return data_vio->hash_lock->duplicate_lock; in vdo_get_duplicate_lock() 372 static inline u64 hash_lock_key(struct hash_lock *lock) in hash_lock_key() 400 VDO_ASSERT_LOG_ONLY(data_vio == data_vio->hash_lock->agent, in assert_hash_lock_agent() 410 static void set_duplicate_lock(struct hash_lock *hash_lock, struct pbn_lock *pbn_lock) in set_duplicate_lock() argument 412 VDO_ASSERT_LOG_ONLY((hash_lock->duplicate_lock == NULL), in set_duplicate_lock() 415 hash_lock->duplicate_lock = pbn_lock; in set_duplicate_lock() 424 static inline struct data_vio *dequeue_lock_waiter(struct hash_lock *lock) in dequeue_lock_waiter() [all …]
|
| H A D | dedupe.h | 30 struct hash_lock; 55 struct hash_lock *lock_array;
|
| H A D | statistics.h | 240 struct hash_lock_statistics hash_lock; member
|
| H A D | data-vio.c | 1259 VDO_ASSERT_LOG_ONLY(data_vio->hash_lock == NULL, in finish_cleanup() 1287 if (data_vio->hash_lock != NULL) { in perform_cleanup_stage() 1622 if (data_vio->hash_lock != NULL) in update_block_map() 1787 VDO_ASSERT_LOG_ONLY(data_vio->hash_lock != NULL, in launch_compress_data_vio()
|
| H A D | message-stats.c | 370 write_hash_lock_statistics("hashLock : ", &stats->hash_lock, ", ", buf, maxlen); in write_vdo_statistics()
|
| /linux/net/netfilter/ |
| H A 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() 214 mutex_init(&xn->hash_lock); in xt_rateest_net_init()
|
| /linux/net/sunrpc/ |
| H A 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() 141 spin_unlock(&detail->hash_lock); in sunrpc_cache_add_entry() 214 spin_lock(&detail->hash_lock); in sunrpc_cache_update() 218 spin_unlock(&detail->hash_lock); in sunrpc_cache_update() 222 spin_unlock(&detail->hash_lock); in sunrpc_cache_update() 233 spin_lock(&detail->hash_lock); in sunrpc_cache_update() 240 spin_unlock(&detail->hash_lock); in sunrpc_cache_update() 273 spin_lock(&detail->hash_lock); in try_to_negate_entry() [all …]
|
| /linux/Documentation/bpf/ |
| H A D | map_lru_hash_update.dot | 12 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 D | vxlan_vnifilter.c | 483 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 D | vxlan.h | 299 spinlock_t hash_lock; member
|
| /linux/net/bridge/ |
| H A D | br_device.c | 513 spin_lock_init(&br->hash_lock); in br_dev_setup()
|
| H A D | br_private.h | 496 spinlock_t hash_lock; member
|