Home
last modified time | relevance | path

Searched refs:fatal_error (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/tools/testing/selftests/timers/
H A Dposix_timers.c116 fatal_error(name, "gettimeofday()"); in check_itimer()
119 fatal_error(name, "setitimer()"); in check_itimer()
129 fatal_error(name, "gettimeofday()"); in check_itimer()
148 fatal_error(name, "signal()"); in check_timer_create()
208 fatal_error(NULL, "signal()"); in check_timer_distribution()
278 fatal_error(NULL, "sigaction()"); in check_sig_ign()
323 fatal_error(NULL, "sigaction()"); in check_sig_ign()
356 fatal_error(NULL, "sigaction()"); in check_rearm()
412 fatal_error(NULL, "sigaction()"); in check_delete()
561 fatal_error(name, "sigaction()"); in check_overrun()
[all …]
/linux-6.15/tools/testing/selftests/x86/
H A Damx.c236 fatal_error("mmap() for altstack"); in alloc_altstack()
259 fatal_error("sigaltstack()"); in setup_altstack()
322 fatal_error("fork"); in test_dynamic_state()
339 fatal_error("fork"); in test_dynamic_state()
345 fatal_error("arch_prctl test child exit"); in test_dynamic_state()
371 fatal_error("fork"); in test_dynamic_state()
387 fatal_error("fork test grandchild"); in test_dynamic_state()
442 fatal_error("fork"); in test_fork()
449 fatal_error("fork test child"); in test_fork()
460 fatal_error("fork"); in test_fork()
[all …]
/linux-6.15/drivers/misc/genwqe/
H A Dcard_base.c668 goto fatal_error; in genwqe_fir_checking()
676 goto fatal_error; in genwqe_fir_checking()
699 goto fatal_error; in genwqe_fir_checking()
707 goto fatal_error; in genwqe_fir_checking()
774 goto fatal_error; in genwqe_fir_checking()
787 fatal_error: in genwqe_fir_checking()
951 goto fatal_error; in genwqe_health_thread()
959 goto fatal_error; in genwqe_health_thread()
967 goto fatal_error; in genwqe_health_thread()
976 goto fatal_error; in genwqe_health_thread()
[all …]
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhealth.c171 u32 fatal_error; in reset_fw_if_needed() local
181 fatal_error = mlx5_health_check_fatal_sensors(dev); in reset_fw_if_needed()
182 if (fatal_error == MLX5_SENSOR_PCI_COMM_ERR || in reset_fw_if_needed()
183 fatal_error == MLX5_SENSOR_NIC_DISABLED || in reset_fw_if_needed()
184 fatal_error == MLX5_SENSOR_NIC_SW_RESET) { in reset_fw_if_needed()
305 if (dev->priv.health.fatal_error != MLX5_SENSOR_PCI_COMM_ERR) in mlx5_handle_bad_state()
785 u32 fatal_error; in poll_health() local
792 fatal_error = mlx5_health_check_fatal_sensors(dev); in poll_health()
794 if (fatal_error && !health->fatal_error) { in poll_health()
796 dev->priv.health.fatal_error = fatal_error; in poll_health()
[all …]
H A Dfw_reset.c283 u32 fatal_error; in poll_sync_reset() local
288 fatal_error = mlx5_health_check_fatal_sensors(dev); in poll_sync_reset()
290 if (fatal_error) { in poll_sync_reset()
H A Den_selftest.c45 return health->fatal_error ? 1 : 0; in mlx5e_test_health_info()
/linux-6.15/drivers/char/xillybus/
H A Dxillybus_core.c264 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 …]
H A Dxillybus.h95 int fatal_error; member
/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c164 #define fatal_error(fmt, ...) \ macro
186 fatal_error("assertion " #lhs " " #op " " #rhs \
426 fatal_error("Unexpected RELA type %u", type); in emit_rela_section()
439 fatal_error("Unexpected SHT_REL section \"%s\"", in emit_all_relocs()
/linux-6.15/drivers/usb/storage/
H A Dsddr55.c98 int fatal_error; /* set if we detect something nasty */ member
159 info->fatal_error = 0; in sddr55_status()
492 info->fatal_error = 1; in sddr55_write_data()
854 if (info->fatal_error) { in sddr55_transport()
/linux-6.15/sound/soc/codecs/
H A Dwm_adsp.h44 bool fatal_error; member
H A Dwm_adsp.c1087 dsp->fatal_error = false; in wm_adsp_event_post_stop()
1197 if (compr->dsp->fatal_error) in wm_adsp_compr_attach()
1877 if (dsp->fatal_error || !buf || buf->error) { in wm_adsp_compr_pointer()
1987 if (dsp->fatal_error || !compr->buf || compr->buf->error) { in wm_adsp_compr_read()
2047 dsp->fatal_error = true; in wm_adsp_fatal_error()
/linux-6.15/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c714 if (priv->fatal_error) { in ipw2100_hw_send_command()
791 if (priv->fatal_error) { in ipw2100_hw_send_command()
972 if (priv->fatal_error) { in ipw2100_download_firmware()
993 priv->fatal_error = IPW2100_ERR_FW_LOAD; in ipw2100_download_firmware()
1317 if (!priv->fatal_error) in ipw2100_reset_fatalerror()
1322 priv->fatal_error = 0; in ipw2100_reset_fatalerror()
1477 if (!priv->fatal_error) { in ipw2100_hw_stop_adapter()
4053 DUMP_VAR(fatal_error, "d"); in internals_show()
4159 if (priv->fatal_error) in fatal_error_show()
4186 static DEVICE_ATTR_RW(fatal_error);
[all …]
H A Dipw2100.h493 u32 fatal_error; member
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_request.c540 static bool fatal_error(int error) in fatal_error() function
554 GEM_BUG_ON(!fatal_error(rq->fence.error)); in __i915_request_skip()
581 if (fatal_error(old)) in i915_request_set_error_once()
638 if (unlikely(fatal_error(request->fence.error))) in __i915_request_submit()
/linux-6.15/include/linux/mlx5/
H A Ddriver.h443 u32 fatal_error; member