Home
last modified time | relevance | path

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

/linux/fs/ocfs2/dlm/
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/
A Dmd.h415 wait_queue_head_t recovery_wait; member
A Dmd.c688 init_waitqueue_head(&mddev->recovery_wait); in mddev_init()
5125 wake_up(&mddev->recovery_wait); in max_sync_store()
8477 wake_up(&mddev->recovery_wait); in md_done_sync()
8895 wait_event(mddev->recovery_wait, in md_do_sync()
8913 wait_event_interruptible(mddev->recovery_wait, in md_do_sync()
8992 wait_event(mddev->recovery_wait, in md_do_sync()
9004 wait_event(mddev->recovery_wait, !atomic_read(&mddev->recovery_active)); in md_do_sync()
A Dmd-bitmap.c1623 wait_event(bitmap->mddev->recovery_wait, in md_bitmap_cond_end_sync()

Completed in 27 milliseconds