| /linux-6.15/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" 326 failure "Rewritten packets appear to be dropped" 352 failure "packets appear to be dropped" [all …]
|
| /linux-6.15/arch/x86/kernel/cpu/ |
| H A D | rdrand.c | 28 bool failure = false; in x86_init_rdrand() local 36 failure = true; in x86_init_rdrand() 43 failure = true; in x86_init_rdrand() 45 if (failure) { in x86_init_rdrand()
|
| /linux-6.15/tools/perf/tests/ |
| H A D | mem.c | 15 char failure[100]; in check() local 24 scnprintf(failure, sizeof failure, "unexpected %s", out); in check() 25 TEST_ASSERT_VAL(failure, !strcmp(string, out)); in check()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | isp_v4_1_0.c | 58 goto failure; in isp_v4_1_0_hw_init() 68 goto failure; in isp_v4_1_0_hw_init() 76 goto failure; in isp_v4_1_0_hw_init() 115 goto failure; in isp_v4_1_0_hw_init() 135 goto failure; in isp_v4_1_0_hw_init() 154 goto failure; in isp_v4_1_0_hw_init() 159 failure: in isp_v4_1_0_hw_init()
|
| H A D | isp_v4_1_1.c | 58 goto failure; in isp_v4_1_1_hw_init() 69 goto failure; in isp_v4_1_1_hw_init() 77 goto failure; in isp_v4_1_1_hw_init() 116 goto failure; in isp_v4_1_1_hw_init() 136 goto failure; in isp_v4_1_1_hw_init() 155 goto failure; in isp_v4_1_1_hw_init() 160 failure: in isp_v4_1_1_hw_init()
|
| H A D | amdgpu_acp.c | 267 goto failure; in acp_hw_init() 273 goto failure; in acp_hw_init() 279 goto failure; in acp_hw_init() 317 goto failure; in acp_hw_init() 321 goto failure; in acp_hw_init() 330 goto failure; in acp_hw_init() 336 goto failure; in acp_hw_init() 342 goto failure; in acp_hw_init() 438 goto failure; in acp_hw_init() 443 goto failure; in acp_hw_init() [all …]
|
| /linux-6.15/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() 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()
|
| /linux-6.15/tools/perf/util/bpf_skel/ |
| H A D | augmented_raw_syscalls.bpf.c | 355 goto failure; in sys_enter_perf_event_open() 358 goto failure; in sys_enter_perf_event_open() 368 goto failure; in sys_enter_perf_event_open() 372 goto failure; in sys_enter_perf_event_open() 375 failure: in sys_enter_perf_event_open() 388 goto failure; in sys_enter_clock_nanosleep() 391 goto failure; in sys_enter_clock_nanosleep() 396 failure: in sys_enter_clock_nanosleep() 409 goto failure; in sys_enter_nanosleep() 412 goto failure; in sys_enter_nanosleep() [all …]
|
| /linux-6.15/tools/memory-model/Documentation/ |
| H A D | herd-representation.txt | 51 | | On failure: RU | 102 | | On failure: R*[MB] | 106 | | On failure: R*[ONCE] | 108 | | On failure: R*[ACQUIRE] | 110 | | On failure: R*[RELEASE] | 112 | | On failure: LF |
|
| /linux-6.15/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
|
| /linux-6.15/Documentation/bpf/ |
| H A D | map_queue_stack.rst | 43 negative error in case of failure. 54 failure. 64 stack. Returns ``0`` on success, or negative error in case of failure. 81 success, or negative error in case of failure. 93 failure. 105 failure.
|
| H A D | maps.rst | 56 failure. The map can be deleted by calling ``close(fd)``. Maps held by open 66 success, or negative error on failure. 71 ``attr->value``. Returns zero on success or negative error on failure. 76 ``attr->key``. Returns zero on success or negative error on failure.
|
| H A D | map_sk_storage.rst | 43 ``NULL`` in case of failure. 58 error in case of failure. 85 Returns ``0`` on success, or negative error in case of failure. 97 ``key``. Returns ``0`` on success, or negative error in case of failure. 109 ``0`` on success, or negative error in case of failure.
|
| /linux-6.15/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() 118 vpu->failure = -EINVAL; in vpu_dec_ipi_handler() 122 vpu->failure = msg->status; in vpu_dec_ipi_handler() 158 vpu->failure = 0; in vcodec_vpu_send_msg() 179 return vpu->failure; in vcodec_vpu_send_msg()
|
| /linux-6.15/drivers/media/platform/mediatek/vcodec/encoder/ |
| H A D | venc_vpu_if.c | 31 vpu->failure = 1; in handle_enc_init_msg() 79 vpu->failure = -EINVAL; in vpu_enc_ipi_handler() 83 vpu->failure = (msg->status != VENC_IPI_MSG_STATUS_OK); in vpu_enc_ipi_handler() 84 if (vpu->failure) { in vpu_enc_ipi_handler() 85 mtk_venc_err(vpu->ctx, "vpu enc status failure %d", vpu->failure); in vpu_enc_ipi_handler() 126 if (vpu->failure) in vpu_enc_send_msg() 139 vpu->failure = 0; in vpu_enc_init()
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-uclogic-core.c | 176 goto failure; in uclogic_probe() 187 goto failure; in uclogic_probe() 195 goto failure; in uclogic_probe() 206 goto failure; in uclogic_probe() 212 goto failure; in uclogic_probe() 218 goto failure; in uclogic_probe() 222 failure: in uclogic_probe()
|
| /linux-6.15/net/sched/ |
| H A D | act_police.c | 104 goto failure; in tcf_police_init() 110 goto failure; in tcf_police_init() 121 goto failure; in tcf_police_init() 126 goto failure; in tcf_police_init() 135 goto failure; in tcf_police_init() 144 goto failure; in tcf_police_init() 151 goto failure; in tcf_police_init() 157 goto failure; in tcf_police_init() 221 failure: in tcf_police_init()
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-platform-power-on-reason | 8 "software reset", "reset button action", "CPU clock failure", 9 "crystal oscillator failure", "brown-out reset",
|
| /linux-6.15/tools/testing/selftests/lkdtm/ |
| H A D | tests.txt | 8 #EXHAUST_STACK Corrupts memory on failure 23 #WRITE_AFTER_FREE Corrupts memory on failure 25 #WRITE_BUDDY_AFTER_FREE Corrupts memory on failure
|
| /linux-6.15/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()
|
| /linux-6.15/Documentation/driver-api/driver-model/ |
| H A D | devres.rst | 29 sufficient bugs in ->remove and ->probe failure path. Well, yes, 37 initialization failure don't happen often enough to be noticeable. 38 Init failure path is worse because it's much less travelled while 42 and having half broken failure path implementation in ->probe() which 43 would leak resources or even cause oops when failure occurs. iomap 134 to better maintained higher layer. Also, as init failure path is 151 resources on failure. For example:: 172 As resource acquisition failure usually means probe failure, constructs 174 layer) where interface function shouldn't have side effect on failure.
|
| /linux-6.15/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_int_process_v10.c | 322 exception_data.failure.NotPresent = info.prot_valid ? 1 : 0; in event_interrupt_wq_v10() 323 exception_data.failure.NoExecute = info.prot_exec ? 1 : 0; in event_interrupt_wq_v10() 324 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0; in event_interrupt_wq_v10() 325 exception_data.failure.imprecise = 0; in event_interrupt_wq_v10()
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_lib.c | 193 struct scsi_failure *failure; in scsi_failures_reset_retries() local 197 for (failure = failures->failure_definitions; failure->result; in scsi_failures_reset_retries() 198 failure++) in scsi_failures_reset_retries() 199 failure->retries = 0; in scsi_failures_reset_retries() 213 struct scsi_failure *failure; in scsi_check_passthrough() local 223 for (failure = failures->failure_definitions; failure->result; in scsi_check_passthrough() 224 failure++) { in scsi_check_passthrough() 256 if (failure->asc != sshdr.asc) in scsi_check_passthrough() 260 failure->ascq == sshdr.ascq) in scsi_check_passthrough() 267 if (failure->allowed) { in scsi_check_passthrough() [all …]
|
| /linux-6.15/scripts/ |
| H A D | Kconfig.include | 22 # $(failure,<command>) 24 failure = $(if-success,$(1),n,y) variable 40 $(error-if,$(failure,command -v $(CC)),C compiler '$(CC)' not found) 41 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
|
| /linux-6.15/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_xsk.c | 350 bool *failure) in i40e_handle_xdp_result_zc() argument 361 *failure = true; in i40e_handle_xdp_result_zc() 416 bool failure = false; in i40e_clean_rx_irq_zc() local 477 &rx_bytes, xdp_res, &failure); in i40e_clean_rx_irq_zc() 479 if (failure) in i40e_clean_rx_irq_zc() 492 failure |= !i40e_alloc_rx_buffers_zc(rx_ring, entries_to_alloc); in i40e_clean_rx_irq_zc() 498 if (failure || next_to_clean == rx_ring->next_to_use) in i40e_clean_rx_irq_zc() 505 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq_zc()
|