Searched refs:peer_hash_lock (Results 1 – 4 of 4) sorted by relevance
269 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()280 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()300 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()303 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()307 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()310 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()340 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_worker()352 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_worker()
325 spin_lock(&rxnet->peer_hash_lock); in rxrpc_new_incoming_peer()328 spin_unlock(&rxnet->peer_hash_lock); in rxrpc_new_incoming_peer()360 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_lookup_peer()373 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_lookup_peer()423 spin_lock_bh(&rxnet->peer_hash_lock); in __rxrpc_put_peer()426 spin_unlock_bh(&rxnet->peer_hash_lock); in __rxrpc_put_peer()
63 spin_lock_init(&rxnet->peer_hash_lock); in rxrpc_init_net()
90 spinlock_t peer_hash_lock; /* Lock for ->peer_hash */ member