Searched refs:fatal_error (Results 1 – 16 of 16) sorted by relevance
82 fatal_error("sigaction"); in sethandler()93 fatal_error("sigaction"); in clearhandler()171 fatal_error("aligned_alloc()"); in alloc_xbuf()452 fatal_error("sigaltstack()"); in setup_altstack()515 fatal_error("fork"); in test_dynamic_state()532 fatal_error("fork"); in test_dynamic_state()564 fatal_error("fork"); in test_dynamic_state()638 fatal_error("fork"); in test_fork()645 fatal_error("fork test child"); in test_fork()656 fatal_error("fork"); in test_fork()[all …]
649 goto fatal_error; in genwqe_fir_checking()657 goto fatal_error; in genwqe_fir_checking()680 goto fatal_error; in genwqe_fir_checking()688 goto fatal_error; in genwqe_fir_checking()755 goto fatal_error; in genwqe_fir_checking()768 fatal_error: in genwqe_fir_checking()932 goto fatal_error; in genwqe_health_thread()940 goto fatal_error; in genwqe_health_thread()948 goto fatal_error; in genwqe_health_thread()957 goto fatal_error; in genwqe_health_thread()[all …]
178 u32 fatal_error; in reset_fw_if_needed() local188 fatal_error = mlx5_health_check_fatal_sensors(dev); in reset_fw_if_needed()189 if (fatal_error == MLX5_SENSOR_PCI_COMM_ERR || in reset_fw_if_needed()190 fatal_error == MLX5_SENSOR_NIC_DISABLED || in reset_fw_if_needed()191 fatal_error == MLX5_SENSOR_NIC_SW_RESET) { in reset_fw_if_needed()308 if (dev->priv.health.fatal_error != MLX5_SENSOR_PCI_COMM_ERR) in mlx5_handle_bad_state()808 u32 fatal_error; in poll_health() local815 fatal_error = mlx5_health_check_fatal_sensors(dev); in poll_health()817 if (fatal_error && !health->fatal_error) { in poll_health()819 dev->priv.health.fatal_error = fatal_error; in poll_health()[all …]
215 u32 fatal_error; in poll_sync_reset() local220 fatal_error = mlx5_health_check_fatal_sensors(dev); in poll_sync_reset()222 if (fatal_error) { in poll_sync_reset()
44 return health->fatal_error ? 1 : 0; in mlx5e_test_health_info()
264 ep->fatal_error = 1; in xillybus_isr()653 if (endpoint->fatal_error) in xilly_obtain_idt()706 if (channel->endpoint->fatal_error) in xillybus_read()998 if (channel->endpoint->fatal_error) in xillybus_read()1025 if (channel->endpoint->fatal_error) in xillybus_myflush()1171 if (channel->endpoint->fatal_error) in xillybus_myflush()1216 if (channel->endpoint->fatal_error) in xillybus_write()1411 if (channel->endpoint->fatal_error) in xillybus_write()1439 if (endpoint->fatal_error) in xillybus_open()1572 if (channel->endpoint->fatal_error) in xillybus_release()[all …]
95 int fatal_error; member
161 #define fatal_error(fmt, ...) \ macro183 fatal_error("assertion " #lhs " " #op " " #rhs \420 fatal_error("Unexpected RELA type %u", type); in emit_rela_section()433 fatal_error("Unexpected SHT_REL section \"%s\"", in emit_all_relocs()
98 int fatal_error; /* set if we detect something nasty */ member159 info->fatal_error = 0; in sddr55_status()492 info->fatal_error = 1; in sddr55_write_data()854 if (info->fatal_error) { in sddr55_transport()
42 bool fatal_error; member
1074 dsp->fatal_error = false; in wm_adsp_event_post_stop()1173 if (compr->dsp->fatal_error) in wm_adsp_compr_attach()1849 if (dsp->fatal_error || !buf || buf->error) { in wm_adsp_compr_pointer()1959 if (dsp->fatal_error || !compr->buf || compr->buf->error) { in wm_adsp_compr_read()2019 dsp->fatal_error = true; in wm_adsp_fatal_error()
719 if (priv->fatal_error) { in ipw2100_hw_send_command()796 if (priv->fatal_error) { in ipw2100_hw_send_command()977 if (priv->fatal_error) { in ipw2100_download_firmware()998 priv->fatal_error = IPW2100_ERR_FW_LOAD; in ipw2100_download_firmware()1322 if (!priv->fatal_error) in ipw2100_reset_fatalerror()1327 priv->fatal_error = 0; in ipw2100_reset_fatalerror()1482 if (!priv->fatal_error) { in ipw2100_hw_stop_adapter()4058 DUMP_VAR(fatal_error, "d"); in internals_show()4164 if (priv->fatal_error) in fatal_error_show()4191 static DEVICE_ATTR_RW(fatal_error);[all …]
493 u32 fatal_error; member
545 static bool fatal_error(int error) in fatal_error() function559 GEM_BUG_ON(!fatal_error(rq->fence.error)); in __i915_request_skip()586 if (fatal_error(old)) in i915_request_set_error_once()643 if (unlikely(fatal_error(request->fence.error))) in __i915_request_submit()
434 goto fatal_error; in cpmac_poll()486 goto fatal_error; in cpmac_poll()508 fatal_error: in cpmac_poll()
433 u32 fatal_error; member
Completed in 78 milliseconds