Home
last modified time | relevance | path

Searched refs:close_wait (Results 1 – 6 of 6) sorted by relevance

/linux/net/sunrpc/
A Dsysfs.c163 int locked, connected, connecting, close_wait, bound, binding, in rpc_sysfs_xprt_state_show() local
175 close_wait = test_bit(XPRT_CLOSE_WAIT, &xprt->state); in rpc_sysfs_xprt_state_show()
189 close_wait ? "CLOSE_WAIT" : "", in rpc_sysfs_xprt_state_show()
/linux/drivers/usb/gadget/function/
A Du_serial.c122 wait_queue_head_t close_wait; member
724 wake_up(&port->close_wait); in gs_close()
1158 init_waitqueue_head(&port->close_wait); in gs_port_alloc()
1190 wait_event(port->close_wait, gs_closed(port)); in gserial_free_port()
/linux/drivers/atm/
A Dfirestream.h436 wait_queue_head_t close_wait; member
A Dfirestream.c729 wake_up_interruptible (& FS_VCC (ATM_SKB(skb)->vcc)->close_wait); in process_txdone_queue()
893 init_waitqueue_head (&vcc->close_wait); in fs_open()
1120 wait_event_interruptible(vcc->close_wait, !vcc->last_skb); in fs_close()
A Diphase.c1678 wake_up(&iadev->close_wait);
2175 init_waitqueue_head(&iadev->close_wait);
2459 wake_up(&ia_dev[i]->close_wait);
2649 wait_event_timeout(iadev->close_wait, (ia_vcc->vc_desc_cnt <= 0), closetime);
A Diphase.h1005 wait_queue_head_t close_wait; member

Completed in 25 milliseconds