Lines Matching refs:wait
100 wait_queue_head_t wait; member
154 wake_up(&desc->wait); in wdm_out_callback()
204 wake_up(&desc->wait); in wdm_in_callback()
376 r = wait_event_interruptible(desc->wait, !test_bit(WDM_IN_USE, in wdm_write()
503 rv = wait_event_interruptible(desc->wait, in wdm_read()
580 wait_event(desc->wait, !test_bit(WDM_IN_USE, &desc->flags)); in wdm_flush()
590 static unsigned int wdm_poll(struct file *file, struct poll_table_struct *wait) in wdm_poll() argument
610 poll_wait(file, &desc->wait, wait); in wdm_poll()
768 init_waitqueue_head(&desc->wait); in wdm_create()
974 wake_up_all(&desc->wait); in wdm_disconnect()
1075 wake_up_all(&desc->wait); in wdm_pre_reset()