Lines Matching refs:waitq
133 init_waitqueue_head(&req->waitq); in fuse_request_init()
331 wake_up(&fiq->waitq); in fuse_dev_wake_and_unlock()
482 wake_up(&req->waitq); in fuse_request_end()
531 err = wait_event_interruptible(req->waitq, in request_wait_answer()
547 err = wait_event_killable(req->waitq, in request_wait_answer()
564 wait_event(req->waitq, test_bit(FR_FINISHED, &req->flags)); in request_wait_answer()
791 spin_lock(&req->waitq.lock); in lock_request()
796 spin_unlock(&req->waitq.lock); in lock_request()
809 spin_lock(&req->waitq.lock); in unlock_request()
814 spin_unlock(&req->waitq.lock); in unlock_request()
1024 spin_lock(&cs->req->waitq.lock); in fuse_try_move_page()
1029 spin_unlock(&cs->req->waitq.lock); in fuse_try_move_page()
1419 err = wait_event_interruptible_exclusive(fiq->waitq, in fuse_dev_do_read()
2322 poll_wait(file, &fiq->waitq, wait); in fuse_dev_poll()
2407 spin_lock(&req->waitq.lock); in fuse_abort_conn()
2414 spin_unlock(&req->waitq.lock); in fuse_abort_conn()
2434 wake_up_all(&fiq->waitq); in fuse_abort_conn()