Home
last modified time | relevance | path

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

12

/linux/drivers/remoteproc/
A Dqcom_common.c192 static void glink_subdev_stop(struct rproc_subdev *subdev, bool crashed) in glink_subdev_stop() argument
303 static void smd_subdev_stop(struct rproc_subdev *subdev, bool crashed) in smd_subdev_stop() argument
420 .crashed = false, in ssr_notify_prepare()
433 .crashed = false, in ssr_notify_start()
441 static void ssr_notify_stop(struct rproc_subdev *subdev, bool crashed) in ssr_notify_stop() argument
446 .crashed = crashed, in ssr_notify_stop()
458 .crashed = false, in ssr_notify_unprepare()
A Dqcom_sysmon.c529 static void sysmon_stop(struct rproc_subdev *subdev, bool crashed) in sysmon_stop() argument
545 if (crashed) in sysmon_stop()
A Dremoteproc_core.c444 static void rproc_vdev_do_stop(struct rproc_subdev *subdev, bool crashed) in rproc_vdev_do_stop() argument
1232 static void rproc_stop_subdevices(struct rproc *rproc, bool crashed) in rproc_stop_subdevices() argument
1238 subdev->stop(subdev, crashed); in rproc_stop_subdevices()
1816 static int rproc_stop(struct rproc *rproc, bool crashed) in rproc_stop() argument
1826 rproc_stop_subdevices(rproc, crashed); in rproc_stop()
/linux/Documentation/s390/
A 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
/linux/tools/testing/kunit/
A Dkunit_parser.py92 self.crashed = 0
101 ', Crashed: ' + str(self.crashed) +
109 return (self.passed + self.failed + self.crashed +
124 self.crashed += counts.crashed
134 elif self.crashed:
166 self.crashed += 1
/linux/Documentation/ABI/testing/
A 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
A Dsysfs-class-mic85 "crashed" Shutdown because of a HW or SW crash.
/linux/drivers/staging/media/omap4iss/
A 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()
575 media_entity_enum_zero(&iss->crashed); in iss_reset()
905 if (!media_entity_enum_empty(&iss->crashed)) in omap4iss_put()
1303 ret = media_entity_enum_init(&iss->crashed, &iss->media_dev); in iss_probe()
1317 media_entity_enum_cleanup(&iss->crashed); in iss_probe()
1333 media_entity_enum_cleanup(&iss->crashed); in iss_remove()
A Diss.h102 struct media_entity_enum crashed; member
/linux/include/linux/remoteproc/
A Dqcom_rproc.h24 bool crashed; member
/linux/tools/testing/kunit/test_data/
A Dtest_is_test_passed-crash.log62 # example_simple_test: kunit test case crashed!
/linux/drivers/media/platform/omap3isp/
A Disp.c685 if (media_entity_enum_intersects(&pipe->ent_enum, &isp->crashed)) in isp_pipeline_enable()
844 media_entity_enum_set(&isp->crashed, in isp_pipeline_disable()
1051 media_entity_enum_zero(&isp->crashed); in isp_reset()
1462 if (!media_entity_enum_empty(&isp->crashed) || in __omap3isp_put()
2015 media_entity_enum_cleanup(&isp->crashed); in isp_remove()
2039 ret = media_entity_enum_init(&isp->crashed, &isp->media_dev); in isp_subdev_notifier_complete()
A Disp.h194 struct media_entity_enum crashed; member
/linux/include/linux/
A Dremoteproc.h587 void (*stop)(struct rproc_subdev *subdev, bool crashed);
/linux/fs/proc/
A DKconfig46 Exports the dump image of crashed kernel in ELF format.
/linux/drivers/net/ipa/
A Dipa_modem.c428 notify_data->crashed ? "crashed" : "stopping"); in ipa_modem_notify()
/linux/drivers/rpmsg/
A Dmtk_rpmsg.c337 static void mtk_rpmsg_stop(struct rproc_subdev *subdev, bool crashed) in mtk_rpmsg_stop() argument
/linux/Documentation/driver-api/mei/
A Diamt.rst11 even when the operating system running on the host processor has crashed or
/linux/arch/arm/boot/dts/
A Dimx7d-flex-concentrator.dts176 * power-cycle and USB hub reset in case of misbehaving or crashed modules.
/linux/Documentation/powerpc/
A 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
A Dtransactional_memory.rst141 /* Yes, we crashed during a transaction. Oops. */
/linux/Documentation/admin-guide/kdump/
A Dvmcoreinfo.rst438 These values are used to compute the number of nodes the crashed kernel used.
589 Indicates whether the crashed kernel enabled SH extended mode.
/linux/fs/
A DKconfig.binfmt69 ELF core dump files describe each memory mapping of the crashed
/linux/drivers/net/wireless/ath/ath10k/
A Dsnoc.c1500 notify_data->crashed ? "crashed" : "stopping"); in ath10k_snoc_modem_notify()
1501 if (!notify_data->crashed) in ath10k_snoc_modem_notify()
/linux/Documentation/locking/
A Drobust-futexes.rst99 is empty. If the thread/process crashed or terminated in some incorrect

Completed in 51 milliseconds

12