Home
last modified time | relevance | path

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

/net/rxrpc/
Dar-connection.c46 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()
Dar-internal.h227 wait_queue_head_t chanwait; /* wait for channel to become available */ member