Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/sunrpc/
H A 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()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Du_serial.c125 wait_queue_head_t close_wait; member
729 wake_up(&port->close_wait); in gs_close()
1166 init_waitqueue_head(&port->close_wait); in gs_port_alloc()
1198 wait_event(port->close_wait, gs_closed(port)); in gserial_free_port()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Du_serial.c126 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()
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dz85230.h337 wait_queue_head_t close_wait; /* and for close to end */ member
/kernel/linux/linux-5.10/drivers/atm/
H A Dfirestream.h436 wait_queue_head_t close_wait; member
H A Dfirestream.c729 wake_up_interruptible (& FS_VCC (ATM_SKB(skb)->vcc)->close_wait); in process_txdone_queue()
892 init_waitqueue_head (&vcc->close_wait); in fs_open()
1119 wait_event_interruptible(vcc->close_wait, !vcc->last_skb); in fs_close()
H A Diphase.c1675 wake_up(&iadev->close_wait);
2172 init_waitqueue_head(&iadev->close_wait);
2458 wake_up(&ia_dev[i]->close_wait);
2648 wait_event_timeout(iadev->close_wait, (ia_vcc->vc_desc_cnt <= 0), closetime);
H A Diphase.h1006 wait_queue_head_t close_wait; member
/kernel/linux/linux-6.6/drivers/atm/
H A Diphase.c1676 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 Diphase.h1005 wait_queue_head_t close_wait; member

Completed in 31 milliseconds