Lines Matching refs:open_wait
159 wait_queue_head_t open_wait; /* queue open() when O_EXCL present */
246 open_wait(Sg_device *sdp, int flags)
253 retval = wait_event_interruptible(sdp->open_wait,
266 retval = wait_event_interruptible(sdp->open_wait,
336 retval = open_wait(sdp, flags);
368 wake_up_interruptible(&sdp->open_wait);
400 wake_up_interruptible_all(&sdp->open_wait);
402 wake_up_interruptible(&sdp->open_wait);
1494 init_waitqueue_head(&sdp->open_wait);
1637 wake_up_interruptible_all(&sdp->open_wait);