Searched refs:peer_hash_lock (Results 1 – 4 of 4) sorted by relevance
357 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()367 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()385 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()391 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()421 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_worker()433 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_worker()
312 spin_lock(&rxnet->peer_hash_lock); in rxrpc_new_incoming_peer()315 spin_unlock(&rxnet->peer_hash_lock); in rxrpc_new_incoming_peer()348 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_lookup_peer()361 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_lookup_peer()414 spin_lock_bh(&rxnet->peer_hash_lock); in __rxrpc_put_peer()417 spin_unlock_bh(&rxnet->peer_hash_lock); in __rxrpc_put_peer()
82 spin_lock_init(&rxnet->peer_hash_lock); in rxrpc_init_net()
94 spinlock_t peer_hash_lock; /* Lock for ->peer_hash */ member