/kernel/liteos_m/testsuites/unittest/xts/mem/ |
H A D | mem_api_test.c | 53 int i, len, failure; variable 60 failure = 0; 63 failure = 1; /* 1, common data for test, no special meaning */ 67 ICUNIT_ASSERT_EQUAL(failure, 0, failure); 79 int i, len, failure; variable 91 failure = 0; 94 failure = 1; /* 1, common data for test, no special meaning */ 98 ICUNIT_ASSERT_EQUAL(failure, 0, failure); 111 int i, len, failure; global() variable 141 int i, len, failure; global() variable [all...] |
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/ |
H A D | It_posix_queue_056.cpp | 38 INT32 unresolved = 0, failure = 0, ret = 0; in Testcase() local 51 failure = 1; in Testcase() 52 ICUNIT_GOTO_EQUAL(failure, 0, failure, EXIT); in Testcase() 55 failure = 1; in Testcase() 56 ICUNIT_GOTO_EQUAL(failure, 0, failure, EXIT); in Testcase()
|
H A D | It_posix_queue_090.cpp | 37 INT32 i, unresolved = 0, failure = 0, numqueues = 0, ret; in Testcase() local 54 failure = 1; in Testcase() 74 if (failure == 1) { in Testcase() 75 ICUNIT_ASSERT_NOT_EQUAL(failure, 1, failure); in Testcase()
|
H A D | It_posix_queue_061.cpp | 39 INT32 failure = 0, ret = 0; in Testcase() local 61 failure = 1; in Testcase() 62 ICUNIT_ASSERT_EQUAL(failure, 0, failure); in Testcase()
|
H A D | It_posix_queue_063.cpp | 39 INT32 failure = 0, ret = 0; in Testcase() local 59 failure = 1; in Testcase() 60 ICUNIT_GOTO_EQUAL(failure, 0, failure, EXIT); in Testcase()
|
H A D | It_posix_queue_066.cpp | 40 INT32 failure = 0, ret = 0; in Testcase() local 72 failure = 1; in Testcase() 73 ICUNIT_GOTO_EQUAL(failure, 0, failure, EXIT); in Testcase()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_lwt_bpf.sh | 134 function failure { function 144 failure "test_ctx xmit: packets are dropped" 160 failure "test_ctx out: packets are dropped" 176 failure "test_ctx out: packets are dropped" 200 failure "test_data ${1}: packets are dropped" 213 failure "test_data in: packets are dropped" 231 failure "test_cb ${1}: packets are dropped" 247 failure "test_cb in: packets are dropped" 271 failure "test_drop_all ${1}: Unexpected success of ping" 284 failure "test_drop_al [all...] |
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_lwt_bpf.sh | 137 function failure { function 147 failure "test_ctx xmit: packets are dropped" 163 failure "test_ctx out: packets are dropped" 179 failure "test_ctx out: packets are dropped" 203 failure "test_data ${1}: packets are dropped" 216 failure "test_data in: packets are dropped" 234 failure "test_cb ${1}: packets are dropped" 250 failure "test_cb in: packets are dropped" 274 failure "test_drop_all ${1}: Unexpected success of ping" 287 failure "test_drop_al [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | rdrand.c | 27 bool failure = false; in x86_init_rdrand() local 35 failure = true; in x86_init_rdrand() 42 failure = true; in x86_init_rdrand() 44 if (failure) { in x86_init_rdrand()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | mem.c | 14 char failure[100]; in check() local 21 scnprintf(failure, sizeof failure, "unexpected %s", out); in check() 22 TEST_ASSERT_VAL(failure, !strcmp(string, out)); in check()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | mem.c | 14 char failure[100]; in check() local 21 scnprintf(failure, sizeof failure, "unexpected %s", out); in check() 22 TEST_ASSERT_VAL(failure, !strcmp(string, out)); in check()
|
/kernel/liteos_m/testsuites/unittest/posix/src/string/ |
H A D | memory_func_test.c | 128 int i, len, failure; variable 138 failure = 0; 141 failure = 1; 145 ICUNIT_ASSERT_EQUAL(failure, 0, failure); 270 int failure = 0; variable 290 failure = 1; 295 ICUNIT_ASSERT_EQUAL(failure, 0, failure);
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/ |
H A D | mtk_mdp_vpu.c | 38 vpu->failure = msg->status; in mtk_mdp_vpu_ipi_handler() 39 if (!vpu->failure) { in mtk_mdp_vpu_ipi_handler() 56 mtk_mdp_dbg(0, "[%d]:msg 0x%x, failure:%d", ctx->id, in mtk_mdp_vpu_ipi_handler() 57 msg_id, vpu->failure); in mtk_mdp_vpu_ipi_handler() 106 if (!err && vpu->failure) in mtk_mdp_vpu_send_ap_ipi() 124 if (!err && vpu->failure) in mtk_mdp_vpu_init()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp/ |
H A D | mtk_mdp_vpu.c | 38 vpu->failure = msg->status; in mtk_mdp_vpu_ipi_handler() 39 if (!vpu->failure) { in mtk_mdp_vpu_ipi_handler() 56 mtk_mdp_dbg(0, "[%d]:msg 0x%x, failure:%d", ctx->id, in mtk_mdp_vpu_ipi_handler() 57 msg_id, vpu->failure); in mtk_mdp_vpu_ipi_handler() 106 if (!err && vpu->failure) in mtk_mdp_vpu_send_ap_ipi() 124 if (!err && vpu->failure) in mtk_mdp_vpu_init()
|
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/ |
H A D | augmented_raw_syscalls.bpf.c | 312 goto failure; in sys_enter_perf_event_open() 315 goto failure; in sys_enter_perf_event_open() 325 goto failure; in sys_enter_perf_event_open() 329 goto failure; in sys_enter_perf_event_open() 332 failure: in sys_enter_perf_event_open() 345 goto failure; in sys_enter_clock_nanosleep() 348 goto failure; in sys_enter_clock_nanosleep() 353 failure: in sys_enter_clock_nanosleep()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_events.c | 242 /* Wake up pending waiters. They will return failure */ in destroy_event() 908 /* Set failure reason */ in kfd_signal_iommu_event() 909 memory_exception_data.failure.NotPresent = 1; in kfd_signal_iommu_event() 910 memory_exception_data.failure.NoExecute = 0; in kfd_signal_iommu_event() 911 memory_exception_data.failure.ReadOnly = 0; in kfd_signal_iommu_event() 913 memory_exception_data.failure.NotPresent = 0; in kfd_signal_iommu_event() 916 memory_exception_data.failure.ReadOnly = 1; in kfd_signal_iommu_event() 918 memory_exception_data.failure.ReadOnly = 0; in kfd_signal_iommu_event() 921 memory_exception_data.failure.NoExecute = 1; in kfd_signal_iommu_event() 923 memory_exception_data.failure in kfd_signal_iommu_event() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_acp.c | 273 goto failure; in acp_hw_init() 279 goto failure; in acp_hw_init() 285 goto failure; in acp_hw_init() 323 goto failure; in acp_hw_init() 327 goto failure; in acp_hw_init() 336 goto failure; in acp_hw_init() 342 goto failure; in acp_hw_init() 348 goto failure; in acp_hw_init() 444 goto failure; in acp_hw_init() 449 goto failure; in acp_hw_init() [all...] |
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | os.S | 84 | d1 - 0 = success, !0 = failure 115 | d1 - 0 = success, !0 = failure 147 | d1 - 0 = success, !0 = failure 170 | d1 - 0 = success, !0 = failure 181 | d1 - 0 = success, !0 = failure 206 | d1 - 0 = success, !0 = failure 217 | d1 - 0 = success, !0 = failure 241 | d1 - 0 = success, !0 = failure 263 | d1 - 0 = success, !0 = failure 287 | d1 - 0 = success, !0 = failure [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | os.S | 84 | d1 - 0 = success, !0 = failure 115 | d1 - 0 = success, !0 = failure 147 | d1 - 0 = success, !0 = failure 170 | d1 - 0 = success, !0 = failure 181 | d1 - 0 = success, !0 = failure 206 | d1 - 0 = success, !0 = failure 217 | d1 - 0 = success, !0 = failure 241 | d1 - 0 = success, !0 = failure 263 | d1 - 0 = success, !0 = failure 287 | d1 - 0 = success, !0 = failure [all...] |
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-uclogic-core.c | 181 goto failure; in uclogic_probe() 191 goto failure; in uclogic_probe() 199 goto failure; in uclogic_probe() 210 goto failure; in uclogic_probe() 216 goto failure; in uclogic_probe() 222 goto failure; in uclogic_probe() 226 failure: in uclogic_probe()
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/ |
H A D | venc_vpu_if.c | 33 vpu->failure = 1; in handle_enc_init_msg() 57 vpu->failure = (msg->status != VENC_IPI_MSG_STATUS_OK); in vpu_enc_ipi_handler() 58 if (vpu->failure) in vpu_enc_ipi_handler() 59 goto failure; in vpu_enc_ipi_handler() 77 failure: in vpu_enc_ipi_handler() 100 if (vpu->failure) in vpu_enc_send_msg() 117 vpu->failure = 0; in vpu_enc_init()
|
H A D | vdec_vpu_if.c | 66 vpu->failure = msg->status; in vpu_dec_ipi_handler() 76 vpu->failure = 0; in vcodec_vpu_send_msg() 87 return vpu->failure; in vcodec_vpu_send_msg()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | vdec_vpu_if.c | 50 vpu->failure = 1; in handle_init_ack_msg() 70 vpu->failure = 1; in handle_get_param_msg_ack() 116 vpu->failure = -EINVAL; in vpu_dec_ipi_handler() 120 vpu->failure = msg->status; in vpu_dec_ipi_handler() 156 vpu->failure = 0; in vcodec_vpu_send_msg() 177 return vpu->failure; in vcodec_vpu_send_msg()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_acp.c | 243 goto failure; in acp_hw_init() 249 goto failure; in acp_hw_init() 255 goto failure; in acp_hw_init() 352 goto failure; in acp_hw_init() 357 goto failure; in acp_hw_init() 374 goto failure; in acp_hw_init() 392 goto failure; in acp_hw_init() 402 failure: in acp_hw_init()
|
/kernel/linux/linux-5.10/arch/x86/mm/pat/ |
H A D | memtype_interval.c | 90 goto failure; in memtype_check_conflict() 98 goto failure; in memtype_check_conflict() 108 failure: in memtype_check_conflict()
|