crash_handler
struct rproc *rproc = container_of(work, struct rproc, crash_handler);
INIT_WORK(&rproc->crash_handler, rproc_crash_handler_work);
queue_work(rproc_recovery_wq, &rproc->crash_handler);
struct work_struct crash_handler;
.sa_handler = crash_handler,