Home
last modified time | relevance | path

Searched refs:crashed (Results 1 – 25 of 33) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/remoteproc/
Dqcom_common.c46 static void glink_subdev_stop(struct rproc_subdev *subdev, bool crashed) in glink_subdev_stop() argument
157 static void smd_subdev_stop(struct rproc_subdev *subdev, bool crashed) in smd_subdev_stop() argument
274 .crashed = false, in ssr_notify_prepare()
287 .crashed = false, in ssr_notify_start()
295 static void ssr_notify_stop(struct rproc_subdev *subdev, bool crashed) in ssr_notify_stop() argument
300 .crashed = crashed, in ssr_notify_stop()
312 .crashed = false, in ssr_notify_unprepare()
Dqcom_sysmon.c510 static void sysmon_stop(struct rproc_subdev *subdev, bool crashed) in sysmon_stop() argument
524 if (crashed) in sysmon_stop()
Dremoteproc_core.c439 static void rproc_vdev_do_stop(struct rproc_subdev *subdev, bool crashed) in rproc_vdev_do_stop() argument
1212 static void rproc_stop_subdevices(struct rproc *rproc, bool crashed) in rproc_stop_subdevices() argument
1218 subdev->stop(subdev, crashed); in rproc_stop_subdevices()
1642 static int rproc_stop(struct rproc *rproc, bool crashed) in rproc_stop() argument
1648 rproc_stop_subdevices(rproc, crashed); in rproc_stop()
/kernel/linux/linux-5.10/Documentation/s390/
Dzfcpdump.rst7 has to create a dump of the current (probably crashed) Linux image. In order to
8 not overwrite memory of the crashed Linux with data of the dump tool, the
20 The user space dump tool accesses the memory of the crashed system by means
21 of the /proc/vmcore interface. This interface exports the crashed system's
24 is needed by /proc/vmcore. The tail part of the crashed systems memory which
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-remoteproc22 - "crashed"
32 "crashed" indicates that a problem/crash has been detected on
102 "disabled" means, a remote processor will remain in a crashed
Dsysfs-class-mic85 "crashed" Shutdown because of a HW or SW crash.
/kernel/linux/linux-5.10/include/linux/remoteproc/
Dqcom_rproc.h26 bool crashed; member
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
Diss.c415 media_entity_enum_set(&iss->crashed, &subdev->entity); in iss_pipeline_disable()
450 if (media_entity_enum_intersects(&pipe->ent_enum, &iss->crashed)) in iss_pipeline_enable()
570 media_entity_enum_zero(&iss->crashed); in iss_reset()
900 if (!media_entity_enum_empty(&iss->crashed)) in omap4iss_put()
1298 ret = media_entity_enum_init(&iss->crashed, &iss->media_dev); in iss_probe()
1312 media_entity_enum_cleanup(&iss->crashed); in iss_probe()
1328 media_entity_enum_cleanup(&iss->crashed); in iss_remove()
Diss.h102 struct media_entity_enum crashed; member
/kernel/linux/linux-5.10/tools/testing/kunit/test_data/
Dtest_is_test_passed-crash.log62 # example_simple_test: kunit test case crashed!
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
Disp.h194 struct media_entity_enum crashed; member
Disp.c685 if (media_entity_enum_intersects(&pipe->ent_enum, &isp->crashed)) in isp_pipeline_enable()
838 media_entity_enum_set(&isp->crashed, in isp_pipeline_disable()
1045 media_entity_enum_zero(&isp->crashed); in isp_reset()
1456 if (!media_entity_enum_empty(&isp->crashed) || in __omap3isp_put()
2009 media_entity_enum_cleanup(&isp->crashed); in isp_remove()
2031 ret = media_entity_enum_init(&isp->crashed, &isp->media_dev); in isp_subdev_notifier_complete()
/kernel/linux/linux-5.10/include/linux/
Dremoteproc.h570 void (*stop)(struct rproc_subdev *subdev, bool crashed);
/kernel/linux/linux-5.10/drivers/net/ipa/
Dipa_modem.c334 notify_data->crashed ? "crashed" : "stopping"); in ipa_modem_notify()
/kernel/linux/linux-5.10/Documentation/driver-api/mei/
Diamt.rst11 even when the operating system running on the host processor has crashed or
/kernel/linux/linux-5.10/fs/proc/
DKconfig46 Exports the dump image of crashed kernel in ELF format.
/kernel/linux/linux-5.10/drivers/rpmsg/
Dmtk_rpmsg.c339 static void mtk_rpmsg_stop(struct rproc_subdev *subdev, bool crashed) in mtk_rpmsg_stop() argument
/kernel/linux/linux-5.10/Documentation/powerpc/
Dfirmware-assisted-dump.rst8 a crashed system, and to do so from a fully-reset system, and
84 of memory, which holds the previous crashed kernel dump in ELF
Dtransactional_memory.rst141 /* Yes, we crashed during a transaction. Oops. */
/kernel/linux/linux-5.10/Documentation/admin-guide/kdump/
Dvmcoreinfo.rst432 These values are used to compute the number of nodes the crashed kernel used.
583 Indicates whether the crashed kernel enabled SH extended mode.
/kernel/linux/linux-5.10/fs/
DKconfig.binfmt69 ELF core dump files describe each memory mapping of the crashed
/kernel/liteos_a/
DCHANGELOG.md184 * kernel crashed after rmdir the umounted folder ([ac0d083](https://gitee.com/openharmony/kernel_li…
185 * kernel crashed when delete a umounted folder ([f305d1f](https://gitee.com/openharmony/kernel_lite…
186 * kernel crashed when delete a umounted folder ([c6e9212](https://gitee.com/openharmony/kernel_lite…
/kernel/linux/linux-5.10/Documentation/locking/
Drobust-futexes.rst99 is empty. If the thread/process crashed or terminated in some incorrect
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dbug-hunting.rst80 If the machine has crashed so badly that you cannot enter commands or
/kernel/linux/linux-5.10/Documentation/filesystems/
Dhpfs.rst130 a file. Finally when I opened this directory in PmShell, PmShell crashed (the

12