Home
last modified time | relevance | path

Searched refs:rpc_queue_lock (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/sunrpc/
Dsched.c76 static spinlock_t rpc_queue_lock = SPIN_LOCK_UNLOCKED; variable
125 spin_lock_bh(&rpc_queue_lock); in rpc_run_timer()
128 spin_unlock_bh(&rpc_queue_lock); in rpc_run_timer()
159 spin_lock_bh(&rpc_queue_lock); in rpc_add_timer()
162 spin_unlock_bh(&rpc_queue_lock); in rpc_add_timer()
211 spin_lock_bh(&rpc_queue_lock); in rpc_add_wait_queue()
213 spin_unlock_bh(&rpc_queue_lock); in rpc_add_wait_queue()
241 spin_lock_bh(&rpc_queue_lock); in rpc_remove_wait_queue()
243 spin_unlock_bh(&rpc_queue_lock); in rpc_remove_wait_queue()
354 spin_lock_bh(&rpc_queue_lock); in rpc_sleep_on()
[all …]