Lines Matching refs:async_flt
98 static int errh_error_protected(struct regs *, struct async_flt *, int *);
99 static void errh_rq_full(struct async_flt *);
100 static void ue_drain(void *, struct async_flt *, errorq_elem_t *);
101 static void ce_drain(void *, struct async_flt *, errorq_elem_t *);
114 struct async_flt *aflt; in process_resumable_error()
175 aflt = (struct async_flt *)&(errh_flt.cmn_asyncflt); in process_resumable_error()
218 struct async_flt *aflt; in process_nonresumable_error()
251 aflt = (struct async_flt *)&(errh_flt.cmn_asyncflt); in process_nonresumable_error()
407 errh_cpu_run_bus_error_handlers(struct async_flt *aflt, int expected) in errh_cpu_run_bus_error_handlers()
438 errh_error_protected(struct regs *rp, struct async_flt *aflt, int *expected) in errh_error_protected()
488 struct async_flt *aflt = (struct async_flt *)errh_fltp; in cpu_queue_one_event()
551 cpu_ce_log_err(struct async_flt *aflt) in cpu_ce_log_err()
571 cpu_ue_log_err(struct async_flt *aflt) in cpu_ue_log_err()
677 errh_rq_full(struct async_flt *afltp) in errh_rq_full()
726 ue_drain(void *ignored, struct async_flt *aflt, errorq_elem_t *eqep) in ue_drain()
737 ce_drain(void *ignored, struct async_flt *aflt, errorq_elem_t *eqep) in ce_drain()