Home
last modified time | relevance | path

Searched refs:recovery_wait (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ocfs2/dlm/
H A Ddlmunlock.c92 int recovery_wait = 0; in dlmunlock_common() local
197 recovery_wait = 1; in dlmunlock_common()
234 if (recovery_wait) { in dlmunlock_common()
/linux/drivers/md/
H A Dmd.h532 wait_queue_head_t recovery_wait; member
H A Dmd.c781 init_waitqueue_head(&mddev->recovery_wait); in mddev_init()
5602 wake_up(&mddev->recovery_wait); in max_sync_store()
9080 wake_up(&mddev->recovery_wait); in md_done_sync()
9666 wait_event(mddev->recovery_wait, in md_do_sync()
9684 wait_event_interruptible(mddev->recovery_wait, in md_do_sync()
9772 wait_event(mddev->recovery_wait, in md_do_sync()
9784 wait_event(mddev->recovery_wait, !atomic_read(&mddev->recovery_active)); in md_do_sync()
H A Dmd-llbitmap.c1320 wait_event(mddev->recovery_wait, !atomic_read(&mddev->recovery_active)); in llbitmap_cond_end_sync()
H A Dmd-bitmap.c1896 wait_event(bitmap->mddev->recovery_wait, in bitmap_cond_end_sync()