Home
last modified time | relevance | path

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

/Linux-v5.15/net/sunrpc/
Dsysfs.c159 int locked, connected, connecting, close_wait, bound, binding, in rpc_sysfs_xprt_state_show() local
171 close_wait = test_bit(XPRT_CLOSE_WAIT, &xprt->state); in rpc_sysfs_xprt_state_show()
185 close_wait ? "CLOSE_WAIT" : "", in rpc_sysfs_xprt_state_show()
/Linux-v5.15/drivers/usb/gadget/function/
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-v5.15/drivers/atm/
Dfirestream.h436 wait_queue_head_t close_wait; member
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()
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);
Diphase.h1005 wait_queue_head_t close_wait; member