Searched refs:peer_hash_lock (Results 1 – 4 of 4) sorted by relevance
254 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()265 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()285 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()288 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()292 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()295 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()325 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_worker()337 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_worker()
327 spin_lock(&rxnet->peer_hash_lock); in rxrpc_new_incoming_peer()330 spin_unlock(&rxnet->peer_hash_lock); in rxrpc_new_incoming_peer()362 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_lookup_peer()375 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_lookup_peer()425 spin_lock_bh(&rxnet->peer_hash_lock); in __rxrpc_put_peer()428 spin_unlock_bh(&rxnet->peer_hash_lock); in __rxrpc_put_peer()
63 spin_lock_init(&rxnet->peer_hash_lock); in rxrpc_init_net()
87 spinlock_t peer_hash_lock; /* Lock for ->peer_hash */ member