Lines Matching defs:context
50 * this is never held in write mode from interrupt context,
57 * context, so all other uses will have to suspend local irqs.
92 void *context;
96 void (*dispatch_bios)(void *context, struct bio_list *bios);
99 void (*wakeup_workers)(void *context);
102 void (*wakeup_all_recovery_waiters)(void *context);
140 return reg->rh->context;
165 void *context, void (*dispatch_bios)(void *context,
167 void (*wakeup_workers)(void *context),
168 void (*wakeup_all_recovery_waiters)(void *context),
193 rh->context = context;
382 rh->dispatch_bios(rh->context, ®->delayed_bios);
384 rh->wakeup_all_recovery_waiters(rh->context);
396 * This function is _not_ safe in interrupt context!
583 rh->wakeup_workers(rh->context);
641 rh->wakeup_all_recovery_waiters(rh->context);
676 rh->wakeup_workers(rh->context);
721 rh->wakeup_workers(rh->context);