Home
last modified time | relevance | path

Searched refs:wakeup_workers (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/md/
Ddm-region-hash.c95 void (*wakeup_workers)(void *context); member
163 void (*wakeup_workers)(void *context), in dm_region_hash_create()
190 rh->wakeup_workers = wakeup_workers; in dm_region_hash_create()
580 rh->wakeup_workers(rh->context); in dm_rh_dec()
673 rh->wakeup_workers(rh->context); in dm_rh_recovery_end()
718 rh->wakeup_workers(rh->context); in dm_rh_start_recovery()
/linux-4.1.27/include/linux/
Ddm-region-hash.h38 void (*wakeup_workers)(void *context),