Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/sunrpc/
Dxprt.h180 wait_queue_head_t cong_wait; member
/linux-2.4.37.9/net/sunrpc/
Dxprt.c1403 init_waitqueue_head(&xprt->cong_wait); in xprt_setup()
1581 if (waitqueue_active(&xprt->cong_wait)) in xprt_shutdown()
1582 wake_up(&xprt->cong_wait); in xprt_shutdown()
1591 if (waitqueue_active(&xprt->cong_wait)) in xprt_clear_backlog()
1592 wake_up(&xprt->cong_wait); in xprt_clear_backlog()