Lines Matching defs:context
48 * this is never held in write mode from interrupt context,
55 * context, so all other uses will have to suspend local irqs.
89 void *context;
93 void (*dispatch_bios)(void *context, struct bio_list *bios);
96 void (*wakeup_workers)(void *context);
99 void (*wakeup_all_recovery_waiters)(void *context);
137 return reg->rh->context;
162 void *context, void (*dispatch_bios)(void *context,
164 void (*wakeup_workers)(void *context),
165 void (*wakeup_all_recovery_waiters)(void *context),
190 rh->context = context;
379 rh->dispatch_bios(rh->context, ®->delayed_bios);
381 rh->wakeup_all_recovery_waiters(rh->context);
393 * This function is _not_ safe in interrupt context!
580 rh->wakeup_workers(rh->context);
638 rh->wakeup_all_recovery_waiters(rh->context);
673 rh->wakeup_workers(rh->context);
718 rh->wakeup_workers(rh->context);