Lines Matching refs:waitq
47 init_waitqueue_head(&req->waitq); in fuse_request_init()
213 wake_up(&fiq->waitq); in fuse_dev_wake_and_unlock()
324 wake_up(&req->waitq); in fuse_request_end()
372 err = wait_event_interruptible(req->waitq, in request_wait_answer()
386 err = wait_event_killable(req->waitq, in request_wait_answer()
407 wait_event(req->waitq, test_bit(FR_FINISHED, &req->flags)); in request_wait_answer()
616 spin_lock(&req->waitq.lock); in lock_request()
621 spin_unlock(&req->waitq.lock); in lock_request()
634 spin_lock(&req->waitq.lock); in unlock_request()
639 spin_unlock(&req->waitq.lock); in unlock_request()
857 spin_lock(&cs->req->waitq.lock); in fuse_try_move_page()
862 spin_unlock(&cs->req->waitq.lock); in fuse_try_move_page()
1243 err = wait_event_interruptible_exclusive(fiq->waitq, in fuse_dev_do_read()
2067 poll_wait(file, &fiq->waitq, wait); in fuse_dev_poll()
2149 spin_lock(&req->waitq.lock); in fuse_abort_conn()
2156 spin_unlock(&req->waitq.lock); in fuse_abort_conn()
2176 wake_up_all(&fiq->waitq); in fuse_abort_conn()