Lines Matching refs:waitq
48 init_waitqueue_head(&req->waitq); in fuse_request_init()
215 wake_up_sync(&fiq->waitq); in fuse_dev_wake_and_unlock()
217 wake_up(&fiq->waitq); in fuse_dev_wake_and_unlock()
332 wake_up(&req->waitq); in fuse_request_end()
380 err = wait_event_interruptible(req->waitq, in request_wait_answer()
394 err = wait_event_killable(req->waitq, in request_wait_answer()
415 wait_event(req->waitq, test_bit(FR_FINISHED, &req->flags)); in request_wait_answer()
626 spin_lock(&req->waitq.lock); in lock_request()
631 spin_unlock(&req->waitq.lock); in lock_request()
644 spin_lock(&req->waitq.lock); in unlock_request()
649 spin_unlock(&req->waitq.lock); in unlock_request()
874 spin_lock(&cs->req->waitq.lock); in fuse_try_move_page()
879 spin_unlock(&cs->req->waitq.lock); in fuse_try_move_page()
1260 err = wait_event_interruptible_exclusive(fiq->waitq, in fuse_dev_do_read()
2092 poll_wait(file, &fiq->waitq, wait); in fuse_dev_poll()
2174 spin_lock(&req->waitq.lock); in fuse_abort_conn()
2181 spin_unlock(&req->waitq.lock); in fuse_abort_conn()
2201 wake_up_all(&fiq->waitq); in fuse_abort_conn()