Home
last modified time | relevance | path

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

/fs/fuse/
Ddev.c48 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 …]
Dfuse_i.h324 wait_queue_head_t waitq; member
392 wait_queue_head_t waitq; member
Dinode.c590 init_waitqueue_head(&fiq->waitq); in fuse_iqueue_init()
/fs/orangefs/
Dwaitqueue.c266 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()
Dorangefs-kernel.h150 struct completion waitq; member
164 complete(&op->waitq); in set_op_state_serviced()
192 complete(&op->waitq); in set_op_state_purged()
Ddevorangefs-req.c295 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()
Dorangefs-cache.c123 init_completion(&new_op->waitq); in op_alloc()
/fs/afs/
Dvlocation.c183 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()
Drxrpc.c227 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()
Dwrite.c49 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()
Dinternal.h78 wait_queue_head_t waitq; /* processes awaiting completion */ member
148 wait_queue_head_t waitq; /* completion and ready wait queue */ member
259 wait_queue_head_t waitq; /* status change waitqueue */ member
/fs/autofs4/
DMakefile7 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
/fs/kernfs/
Ddir.c1361 wait_queue_head_t *waitq = &kernfs_root(kn)->deactivate_waitq; in kernfs_remove_self() local
1365 prepare_to_wait(waitq, &wait, TASK_UNINTERRUPTIBLE); in kernfs_remove_self()
1375 finish_wait(waitq, &wait); in kernfs_remove_self()