Searched refs:fatal_error (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/timers/ |
| H A D | posix_timers.c | 43 #define fatal_error(name, what) __fatal_error(__func__, name, what) macro 117 fatal_error(name, "gettimeofday()"); in check_itimer() 120 fatal_error(name, "setitimer()"); in check_itimer() 130 fatal_error(name, "gettimeofday()"); in check_itimer() 146 fatal_error(name, "timer_create()"); in check_timer_create() 149 fatal_error(name, "signal()"); in check_timer_create() 152 fatal_error(name, "gettimeofday()"); in check_timer_create() 155 fatal_error(name, "timer_settime()"); in check_timer_create() 160 fatal_error(name, "gettimeofday()"); in check_timer_create() 191 fatal_error(NULL, "timer_create()"); in ctd_thread_func() [all …]
|
| /linux/drivers/misc/genwqe/ |
| H A D | card_base.c | 667 goto fatal_error; in genwqe_fir_checking() 675 goto fatal_error; in genwqe_fir_checking() 698 goto fatal_error; in genwqe_fir_checking() 706 goto fatal_error; in genwqe_fir_checking() 718 goto fatal_error; in genwqe_fir_checking() 726 goto fatal_error; in genwqe_fir_checking() 732 goto fatal_error; in genwqe_fir_checking() 773 goto fatal_error; in genwqe_fir_checking() 786 fatal_error: in genwqe_fir_checking() 950 goto fatal_error; in genwqe_health_thread() [all …]
|
| /linux/drivers/char/xillybus/ |
| H A D | xillybus_core.c | 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() 932 if (channel->endpoint->fatal_error) in xillybus_read() 961 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() 1215 if (channel->endpoint->fatal_error) in xillybus_write() 1357 if (channel->endpoint->fatal_error) in xillybus_write() [all …]
|
| H A D | xillybus.h | 95 int fatal_error; member
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | gen-hyprel.c | 164 #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/drivers/usb/storage/ |
| H A D | sddr55.c | 98 int fatal_error; /* set if we detect something nasty */ member 159 info->fatal_error = 0; in sddr55_status() 498 info->fatal_error = 1; in sddr55_write_data() 859 if (info->fatal_error) { in sddr55_transport()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fw_reset.c | 302 u32 fatal_error; in poll_sync_reset() local 307 fatal_error = mlx5_health_check_fatal_sensors(dev); in poll_sync_reset() 309 if (fatal_error) { in poll_sync_reset()
|
| H A D | en_selftest.c | 45 return health->fatal_error ? 1 : 0; in mlx5e_test_health_info()
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | ipw2100.c | 714 if (priv->fatal_error) { in ipw2100_hw_send_command() 785 priv->fatal_error = IPW2100_ERR_MSG_TIMEOUT; in ipw2100_hw_send_command() 791 if (priv->fatal_error) { in ipw2100_hw_send_command() 972 if (priv->fatal_error) { in ipw2100_download_firmware() 975 priv->net_dev->name, priv->fatal_error); in ipw2100_download_firmware() 984 priv->fatal_error = IPW2100_ERR_FW_LOAD; 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() 1320 priv->fatal_errors[priv->fatal_index++] = priv->fatal_error; in ipw2100_reset_fatalerror() 1322 priv->fatal_error = 0; in ipw2100_reset_fatalerror() [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | wm_adsp.c | 1086 dsp->fatal_error = false; in wm_adsp_event_post_stop() 1197 if (compr->dsp->fatal_error) in wm_adsp_compr_attach() 1876 if (dsp->fatal_error || !buf || buf->error) { in wm_adsp_compr_pointer() 1986 if (dsp->fatal_error || !compr->buf || compr->buf->error) { in wm_adsp_compr_read() 2046 dsp->fatal_error = true; in wm_adsp_fatal_error()
|
| /linux/include/linux/mlx5/ |
| H A D | driver.h | 446 u32 fatal_error; member
|