Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timers/
H A Dposix_timers.c41 #define fatal_error(name, what) __fatal_error(__func__, name, what) macro
115 fatal_error(name, "gettimeofday()"); in check_itimer()
118 fatal_error(name, "setitimer()"); in check_itimer()
128 fatal_error(name, "gettimeofday()"); in check_itimer()
144 fatal_error(name, "timer_create()"); in check_timer_create()
147 fatal_error(name, "signal()"); in check_timer_create()
150 fatal_error(name, "gettimeofday()"); in check_timer_create()
153 fatal_error(name, "timer_settime()"); in check_timer_create()
158 fatal_error(name, "gettimeofday()"); in check_timer_create()
189 fatal_error(NULL, "timer_create()"); in ctd_thread_func()
[all …]
/linux/tools/testing/selftests/x86/
H A Damx.c62 #define fatal_error(msg, ...) err(1, "[FAIL]\t" msg, ##__VA_ARGS__) macro
74 fatal_error("sigaction"); in sethandler()
85 fatal_error("sigaction"); in clearhandler()
132 fatal_error("xstate cpuid: invalid tile data size/offset: %d/%d", in check_cpuid_xtiledata()
148 fatal_error("aligned_alloc()"); in alloc_xbuf()
186 fatal_error("failed to allocate stashed_xsave\n"); in init_stashed_xsave()
292 fatal_error("saw %d errors in noperm signal handler\n", noperm_errs); in xrstor_safe()
338 fatal_error("prctl(ARCH_GET_XCOMP_PERM) error: %ld", rc); in validate_req_xcomp_perm()
340 fatal_error("ARCH_GET_XCOMP_PERM returns XFEATURE_XTILECFG off."); in validate_req_xcomp_perm()
350 fatal_error("ARCH_REQ_XCOMP_PERM saw unexpected success.\n"); in validate_req_xcomp_perm()
[all …]
/linux/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()
719 goto fatal_error; in genwqe_fir_checking()
727 goto fatal_error; in genwqe_fir_checking()
733 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()
[all …]
/linux/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()
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()
1216 if (channel->endpoint->fatal_error) in xillybus_write()
1358 if (channel->endpoint->fatal_error) in xillybus_write()
[all …]
H A Dxillybus.h95 int fatal_error; member
/linux/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/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/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/drivers/net/ethernet/mellanox/mlx5/core/
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/include/linux/mlx5/
H A Ddriver.h442 u32 fatal_error; member