Lines Matching refs:waitq
134 init_waitqueue_head(&req->waitq); in fuse_request_init()
332 wake_up(&fiq->waitq); in fuse_dev_wake_and_unlock()
483 wake_up(&req->waitq); in fuse_request_end()
532 err = wait_event_interruptible(req->waitq, in request_wait_answer()
548 err = wait_event_killable(req->waitq, in request_wait_answer()
565 wait_event(req->waitq, test_bit(FR_FINISHED, &req->flags)); in request_wait_answer()
792 spin_lock(&req->waitq.lock); in lock_request()
797 spin_unlock(&req->waitq.lock); in lock_request()
810 spin_lock(&req->waitq.lock); in unlock_request()
815 spin_unlock(&req->waitq.lock); in unlock_request()
1025 spin_lock(&cs->req->waitq.lock); in fuse_try_move_folio()
1030 spin_unlock(&cs->req->waitq.lock); in fuse_try_move_folio()
1421 err = wait_event_interruptible_exclusive(fiq->waitq, in fuse_dev_do_read()
2348 poll_wait(file, &fiq->waitq, wait); in fuse_dev_poll()
2433 spin_lock(&req->waitq.lock); in fuse_abort_conn()
2440 spin_unlock(&req->waitq.lock); in fuse_abort_conn()
2460 wake_up_all(&fiq->waitq); in fuse_abort_conn()