Searched refs:close_wait (Results 1 – 9 of 9) sorted by relevance
40 wait_queue_head_t close_wait; member302 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()
117 wait_queue_head_t close_wait; member887 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()
336 wait_queue_head_t close_wait; /* and for close to end */ member
451 wait_queue_head_t close_wait; member
740 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()
1674 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);
1006 wait_queue_head_t close_wait; member
1147 struct completion close_wait; /* Not yet matching the core */ member
646 init_completion(&info->close_wait); in init_r_port()1052 complete_all(&info->close_wait); in rp_close()