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

/linux-master/net/sunrpc/
H A Dsysfs.c171 int locked, connected, connecting, close_wait, bound, binding, local
180 close_wait = test_bit(XPRT_CLOSE_WAIT, &xprt->state);
194 close_wait ? "CLOSE_WAIT" : "",
/linux-master/drivers/usb/gadget/function/
H A Du_serial.c126 wait_queue_head_t close_wait; member in struct:gs_port
732 wake_up(&port->close_wait);
1169 init_waitqueue_head(&port->close_wait);
1201 wait_event(port->close_wait, gs_closed(port));
/linux-master/drivers/atm/
H A Diphase.c1677 wake_up(&iadev->close_wait);
2174 init_waitqueue_head(&iadev->close_wait);
2460 wake_up(&ia_dev[i]->close_wait);
2650 wait_event_timeout(iadev->close_wait, (ia_vcc->vc_desc_cnt <= 0), closetime);
H A Diphase.h1005 wait_queue_head_t close_wait; member in struct:iadev_priv

Completed in 230 milliseconds