Searched refs:close_wait (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/sunrpc/ |
H A D | sysfs.c | 171 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()
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | u_serial.c | 126 wait_queue_head_t close_wait; member 732 wake_up(&port->close_wait); in gs_close() 1169 init_waitqueue_head(&port->close_wait); in gs_port_alloc() 1201 wait_event(port->close_wait, gs_closed(port)); in gserial_free_port()
|
/openbmc/linux/drivers/atm/ |
H A D | iphase.c | 1676 wake_up(&iadev->close_wait); 2173 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);
|
H A D | iphase.h | 1005 wait_queue_head_t close_wait; member
|