Home
last modified time | relevance | path

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

/linux-4.4.14/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()
578 rh->wakeup_workers(rh->context); in dm_rh_dec()
671 rh->wakeup_workers(rh->context); in dm_rh_recovery_end()
716 rh->wakeup_workers(rh->context); in dm_rh_start_recovery()
/linux-4.4.14/include/linux/
Ddm-region-hash.h38 void (*wakeup_workers)(void *context),