Searched refs:peer_hash_lock (Results 1 – 4 of 4) sorted by relevance
322 spin_lock(&rxnet->peer_hash_lock); in rxrpc_new_incoming_peer()325 spin_unlock(&rxnet->peer_hash_lock); in rxrpc_new_incoming_peer()358 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_lookup_peer()371 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_lookup_peer()424 spin_lock_bh(&rxnet->peer_hash_lock); in __rxrpc_put_peer()427 spin_unlock_bh(&rxnet->peer_hash_lock); in __rxrpc_put_peer()
531 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()542 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()561 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()569 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_dispatch()599 spin_lock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_worker()611 spin_unlock_bh(&rxnet->peer_hash_lock); in rxrpc_peer_keepalive_worker()
79 spin_lock_init(&rxnet->peer_hash_lock); in rxrpc_init_net()
87 spinlock_t peer_hash_lock; /* Lock for ->peer_hash */ member