Home
last modified time | relevance | path

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

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