Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Du_serial.c122 wait_queue_head_t close_wait; member
726 wake_up(&port->close_wait); in gs_close()
1160 init_waitqueue_head(&port->close_wait); in gs_port_alloc()
1192 wait_event(port->close_wait, gs_closed(port)); in gserial_free_port()
/kernel/linux/linux-5.10/drivers/net/wan/
Dz85230.h337 wait_queue_head_t close_wait; /* and for close to end */ member
/kernel/linux/linux-5.10/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()
892 init_waitqueue_head (&vcc->close_wait); in fs_open()
1119 wait_event_interruptible(vcc->close_wait, !vcc->last_skb); in fs_close()
Diphase.c1675 wake_up(&iadev->close_wait);
2172 init_waitqueue_head(&iadev->close_wait);
2456 wake_up(&ia_dev[i]->close_wait);
2646 wait_event_timeout(iadev->close_wait, (ia_vcc->vc_desc_cnt <= 0), closetime);
Diphase.h1006 wait_queue_head_t close_wait; member