Searched refs:chanwait (Results 1 – 2 of 2) sorted by relevance
46 init_waitqueue_head(&bundle->chanwait); in rxrpc_alloc_bundle()508 add_wait_queue(&bundle->chanwait, &myself); in rxrpc_connect_call()519 remove_wait_queue(&bundle->chanwait, &myself); in rxrpc_connect_call()611 remove_wait_queue(&bundle->chanwait, &myself); in rxrpc_connect_call()
227 wait_queue_head_t chanwait; /* wait for channel to become available */ member