Home
last modified time | relevance | path

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

12345678910>>...16

/Linux-v6.6/samples/bpf/
Dtest_lwt_bpf.sh137 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_all in: Unexpected success of ping"
[all …]
/Linux-v6.6/arch/x86/kernel/cpu/
Drdrand.c27 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()
/Linux-v6.6/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-v6.6/drivers/media/platform/mediatek/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()
/Linux-v6.6/tools/perf/util/bpf_skel/
Daugmented_raw_syscalls.bpf.c312 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()
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_acp.c273 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 …]
/Linux-v6.6/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-v6.6/Documentation/bpf/
Dmap_queue_stack.rst43 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.
Dmaps.rst56 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.
Dmap_sk_storage.rst43 ``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-v6.6/drivers/media/platform/mediatek/vcodec/decoder/
Dvdec_vpu_if.c50 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()
/Linux-v6.6/drivers/hid/
Dhid-uclogic-core.c175 goto failure; in uclogic_probe()
186 goto failure; in uclogic_probe()
194 goto failure; in uclogic_probe()
205 goto failure; in uclogic_probe()
211 goto failure; in uclogic_probe()
217 goto failure; in uclogic_probe()
221 failure: in uclogic_probe()
/Linux-v6.6/drivers/media/platform/mediatek/vcodec/encoder/
Dvenc_vpu_if.c31 vpu->failure = 1; in handle_enc_init_msg()
77 vpu->failure = -EINVAL; in vpu_enc_ipi_handler()
81 vpu->failure = (msg->status != VENC_IPI_MSG_STATUS_OK); in vpu_enc_ipi_handler()
82 if (vpu->failure) { in vpu_enc_ipi_handler()
83 mtk_venc_err(vpu->ctx, "vpu enc status failure %d", vpu->failure); in vpu_enc_ipi_handler()
124 if (vpu->failure) in vpu_enc_send_msg()
137 vpu->failure = 0; in vpu_enc_init()
/Linux-v6.6/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-v6.6/net/sched/
Dact_police.c104 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()
223 failure: in tcf_police_init()
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-platform-power-on-reason8 "software reset", "reset button action", "CPU clock failure",
9 "crystal oscillator failure", "brown-out reset",
/Linux-v6.6/tools/testing/selftests/lkdtm/
Dtests.txt7 #EXHAUST_STACK Corrupts memory on failure
22 #WRITE_AFTER_FREE Corrupts memory on failure
24 #WRITE_BUDDY_AFTER_FREE Corrupts memory on failure
/Linux-v6.6/scripts/
DKconfig.include22 # $(failure,<command>)
24 failure = $(if-success,$(1),n,y)
39 $(error-if,$(failure,command -v $(CC)),C compiler '$(CC)' not found)
40 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
/Linux-v6.6/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-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_xsk.c354 bool *failure) in i40e_handle_xdp_result_zc() argument
365 *failure = true; in i40e_handle_xdp_result_zc()
445 bool failure = false; in i40e_clean_rx_irq_zc() local
505 &rx_bytes, xdp_res, &failure); in i40e_clean_rx_irq_zc()
508 if (failure) in i40e_clean_rx_irq_zc()
521 failure |= !i40e_alloc_rx_buffers_zc(rx_ring, entries_to_alloc); in i40e_clean_rx_irq_zc()
527 if (failure || next_to_clean == rx_ring->next_to_use) in i40e_clean_rx_irq_zc()
534 return failure ? budget : (int)total_rx_packets; in i40e_clean_rx_irq_zc()
/Linux-v6.6/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-v6.6/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-v6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_int_process_v10.c386 exception_data.failure.NotPresent = info.prot_valid ? 1 : 0; in event_interrupt_wq_v10()
387 exception_data.failure.NoExecute = info.prot_exec ? 1 : 0; in event_interrupt_wq_v10()
388 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0; in event_interrupt_wq_v10()
389 exception_data.failure.imprecise = 0; in event_interrupt_wq_v10()
Dkfd_int_process_v11.c311 exception_data.failure.NotPresent = info.prot_valid ? 1 : 0; in event_interrupt_wq_v11()
312 exception_data.failure.NoExecute = info.prot_exec ? 1 : 0; in event_interrupt_wq_v11()
313 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0; in event_interrupt_wq_v11()
314 exception_data.failure.imprecise = 0; in event_interrupt_wq_v11()
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_xsk.c256 bool failure = false; in ixgbe_clean_rx_irq_zc() local
266 failure = failure || in ixgbe_clean_rx_irq_zc()
313 failure = true; in ixgbe_clean_rx_irq_zc()
370 if (failure || rx_ring->next_to_clean == rx_ring->next_to_use) in ixgbe_clean_rx_irq_zc()
377 return failure ? budget : (int)total_rx_packets; in ixgbe_clean_rx_irq_zc()

12345678910>>...16