Home
last modified time | relevance | path

Searched refs:wakeup_all_recovery_waiters (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/md/
Ddm-region-hash.c98 void (*wakeup_all_recovery_waiters)(void *context); member
164 void (*wakeup_all_recovery_waiters)(void *context), in dm_region_hash_create()
191 rh->wakeup_all_recovery_waiters = wakeup_all_recovery_waiters; in dm_region_hash_create()
381 rh->wakeup_all_recovery_waiters(rh->context); in complete_resync_work()
638 rh->wakeup_all_recovery_waiters(rh->context); in dm_rh_recovery_prepare()
Ddm-raid1.c114 static void wakeup_all_recovery_waiters(void *context) in wakeup_all_recovery_waiters() function
897 wakeup_all_recovery_waiters, in alloc_context()
/linux-4.1.27/include/linux/
Ddm-region-hash.h39 void (*wakeup_all_recovery_waiters)(void *context),