Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddivasi.c40 wait_queue_head_t close_wait; member
302 init_waitqueue_head(&p_os->close_wait); in um_idi_open_adapter()
457 wake_up_interruptible(&p_os->close_wait); in diva_os_wakeup_close()
467 wake_up_interruptible(&p_os->close_wait); in diva_um_timer_function()
512 add_wait_queue(&p_os->close_wait, &wait); in remove_entity()
522 remove_wait_queue(&p_os->close_wait, &wait); in remove_entity()
529 add_wait_queue(&p_os->close_wait, &wait); in remove_entity()
539 remove_wait_queue(&p_os->close_wait, &wait); in remove_entity()
/linux-4.4.14/drivers/usb/gadget/function/
Du_serial.c117 wait_queue_head_t close_wait; member
887 wake_up(&port->close_wait); in gs_close()
1047 init_waitqueue_head(&port->close_wait); in gs_port_alloc()
1078 wait_event(port->close_wait, gs_closed(port)); in gserial_free_port()
/linux-4.4.14/drivers/net/wan/
Dz85230.h336 wait_queue_head_t close_wait; /* and for close to end */ member
/linux-4.4.14/drivers/atm/
Dfirestream.h451 wait_queue_head_t close_wait; member
Dfirestream.c740 wake_up_interruptible (& FS_VCC (ATM_SKB(skb)->vcc)->close_wait); in process_txdone_queue()
903 init_waitqueue_head (&vcc->close_wait); in fs_open()
1126 wait_event_interruptible(vcc->close_wait, !vcc->last_skb); in fs_close()
Diphase.c1674 wake_up(&iadev->close_wait);
2166 init_waitqueue_head(&iadev->close_wait);
2450 wake_up(&ia_dev[i]->close_wait);
2640 wait_event_timeout(iadev->close_wait, (ia_vcc->vc_desc_cnt <= 0), closetime);
Diphase.h1006 wait_queue_head_t close_wait; member
/linux-4.4.14/drivers/tty/
Drocket_int.h1147 struct completion close_wait; /* Not yet matching the core */ member
Drocket.c646 init_completion(&info->close_wait); in init_r_port()
1052 complete_all(&info->close_wait); in rp_close()