Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Ddm-region-hash.c99 void (*wakeup_workers)(void *context); member
167 void (*wakeup_workers)(void *context), in dm_region_hash_create()
195 rh->wakeup_workers = wakeup_workers; in dm_region_hash_create()
583 rh->wakeup_workers(rh->context); in dm_rh_dec()
676 rh->wakeup_workers(rh->context); in dm_rh_recovery_end()
721 rh->wakeup_workers(rh->context); in dm_rh_start_recovery()
/Linux-v6.6/include/linux/
Ddm-region-hash.h41 void (*wakeup_workers)(void *context),