Searched refs:waitq (Results 1 – 15 of 15) sorted by relevance
/fs/orangefs/ |
D | waitqueue.c | 270 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()
|
D | orangefs-kernel.h | 135 struct completion waitq; member 149 complete(&op->waitq); in set_op_state_serviced() 177 complete(&op->waitq); in set_op_state_purged()
|
D | devorangefs-req.c | 303 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()
|
D | orangefs-cache.c | 124 init_completion(&new_op->waitq); in op_alloc()
|
/fs/fuse/ |
D | dev.c | 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() 337 wake_up(&req->waitq); in fuse_request_end() 385 err = wait_event_interruptible(req->waitq, in request_wait_answer() 399 err = wait_event_killable(req->waitq, in request_wait_answer() 420 wait_event(req->waitq, test_bit(FR_FINISHED, &req->flags)); in request_wait_answer() 632 spin_lock(&req->waitq.lock); in lock_request() 637 spin_unlock(&req->waitq.lock); in lock_request() 650 spin_lock(&req->waitq.lock); in unlock_request() [all …]
|
D | fuse_i.h | 458 wait_queue_head_t waitq; member 513 wait_queue_head_t waitq; member
|
D | inode.c | 813 init_waitqueue_head(&fiq->waitq); in fuse_iqueue_init()
|
/fs/afs/ |
D | rxrpc.c | 150 init_waitqueue_head(&call->waitq); in afs_alloc_call() 252 init_waitqueue_head(&call->waitq); in afs_alloc_flat_call() 618 add_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete() 643 remove_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete() 691 wake_up(&call->waitq); in afs_wake_up_call_waiter() 761 init_waitqueue_head(&call->waitq); in afs_charge_preallocation()
|
D | internal.h | 98 wait_queue_head_t waitq; /* processes awaiting completion */ member
|
/fs/autofs/ |
D | Makefile | 8 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
|
/fs/ |
D | fs-writeback.c | 169 wait_queue_head_t *waitq = done->waitq; in finish_writeback_work() local 173 wake_up_all(waitq); in finish_writeback_work() 209 wait_event(*done->waitq, !atomic_read(&done->cnt)); in wb_wait_for_completion()
|
/fs/kernfs/ |
D | dir.c | 1539 wait_queue_head_t *waitq = &kernfs_root(kn)->deactivate_waitq; in kernfs_remove_self() local 1543 prepare_to_wait(waitq, &wait, TASK_UNINTERRUPTIBLE); in kernfs_remove_self() 1553 finish_wait(waitq, &wait); in kernfs_remove_self()
|
/fs/nfs/ |
D | nfs4_fs.h | 200 wait_queue_head_t waitq; member
|
D | nfs4proc.c | 1574 wake_up_all(&state->waitq); in nfs_state_log_update_open_stateid() 1699 prepare_to_wait(&state->waitq, &wait, TASK_KILLABLE); in nfs_set_open_stateid_locked() 1717 finish_wait(&state->waitq, &wait); in nfs_set_open_stateid_locked() 3490 prepare_to_wait(&state->waitq, &wait, TASK_KILLABLE); in nfs4_refresh_open_old_stateid() 3500 finish_wait(&state->waitq, &wait); in nfs4_refresh_open_old_stateid()
|
D | nfs4state.c | 681 init_waitqueue_head(&state->waitq); in nfs4_alloc_open_state()
|