Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hardware/eicon/
Ddivasi.c40 wait_queue_head_t close_wait; member
289 init_waitqueue_head(&p_os->close_wait); in um_idi_open_adapter()
442 wake_up_interruptible(&p_os->close_wait); in diva_os_wakeup_close()
452 wake_up_interruptible(&p_os->close_wait); in diva_um_timer_function()
497 add_wait_queue(&p_os->close_wait, &wait); in remove_entity()
507 remove_wait_queue(&p_os->close_wait, &wait); in remove_entity()
514 add_wait_queue(&p_os->close_wait, &wait); in remove_entity()
524 remove_wait_queue(&p_os->close_wait, &wait); in remove_entity()
/Linux-v4.19/drivers/usb/gadget/function/
Du_serial.c121 wait_queue_head_t close_wait; member
759 wake_up(&port->close_wait); in gs_close()
1160 init_waitqueue_head(&port->close_wait); in gs_port_alloc()
1191 wait_event(port->close_wait, gs_closed(port)); in gserial_free_port()
/Linux-v4.19/drivers/net/wan/
Dz85230.h337 wait_queue_head_t close_wait; /* and for close to end */ member
/Linux-v4.19/drivers/atm/
Dfirestream.h451 wait_queue_head_t close_wait; member
Dfirestream.c744 wake_up_interruptible (& FS_VCC (ATM_SKB(skb)->vcc)->close_wait); in process_txdone_queue()
907 init_waitqueue_head (&vcc->close_wait); in fs_open()
1130 wait_event_interruptible(vcc->close_wait, !vcc->last_skb); in fs_close()
Diphase.c1674 wake_up(&iadev->close_wait);
2171 init_waitqueue_head(&iadev->close_wait);
2455 wake_up(&ia_dev[i]->close_wait);
2645 wait_event_timeout(iadev->close_wait, (ia_vcc->vc_desc_cnt <= 0), closetime);
Diphase.h1006 wait_queue_head_t close_wait; member