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