crash_handler    1695 drivers/remoteproc/remoteproc_core.c 	struct rproc *rproc = container_of(work, struct rproc, crash_handler);
crash_handler    2072 drivers/remoteproc/remoteproc_core.c 	INIT_WORK(&rproc->crash_handler, rproc_crash_handler_work);
crash_handler    2216 drivers/remoteproc/remoteproc_core.c 	schedule_work(&rproc->crash_handler);
crash_handler     506 include/linux/remoteproc.h 	struct work_struct crash_handler;