Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_progs.c628 void crash_handler(int signum) in crash_handler() function
652 .sa_handler = crash_handler, in main()
/kernel/linux/linux-5.10/include/linux/
H A Dremoteproc.h501 * @crash_handler: workqueue for handling a crash
538 struct work_struct crash_handler; member
/kernel/linux/linux-6.6/include/linux/
H A Dremoteproc.h529 * @crash_handler: workqueue for handling a crash
571 struct work_struct crash_handler; member
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dremoteproc_core.c1737 struct rproc *rproc = container_of(work, struct rproc, crash_handler); in rproc_crash_handler_work()
2229 INIT_WORK(&rproc->crash_handler, rproc_crash_handler_work); in rproc_alloc()
2424 schedule_work(&rproc->crash_handler); in rproc_report_crash()
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dremoteproc_core.c1865 struct rproc *rproc = container_of(work, struct rproc, crash_handler); in rproc_crash_handler_work()
2498 INIT_WORK(&rproc->crash_handler, rproc_crash_handler_work); in rproc_alloc()
2690 queue_work(rproc_recovery_wq, &rproc->crash_handler); in rproc_report_crash()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_progs.c985 void crash_handler(int signum) in crash_handler() function
1627 .sa_handler = crash_handler, in main()

Completed in 12 milliseconds