Searched refs:peer_hash_lock (Results 1 – 4 of 4) sorted by relevance
347 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()357 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()375 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()381 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()411 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_worker()423 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_worker()
317 spin_lock(&rxnet->peer_hash_lock); in rxrpc_new_incoming_peer()320 spin_unlock(&rxnet->peer_hash_lock); in rxrpc_new_incoming_peer()353 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_lookup_peer()366 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_lookup_peer()419 spin_lock_bh(&rxnet->peer_hash_lock); in __rxrpc_put_peer()422 spin_unlock_bh(&rxnet->peer_hash_lock); in __rxrpc_put_peer()
86 spin_lock_init(&rxnet->peer_hash_lock); in rxrpc_init_net()
98 spinlock_t peer_hash_lock; /* Lock for ->peer_hash */ member