Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/Linux-v5.15/samples/bpf/
Dtest_lwt_bpf.sh134 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_all in: Unexpected success of ping"
[all …]
/Linux-v5.15/tools/perf/tests/
Dmem.c14 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()
/Linux-v5.15/drivers/media/platform/mtk-mdp/
Dmtk_mdp_vpu.c38 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()
Dmtk_mdp_vpu.h24 int32_t failure; member
/Linux-v5.15/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c910 memory_exception_data.failure.NotPresent = 1; in kfd_signal_iommu_event()
911 memory_exception_data.failure.NoExecute = 0; in kfd_signal_iommu_event()
912 memory_exception_data.failure.ReadOnly = 0; in kfd_signal_iommu_event()
914 memory_exception_data.failure.NotPresent = 0; in kfd_signal_iommu_event()
917 memory_exception_data.failure.ReadOnly = 1; in kfd_signal_iommu_event()
919 memory_exception_data.failure.ReadOnly = 0; in kfd_signal_iommu_event()
922 memory_exception_data.failure.NoExecute = 1; in kfd_signal_iommu_event()
924 memory_exception_data.failure.NoExecute = 0; in kfd_signal_iommu_event()
931 memory_exception_data.failure.NotPresent, in kfd_signal_iommu_event()
932 memory_exception_data.failure.NoExecute, in kfd_signal_iommu_event()
[all …]
/Linux-v5.15/drivers/media/platform/mtk-vcodec/
Dvenc_vpu_if.c33 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()
Dvdec_vpu_if.c66 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()
/Linux-v5.15/drivers/hid/
Dhid-uclogic-core.c177 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-v5.15/arch/m68k/ifpsp060/
Dos.S84 | 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-v5.15/net/sched/
Dact_police.c113 goto failure; in tcf_police_init()
119 goto failure; in tcf_police_init()
130 goto failure; in tcf_police_init()
135 goto failure; in tcf_police_init()
144 goto failure; in tcf_police_init()
153 goto failure; in tcf_police_init()
160 goto failure; in tcf_police_init()
166 goto failure; in tcf_police_init()
232 failure: in tcf_police_init()
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_acp.c243 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()
/Linux-v5.15/tools/testing/selftests/lkdtm/
Dtests.txt7 #EXHAUST_STACK Corrupts memory on failure
21 #WRITE_AFTER_FREE Corrupts memory on failure
23 #WRITE_BUDDY_AFTER_FREE Corrupts memory on failure
/Linux-v5.15/Documentation/driver-api/driver-model/
Ddevres.rst29 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-v5.15/scripts/
DKconfig.include22 # $(failure,<command>)
24 failure = $(if-success,$(1),n,y)
39 $(error-if,$(failure,command -v $(CC)),compiler '$(CC)' not found)
40 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
/Linux-v5.15/arch/x86/mm/pat/
Dmemtype_interval.c90 goto failure; in memtype_check_conflict()
98 goto failure; in memtype_check_conflict()
108 failure: in memtype_check_conflict()
/Linux-v5.15/drivers/macintosh/
Dwindfarm_fcu_controls.c171 unsigned char failure; in wf_fcu_fan_get_rpm() local
175 rc = wf_fcu_read_reg(pv, 0xb, &failure, 1); in wf_fcu_fan_get_rpm()
178 if ((failure & (1 << fan->id)) != 0) in wf_fcu_fan_get_rpm()
227 unsigned char failure; in wf_fcu_fan_get_pwm() local
232 rc = wf_fcu_read_reg(pv, 0x2b, &failure, 1); in wf_fcu_fan_get_pwm()
235 if ((failure & (1 << fan->id)) != 0) in wf_fcu_fan_get_pwm()
/Linux-v5.15/drivers/net/can/sja1000/
Dkvaser_pci.c265 goto failure; in kvaser_pci_add_chan()
273 failure: in kvaser_pci_add_chan()
296 goto failure; in kvaser_pci_init_one()
362 failure: in kvaser_pci_init_one()
/Linux-v5.15/Documentation/admin-guide/
Dinit.rst6 This document provides some high-level reasons for failure
38 Please extend this explanation whenever you find new failure causes
44 which can then store the ``kernel_execve()`` result value and on failure
/Linux-v5.15/arch/arm/nwfpe/
Dentry.S67 mov r4, lr @ save the failure-return addresses
83 reteq r4 @ no, return failure
/Linux-v5.15/drivers/staging/ks7010/
Dks_hostif.c383 mic_failure->failure = 0; in hostif_data_indication_wpa()
386 if (mic_failure->failure == 0) { in hostif_data_indication_wpa()
387 mic_failure->failure = 1; in hostif_data_indication_wpa()
389 } else if (mic_failure->failure == 1) { in hostif_data_indication_wpa()
390 mic_failure->failure = 2; in hostif_data_indication_wpa()
454 priv->wpa.mic_failure.failure == 2) { in hostif_data_indication()
964 priv->wpa.mic_failure.failure); in hostif_mic_failure_confirm()
1152 priv->wpa.mic_failure.failure > 0) { in hostif_data_request()
1207 priv->wpa.mic_failure.failure > 0) { in hostif_data_request()
1214 if (priv->wpa.mic_failure.failure == 2) in hostif_data_request()
[all …]
/Linux-v5.15/tools/testing/selftests/powerpc/tm/
Dtm-trap.c219 : : : : failure, success); in ping()
221 failure: in ping()
/Linux-v5.15/net/core/
Dsock_reuseport.c540 goto failure; in reuseport_migrate_sock()
550 goto failure; in reuseport_migrate_sock()
556 goto failure; in reuseport_migrate_sock()
571 goto failure; in reuseport_migrate_sock()
578 failure: in reuseport_migrate_sock()
/Linux-v5.15/Documentation/fault-injection/
Dfault-injection.rst67 likelihood of failure injection, in percent.
71 Note that one-failure-per-hundred is a very high error rate
100 specifies the verbosity of the messages when failure is
102 log line per failure; '2' will print a call trace too -- useful
155 default is 'N', setting it to 'Y' will disable failure injections
265 Upon should_fail() returning true, client code should inject a failure:
395 allocation failure::
406 Same as above except to inject page allocation failure instead of slab
407 allocation failure::
/Linux-v5.15/drivers/net/ethernet/intel/ixgbe/
Dixgbe_xsk.c244 bool failure = false; in ixgbe_clean_rx_irq_zc() local
254 failure = failure || in ixgbe_clean_rx_irq_zc()
354 if (failure || rx_ring->next_to_clean == rx_ring->next_to_use) in ixgbe_clean_rx_irq_zc()
361 return failure ? budget : (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/gpio/
Dgpio_service.c557 goto failure; in dal_ddc_open()
588 failure: in dal_ddc_open()
611 goto failure; in dal_ddc_change_mode()
620 failure: in dal_ddc_change_mode()

12345678910>>...14