Home
last modified time | relevance | path

Searched refs:waitq (Results 1 – 19 of 19) sorted by relevance

/fs/netfs/
A Dmisc.c327 wake_up(&rreq->waitq); in netfs_wake_collector()
364 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_wait_for_in_progress_stream()
375 finish_wait(&rreq->waitq, &myself); in netfs_wait_for_in_progress_stream()
440 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_wait_for_in_progress()
465 finish_wait(&rreq->waitq, &myself); in netfs_wait_for_in_progress()
509 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_wait_for_pause()
535 finish_wait(&rreq->waitq, &myself); in netfs_wait_for_pause()
A Dobjects.c54 init_waitqueue_head(&rreq->waitq); in netfs_alloc_request()
A Dinternal.h279 wake_up(&rreq->waitq); in netfs_wake_rreq_flag()
/fs/orangefs/
A Dwaitqueue.c270 wait_for_completion(&op->waitq); in orangefs_clean_up_interrupted_operation()
298 reinit_completion(&op->waitq); in orangefs_clean_up_interrupted_operation()
334 n = wait_for_completion_io_timeout(&op->waitq, timeout); in wait_for_matching_downcall()
336 n = wait_for_completion_interruptible_timeout(&op->waitq, in wait_for_matching_downcall()
339 n = wait_for_completion_killable_timeout(&op->waitq, timeout); in wait_for_matching_downcall()
A Dorangefs-kernel.h129 struct completion waitq; member
143 complete(&op->waitq); in set_op_state_serviced()
171 complete(&op->waitq); in set_op_state_purged()
A Ddevorangefs-req.c303 complete(&cur_op->waitq); in orangefs_devreq_read()
345 complete(&cur_op->waitq); in orangefs_devreq_read()
491 complete(&op->waitq); in orangefs_devreq_write_iter()
A Dorangefs-cache.c124 init_completion(&new_op->waitq); in op_alloc()
/fs/fuse/
A Ddev.c134 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()
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()
2433 spin_lock(&req->waitq.lock); in fuse_abort_conn()
[all …]
A Dfuse_i.h451 wait_queue_head_t waitq; member
512 wait_queue_head_t waitq; member
615 wait_queue_head_t waitq; member
1098 wake_up(&bucket->waitq); in fuse_sync_bucket_dec()
A Dinode.c674 init_waitqueue_head(&bucket->waitq); in fuse_sync_bucket_alloc()
712 wait_event(bucket->waitq, atomic_read(&bucket->count) == 0); in fuse_sync_fs_writes()
934 init_waitqueue_head(&fiq->waitq); in fuse_iqueue_init()
/fs/afs/
A Drxrpc.c174 init_waitqueue_head(&call->waitq); in afs_alloc_call()
299 init_waitqueue_head(&call->waitq); in afs_alloc_flat_call()
632 add_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete()
657 remove_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete()
684 wake_up(&call->waitq); in afs_wake_up_call_waiter()
754 init_waitqueue_head(&call->waitq); in afs_charge_preallocation()
A Dinternal.h131 wait_queue_head_t waitq; /* processes awaiting completion */ member
/fs/autofs/
A DMakefile8 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
/fs/
A Dfs-writeback.c176 wait_queue_head_t *waitq = done->waitq; in finish_writeback_work() local
180 wake_up_all(waitq); in finish_writeback_work()
216 wait_event(*done->waitq, !atomic_read(&done->cnt)); in wb_wait_for_completion()
/fs/kernfs/
A Ddir.c1660 wait_queue_head_t *waitq = &kernfs_root(kn)->deactivate_waitq; in kernfs_remove_self() local
1664 prepare_to_wait(waitq, &wait, TASK_UNINTERRUPTIBLE); in kernfs_remove_self()
1674 finish_wait(waitq, &wait); in kernfs_remove_self()
/fs/nfs/
A Dnfs4_fs.h201 wait_queue_head_t waitq; member
A Dnfs4proc.c1663 wake_up_all(&state->waitq); in nfs_state_log_update_open_stateid()
1788 prepare_to_wait(&state->waitq, &wait, TASK_KILLABLE); in nfs_set_open_stateid_locked()
1807 finish_wait(&state->waitq, &wait); in nfs_set_open_stateid_locked()
3597 prepare_to_wait(&state->waitq, &wait, TASK_KILLABLE); in nfs4_refresh_open_old_stateid()
3607 finish_wait(&state->waitq, &wait); in nfs4_refresh_open_old_stateid()
A Dnfs4state.c674 init_waitqueue_head(&state->waitq); in nfs4_alloc_open_state()
/fs/smb/server/
A Dtransport_rdma.c951 wait_queue_head_t *waitq, atomic_t *total_credits, in wait_for_credits() argument
961 ret = wait_event_interruptible(*waitq, in wait_for_credits()

Completed in 75 milliseconds