Home
last modified time | relevance | path

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

/Linux-v6.1/net/sunrpc/
Dsysfs.c171 int locked, connected, connecting, close_wait, bound, binding, in rpc_sysfs_xprt_state_show() local
180 close_wait = test_bit(XPRT_CLOSE_WAIT, &xprt->state); in rpc_sysfs_xprt_state_show()
194 close_wait ? "CLOSE_WAIT" : "", in rpc_sysfs_xprt_state_show()
/Linux-v6.1/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-v6.1/drivers/atm/
Diphase.c1676 wake_up(&iadev->close_wait);
2173 init_waitqueue_head(&iadev->close_wait);
2457 wake_up(&ia_dev[i]->close_wait);
2647 wait_event_timeout(iadev->close_wait, (ia_vcc->vc_desc_cnt <= 0), closetime);
Diphase.h1005 wait_queue_head_t close_wait; member