Searched refs:peer_hash_lock (Results 1 – 4 of 4) sorted by relevance
312 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()323 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()342 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()350 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()380 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_worker()392 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_worker()
316 spin_lock(&rxnet->peer_hash_lock); in rxrpc_new_incoming_peer()319 spin_unlock(&rxnet->peer_hash_lock); in rxrpc_new_incoming_peer()352 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_lookup_peer()365 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_lookup_peer()418 spin_lock_bh(&rxnet->peer_hash_lock); in __rxrpc_put_peer()421 spin_unlock_bh(&rxnet->peer_hash_lock); in __rxrpc_put_peer()
79 spin_lock_init(&rxnet->peer_hash_lock); in rxrpc_init_net()
93 spinlock_t peer_hash_lock; /* Lock for ->peer_hash */ member