Searched refs:crash_handler (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dremoteproc.h529 * @crash_handler: workqueue for handling a crash
571 struct work_struct crash_handler; member in struct:rproc
/linux-master/drivers/remoteproc/
H A Dremoteproc_core.c1866 struct rproc *rproc = container_of(work, struct rproc, crash_handler);
2519 INIT_WORK(&rproc->crash_handler, rproc_crash_handler_work);
2715 queue_work(rproc_recovery_wq, &rproc->crash_handler);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c1025 void crash_handler(int signum) function
1668 .sa_handler = crash_handler,

Completed in 107 milliseconds