Home
last modified time | relevance | path

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

1234567891011

/linux/samples/bpf/
H A 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/arch/x86/kernel/cpu/
H A Drdrand.c28 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/drivers/gpu/drm/amd/amdgpu/
H A Disp_v4_1_0.c58 goto failure; in isp_v4_1_0_hw_init()
67 goto failure; in isp_v4_1_0_hw_init()
75 goto failure; in isp_v4_1_0_hw_init()
114 goto failure; in isp_v4_1_0_hw_init()
134 goto failure; in isp_v4_1_0_hw_init()
153 goto failure; in isp_v4_1_0_hw_init()
158 failure: in isp_v4_1_0_hw_init()
H A Damdgpu_acp.c265 goto failure; in acp_hw_init()
271 goto failure; in acp_hw_init()
277 goto failure; in acp_hw_init()
317 goto failure; in acp_hw_init()
321 goto failure; in acp_hw_init()
329 goto failure; in acp_hw_init()
335 goto failure; in acp_hw_init()
341 goto failure; in acp_hw_init()
441 goto failure; in acp_hw_init()
446 goto failure; in acp_hw_init()
[all …]
H A Disp_v4_1_1.c266 goto failure; in isp_v4_1_1_hw_init()
275 goto failure; in isp_v4_1_1_hw_init()
282 goto failure; in isp_v4_1_1_hw_init()
324 goto failure; in isp_v4_1_1_hw_init()
343 goto failure; in isp_v4_1_1_hw_init()
362 goto failure; in isp_v4_1_1_hw_init()
369 goto failure; in isp_v4_1_1_hw_init()
375 goto failure; in isp_v4_1_1_hw_init()
380 failure: in isp_v4_1_1_hw_init()
/linux/tools/perf/tests/
H A Dmem.c15 char failure[100]; in check()
24 scnprintf(failure, sizeof failure, "unexpected %s", out); in check()
25 TEST_ASSERT_VAL(failure, !strcmp(string, out));
14 char failure[100]; check() local
/linux/drivers/media/platform/mediatek/mdp/
H A 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/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c356 goto failure; in sys_enter_perf_event_open()
359 goto failure; in sys_enter_perf_event_open()
369 goto failure; in sys_enter_perf_event_open()
373 goto failure; in sys_enter_perf_event_open()
376 failure: in sys_enter_perf_event_open()
389 goto failure; in sys_enter_clock_nanosleep()
392 goto failure; in sys_enter_clock_nanosleep()
397 failure: in sys_enter_clock_nanosleep()
410 goto failure; in sys_enter_nanosleep()
413 goto failure; in sys_enter_nanosleep()
[all...]
/linux/tools/memory-model/Documentation/
H A Dherd-representation.txt51 | | 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/arch/m68k/ifpsp060/
H A 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/Documentation/bpf/
H A 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.
H A 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.
H A 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/Documentation/wmi/devices/
H A Ddell-wmi-ddv.rst156 - the third nibble contains the general failure mode
157 - the fourth nibble contains the specific failure code
159 Valid failure modes are:
161 - permanent failure (``0x9``)
162 - overheat failure (``0xa``)
163 - overcurrent failure (``0xb``)
165 All other failure modes are to be considered normal.
167 The following failure codes are valid for a permanent failure:
172 - fet failure (``0x3``)
174 The last two bits of the failure code are to be ignored when the battery
[all …]
/linux/net/sched/
H A 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()
141 goto failure; in tcf_police_init()
150 goto failure; in tcf_police_init()
157 goto failure; in tcf_police_init()
163 goto failure; in tcf_police_init()
166 /* No failure allowe in tcf_police_init()
[all...]
/linux/arch/x86/mm/pat/
H A Dmemtype_interval.c64 goto failure; in memtype_check_conflict()
72 goto failure; in memtype_check_conflict()
82 failure: in memtype_check_conflict()
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-power-on-reason8 "software reset", "reset button action", "CPU clock failure",
9 "crystal oscillator failure", "brown-out reset",
/linux/Documentation/driver-api/driver-model/
H A 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/tools/testing/selftests/lkdtm/
H A Dtests.txt10 #EXHAUST_STACK Corrupts memory on failure
27 #WRITE_AFTER_FREE Corrupts memory on failure
29 #WRITE_BUDDY_AFTER_FREE Corrupts memory on failure
/linux/drivers/scsi/
H A Dscsi_lib.c195 struct scsi_failure *failure; in scsi_failures_reset_retries() local
199 for (failure = failures->failure_definitions; failure->result; in scsi_failures_reset_retries()
200 failure++) in scsi_failures_reset_retries()
201 failure->retries = 0; in scsi_failures_reset_retries()
215 struct scsi_failure *failure; in scsi_check_passthrough() local
225 for (failure = failures->failure_definitions; failure->result; in scsi_check_passthrough()
226 failure++) { in scsi_check_passthrough()
227 if (failure->result == SCMD_FAILURE_RESULT_ANY) in scsi_check_passthrough()
231 host_byte(scmd->result) == host_byte(failure->result)) in scsi_check_passthrough()
238 if (failure->result == SCMD_FAILURE_STAT_ANY && in scsi_check_passthrough()
[all …]
/linux/scripts/
H A DKconfig.include22 # $(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/drivers/net/ethernet/intel/i40e/
H A Di40e_xsk.c350 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()
/linux/drivers/macintosh/
H A 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/drivers/net/can/sja1000/
H A 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/drivers/clk/
H A Dclkdev.c162 const char *failure; in vclkdev_alloc() local
178 failure = "connection"; in vclkdev_alloc()
188 failure = "device"; in vclkdev_alloc()
205 &vaf, con_id, failure, max_size); in vclkdev_alloc()

1234567891011