Searched refs:waitq (Results 1 – 13 of 13) sorted by relevance
48 init_waitqueue_head(&req->waitq); in fuse_request_init()314 wake_up_locked(&fiq->waitq); in queue_request()326 spin_lock(&fiq->waitq.lock); in fuse_queue_forget()330 wake_up_locked(&fiq->waitq); in fuse_queue_forget()335 spin_unlock(&fiq->waitq.lock); in fuse_queue_forget()348 spin_lock(&fiq->waitq.lock); in flush_bg_queue()351 spin_unlock(&fiq->waitq.lock); in flush_bg_queue()370 spin_lock(&fiq->waitq.lock); in request_end()372 spin_unlock(&fiq->waitq.lock); in request_end()395 wake_up(&req->waitq); in request_end()[all …]
324 wait_queue_head_t waitq; member392 wait_queue_head_t waitq; member
590 init_waitqueue_head(&fiq->waitq); in fuse_iqueue_init()
266 wait_for_completion(&op->waitq); in orangefs_clean_up_interrupted_operation()294 reinit_completion(&op->waitq); in orangefs_clean_up_interrupted_operation()327 n = wait_for_completion_interruptible_timeout(&op->waitq, in wait_for_matching_downcall()330 n = wait_for_completion_killable_timeout(&op->waitq, timeout); in wait_for_matching_downcall()
150 struct completion waitq; member164 complete(&op->waitq); in set_op_state_serviced()192 complete(&op->waitq); in set_op_state_purged()
295 complete(&cur_op->waitq); in orangefs_devreq_read()337 complete(&cur_op->waitq); in orangefs_devreq_read()492 complete(&op->waitq); in orangefs_devreq_write_iter()
123 init_completion(&new_op->waitq); in op_alloc()
183 init_waitqueue_head(&vl->waitq); in afs_vlocation_alloc()422 wake_up(&vl->waitq); in afs_vlocation_lookup()463 ret = wait_event_interruptible(vl->waitq, in afs_vlocation_lookup()481 wake_up(&vl->waitq); in afs_vlocation_lookup()684 wake_up(&vl->waitq); in afs_vlocation_updater()
227 init_waitqueue_head(&call->waitq); in afs_alloc_flat_call()501 add_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete()519 remove_wait_queue(&call->waitq, &myself); in afs_wait_for_call_to_complete()545 wake_up(&call->waitq); in afs_wake_up_call_waiter()640 init_waitqueue_head(&call->waitq); in afs_charge_preallocation()
49 wake_up(&front->waitq); in afs_unlink_writeback()144 init_waitqueue_head(&candidate->waitq); in afs_write_begin()716 init_waitqueue_head(&wb->waitq); in afs_fsync()735 ret = wait_event_interruptible(wb->waitq, in afs_fsync()
78 wait_queue_head_t waitq; /* processes awaiting completion */ member148 wait_queue_head_t waitq; /* completion and ready wait queue */ member259 wait_queue_head_t waitq; /* status change waitqueue */ member
7 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
1361 wait_queue_head_t *waitq = &kernfs_root(kn)->deactivate_waitq; in kernfs_remove_self() local1365 prepare_to_wait(waitq, &wait, TASK_UNINTERRUPTIBLE); in kernfs_remove_self()1375 finish_wait(waitq, &wait); in kernfs_remove_self()