Searched refs:close_wait (Results 1 – 6 of 6) sorted by relevance
122 wait_queue_head_t close_wait; member726 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()
337 wait_queue_head_t close_wait; /* and for close to end */ member
436 wait_queue_head_t close_wait; member
729 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()
1675 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);
1006 wait_queue_head_t close_wait; member