Searched refs:fatal_error (Results 1 – 9 of 9) 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/sound/soc/codecs/ |
| H A D | wm_adsp.c | 1108 dsp->fatal_error = false; in wm_adsp_event() 1225 if (compr->dsp->fatal_error) in wm_adsp_compr_detach() 1904 if (dsp->fatal_error || !buf || buf->error) { in wm_adsp_compr_pointer() 2014 if (dsp->fatal_error || !compr->buf || compr->buf->error) { in wm_adsp_compr_read() 2074 dsp->fatal_error = true; in wm_halo_wdt_expire()
|