/linux/drivers/gpu/drm/selftests/ |
A D | test-drm_rect.c | 52 FAIL(src.x1 != 0 || src.x2 != 1 << 16 || in igt_drm_rect_clip_scaled_not_clipped() 55 FAIL(dst.x1 != 0 || dst.x2 != 1 || in igt_drm_rect_clip_scaled_not_clipped() 68 FAIL(src.x1 != 0 || src.x2 != 2 << 16 || in igt_drm_rect_clip_scaled_not_clipped() 71 FAIL(dst.x1 != 0 || dst.x2 != 1 || in igt_drm_rect_clip_scaled_not_clipped() 87 FAIL(dst.x1 != 0 || dst.x2 != 2 || in igt_drm_rect_clip_scaled_not_clipped() 111 FAIL(dst.x1 != 0 || dst.x2 != 1 || in igt_drm_rect_clip_scaled_clipped() 127 FAIL(dst.x1 != 1 || dst.x2 != 2 || in igt_drm_rect_clip_scaled_clipped() 143 FAIL(dst.x1 != 0 || dst.x2 != 1 || in igt_drm_rect_clip_scaled_clipped() 159 FAIL(dst.x1 != 1 || dst.x2 != 2 || in igt_drm_rect_clip_scaled_clipped() 175 FAIL(dst.x1 != 0 || dst.x2 != 2 || in igt_drm_rect_clip_scaled_clipped() [all …]
|
A D | test-drm_plane_helper.c | 107 FAIL(ret < 0, "Simple clipping check should pass\n"); in igt_check_plane_state() 118 FAIL(ret < 0, "Rotated clipping check should pass\n"); in igt_check_plane_state() 137 FAIL(ret < 0, "Simple positioning should work\n"); in igt_check_plane_state() 149 FAIL(!ret, "Upscaling out of range should fail.\n"); in igt_check_plane_state() 154 FAIL(ret < 0, "Upscaling exactly 2x should work\n"); in igt_check_plane_state() 163 FAIL(!ret, "Downscaling out of range should fail.\n"); in igt_check_plane_state() 167 FAIL(ret < 0, "Should succeed with exact scaling limit\n"); in igt_check_plane_state() 179 FAIL(ret < 0, "Should succeed by clipping to exact multiple"); in igt_check_plane_state() 190 FAIL(ret < 0, "Should succeed by clipping to exact multiple"); in igt_check_plane_state() 201 FAIL(ret < 0, "Should succeed by clipping to exact multiple"); in igt_check_plane_state() [all …]
|
A D | test-drm_damage_helper.c | 225 FAIL(num_hits != 0, "Should have no damage."); in igt_damage_iter_no_damage_not_visible() 246 FAIL(num_hits != 0, "Should have no damage."); in igt_damage_iter_no_damage_no_crtc() 271 FAIL(num_hits != 0, "Should have no damage."); in igt_damage_iter_no_damage_no_fb() 296 FAIL(num_hits != 1, "Should return damage when set."); in igt_damage_iter_simple_damage() 321 FAIL(num_hits != 1, "Should return damage when set."); in igt_damage_iter_single_damage() 373 FAIL(num_hits != 0, "Should have no damage."); in igt_damage_iter_single_damage_outside_src() 400 FAIL(num_hits != 1, "Should return damage when set."); in igt_damage_iter_single_damage_fractional_src() 458 FAIL(num_hits != 0, "Should have no damage."); in igt_damage_iter_single_damage_outside_fractional_src() 545 FAIL(num_hits != 2, "Should return damage when set."); in igt_damage_iter_damage() 578 FAIL(num_hits != 2, "Should return damage when set."); in igt_damage_iter_damage_one_intersect() [all …]
|
A D | test-drm_modeset_common.h | 9 #define FAIL(test, msg, ...) \ macro 17 #define FAIL_ON(x) FAIL((x), "%s", "FAIL_ON(" __stringify(x) ")\n")
|
/linux/arch/powerpc/platforms/ps3/ |
A D | interrupt.c | 23 #define FAIL udbg_printf macro 26 #define FAIL pr_debug macro 185 FAIL("%s:%d: irq_create_mapping failed: outlet %lu\n", in ps3_virq_setup() 197 FAIL("%s:%d: irq_set_chip_data failed\n", in ps3_virq_setup() 264 FAIL("%s:%d: lv1_connect_irq_plug_ext failed: %s\n", in ps3_irq_plug_setup() 301 FAIL("%s:%d: lv1_disconnect_irq_plug_ext failed: %s\n", in ps3_irq_plug_destroy() 406 FAIL("%s:%d: lv1_connect_interrupt_event_receive_port" in ps3_sb_event_receive_port_setup() 475 FAIL("%s:%d: lv1_construct_io_irq_outlet failed: %s\n", in ps3_io_irq_setup() 505 FAIL("%s:%d: lv1_destruct_io_irq_outlet failed: %s\n", in ps3_io_irq_destroy() 590 FAIL("%s:%d: lv1_get_spe_irq_outlet failed: %s\n", in ps3_spe_irq_setup() [all …]
|
/linux/scripts/dtc/ |
A D | checks.c | 119 #define FAIL(c, dti, node, ...) \ macro 202 FAIL(c, dti, node, "always_fail check"); in check_always_fail() 285 FAIL(c, dti, child2, "Duplicate node name"); in check_duplicate_node_names() 318 FAIL(c, dti, node, "Bad character '%c' in node name", in check_node_name_chars() 1064 FAIL(c, dti, node, "missing or empty reg property"); in check_i2c_bus_reg() 1155 FAIL(c, dti, node, "missing or empty reg property"); in check_spi_bus_reg() 1580 FAIL(c, dti, node, in check_interrupt_provider() 1586 FAIL(c, dti, node, in check_interrupt_provider() 1606 FAIL(c, dti, node, in check_interrupt_map() 1718 FAIL(c, dti, irq_node, in check_interrupts_property() [all …]
|
/linux/drivers/staging/fwserial/ |
A D | dma_fifo.c | 21 #define FAIL(fifo, condition, format...) ({ \ macro 158 if (FAIL(fifo, addr_check(fifo->done, fifo->in, fifo->in + n) || in dma_fifo_in() 225 if (FAIL(fifo, fifo->open > fifo->open_limit, in dma_fifo_out_pend() 229 if (FAIL(fifo, fifo->out & (fifo->align - 1), in dma_fifo_out_pend() 253 if (FAIL(fifo, list_empty(&fifo->pending) != (fifo->open == 0), in dma_fifo_out_complete() 271 if (FAIL(fifo, pending->out != fifo->done || in dma_fifo_out_complete() 287 if (FAIL(fifo, fifo->open < 0, "open dma:%d < 0", fifo->open)) in dma_fifo_out_complete() 289 if (FAIL(fifo, fifo->avail > fifo->size, "fifo avail:%d > size:%d", in dma_fifo_out_complete()
|
/linux/tools/testing/selftests/futex/include/ |
A D | logging.h | 53 const char *FAIL = FAIL_NORMAL; variable 76 FAIL = FAIL_COLOR; in log_color() 80 FAIL = FAIL_NORMAL; in log_color() 145 fprintf(stderr, "\t%s: "message, FAIL, ##args); \
|
/linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
A D | hdcp1_transition.c | 58 input->ainfo_write == FAIL) { in mod_hdcp_hdcp1_transition() 96 if (input->link_maintenance == FAIL) { in mod_hdcp_hdcp1_transition() 184 input->ainfo_write == FAIL) { in mod_hdcp_hdcp1_dp_transition() 246 if (input->link_integrity_check == FAIL || in mod_hdcp_hdcp1_dp_transition() 247 input->reauth_request_check == FAIL) { in mod_hdcp_hdcp1_dp_transition() 254 if (input->link_integrity_check == FAIL || in mod_hdcp_hdcp1_dp_transition() 255 input->reauth_request_check == FAIL) { in mod_hdcp_hdcp1_dp_transition()
|
A D | hdcp2_transition.c | 248 if (input->rxstatus_read == FAIL || in mod_hdcp_hdcp2_transition() 249 input->reauth_request_check == FAIL) { in mod_hdcp_hdcp2_transition() 565 if (input->rxstatus_read == FAIL || in mod_hdcp_hdcp2_dp_transition() 566 input->reauth_request_check == FAIL) { in mod_hdcp_hdcp2_dp_transition() 569 } else if (input->link_integrity_check_dp == FAIL) { in mod_hdcp_hdcp2_dp_transition()
|
/linux/tools/testing/selftests/bpf/ |
A D | test_xdp_redirect_multi.sh | 33 FAIL=0 45 FAIL=$((FAIL + 1)) 211 echo "Summary: PASS $PASS, FAIL $FAIL" 212 [ $FAIL -eq 0 ] && exit 0 || exit 1
|
A D | test_kmod.sh | 45 dmesg | grep FAIL
|
/linux/tools/testing/selftests/futex/ |
A D | README | 37 results are printed to stdout, while intermediate ERROR or FAIL messages are 38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and 45 FAIL: Reason for test failure 48 # there may be multiple ERROR or FAIL messages 49 Result: (PASS|FAIL|ERROR)
|
/linux/drivers/scsi/pm8001/ |
A D | pm80xx_hwi.c | 320 pm8001_dbg(pm8001_ha, FAIL, in pm80xx_get_fatal_dump() 344 pm8001_dbg(pm8001_ha, FAIL, in pm80xx_get_fatal_dump() 1009 pm8001_dbg(pm8001_ha, FAIL, in mpi_init_check() 1116 pm8001_dbg(pm8001_ha, FAIL, in init_pci_device_addresses() 1130 pm8001_dbg(pm8001_ha, FAIL, in init_pci_device_addresses() 1445 pm8001_dbg(pm8001_ha, FAIL, in pm80xx_chip_init() 1496 pm8001_dbg(pm8001_ha, FAIL, in mpi_uninit_check() 1568 pm8001_dbg(pm8001_ha, FAIL, in pm80xx_fatal_errors() 1855 pm8001_dbg(pm8001_ha, FAIL, in pm80xx_send_read_log() 2184 pm8001_dbg(pm8001_ha, FAIL, in mpi_ssp_completion() [all …]
|
A D | pm8001_hwi.c | 655 pm8001_dbg(pm8001_ha, FAIL, in pm8001_chip_init() 710 pm8001_dbg(pm8001_ha, FAIL, in mpi_uninit_check() 777 pm8001_dbg(pm8001_ha, FAIL, in soft_reset_ready_check() 794 pm8001_dbg(pm8001_ha, FAIL, in soft_reset_ready_check() 797 pm8001_dbg(pm8001_ha, FAIL, in soft_reset_ready_check() 1069 pm8001_dbg(pm8001_ha, FAIL, in pm8001_chip_soft_rst() 1073 pm8001_dbg(pm8001_ha, FAIL, in pm8001_chip_soft_rst() 1374 pm8001_dbg(pm8001_ha, FAIL, in pm8001_mpi_msg_free_set() 1381 pm8001_dbg(pm8001_ha, FAIL, in pm8001_mpi_msg_free_set() 1834 pm8001_dbg(pm8001_ha, FAIL, in pm8001_send_read_log() [all …]
|
A D | pm8001_sas.c | 573 pm8001_dbg(pm8001_ha, FAIL, in pm8001_alloc_dev() 593 pm8001_dbg(pm8001_ha, FAIL, "NO MATCHING DEVICE FOUND !!!\n"); in pm8001_find_dev() 654 pm8001_dbg(pm8001_ha, FAIL, in pm8001_dev_found_notify() 743 pm8001_dbg(pm8001_ha, FAIL, "Executing internal task failed\n"); in pm8001_exec_internal_tmf_task() 756 pm8001_dbg(pm8001_ha, FAIL, "TMF task[%x]timeout.\n", in pm8001_exec_internal_tmf_task() 777 pm8001_dbg(pm8001_ha, FAIL, "Blocked task error.\n"); in pm8001_exec_internal_tmf_task() 832 pm8001_dbg(pm8001_ha, FAIL, "Executing internal task failed\n"); in pm8001_exec_internal_task_abort() 839 pm8001_dbg(pm8001_ha, FAIL, "TMF task timeout.\n"); in pm8001_exec_internal_task_abort() 1368 pm8001_dbg(pm8001_ha, FAIL, "Received null port\n"); in pm8001_port_formed()
|
A D | pm8001_init.c | 283 pm8001_dbg(pm8001_ha, FAIL, in pm8001_alloc() 403 pm8001_dbg(pm8001_ha, FAIL, "Mem%d alloc failed\n", i); in pm8001_alloc() 528 pm8001_dbg(pm8001_ha, FAIL, in pm8001_pci_alloc() 1119 pm8001_dbg(pm8001_ha, FAIL, in pm8001_pci_probe() 1149 pm8001_dbg(pm8001_ha, FAIL, in pm8001_pci_probe() 1204 pm8001_dbg(pm8001_ha, FAIL, in pm8001_init_ccb_tag() 1214 pm8001_dbg(pm8001_ha, FAIL, in pm8001_init_ccb_tag()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | sockmap_listen.c | 38 #define FAIL(fmt...) _FAIL(0, fmt) macro 466 FAIL("map_lookup: have %#llx, want %#llx", in test_lookup_after_insert() 994 FAIL("%s: incomplete write", log_prefix); in redir_to_connected() 1008 FAIL("%s: incomplete recv", log_prefix); in redir_to_connected() 1105 FAIL("%s: incomplete write", log_prefix); in redir_to_listening() 1228 FAIL("want pass count 1, have %d", pass); in test_reuseport_select_listening() 1605 FAIL("%s: incomplete recv", log_prefix); in unix_redir_to_connected() 1773 FAIL("%s: incomplete recv", log_prefix); in udp_redir_to_connected() 1861 FAIL("%s: incomplete recv", log_prefix); in inet_unix_redir_to_connected() 1941 FAIL("%s: incomplete recv", log_prefix); in unix_inet_redir_to_connected() [all …]
|
/linux/drivers/net/wireless/ath/ath11k/ |
A D | debugfs_sta.c | 37 STATS_OP_FMT(FAIL).he[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 38 STATS_OP_FMT(FAIL).he[1][mcs] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats() 44 STATS_OP_FMT(FAIL).vht[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 45 STATS_OP_FMT(FAIL).vht[1][mcs] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats() 51 STATS_OP_FMT(FAIL).ht[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 52 STATS_OP_FMT(FAIL).ht[1][mcs] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats() 109 STATS_OP_FMT(FAIL).bw[0][bw] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 111 STATS_OP_FMT(FAIL).gi[0][gi] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 113 STATS_OP_FMT(FAIL).bw[1][bw] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats() 114 STATS_OP_FMT(FAIL).nss[1][nss] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats() [all …]
|
/linux/tools/testing/selftests/ftrace/ |
A D | ftracetest | 245 FAIL=1 # The test failed, but was expected to succeed. 287 $FAIL) 329 SIG_FAIL=$((SIG_BASE + FAIL))
|
/linux/drivers/fpga/ |
A D | machxo2-spi.c | 50 #define FAIL 13 macro 114 test_bit(BUSY, status), test_bit(FAIL, status), in dump_status_reg() 228 if (test_bit(FAIL, &status)) { in machxo2_write_init()
|
/linux/drivers/video/fbdev/ |
A D | vga16fb.c | 281 #define FAIL(X) return -EINVAL macro 380 FAIL("xtotal too big"); in vga16fb_check_var() 382 FAIL("hslen too big"); in vga16fb_check_var() 384 FAIL("hblank too big"); in vga16fb_check_var() 437 FAIL("ytotal too big"); in vga16fb_check_var() 439 FAIL("vslen too big"); in vga16fb_check_var() 478 FAIL("vxres too long"); in vga16fb_check_var() 516 #undef FAIL
|
/linux/tools/time/ |
A D | udelay_test.sh | 53 count=`grep -c FAIL $tmp_file`
|
/linux/tools/testing/selftests/x86/ |
A D | syscall_numbering.c | 94 msg(FAIL, fmt, ## __VA_ARGS__); \ 101 msg(FAIL, fmt, ## __VA_ARGS__); \
|
/linux/drivers/staging/r8188eu/include/ |
A D | basic_types.h | 8 #define FAIL (-1) macro
|