Searched refs:failure (Results 1 - 25 of 115) sorted by relevance

12345

/linux-master/arch/x86/kernel/cpu/
H A Drdrand.c28 bool failure = false; local
36 failure = true;
43 failure = true;
45 if (failure) {
/linux-master/tools/perf/tests/
H A Dmem.c14 char failure[100]; local
21 scnprintf(failure, sizeof failure, "unexpected %s", out);
22 TEST_ASSERT_VAL(failure, !strcmp(string, out));
/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_vpu.h18 * @failure : VPU execution result status
24 int32_t failure; member in struct:mtk_mdp_vpu
H A Dmtk_mdp_vpu.c38 vpu->failure = msg->status;
39 if (!vpu->failure) {
56 mtk_mdp_dbg(0, "[%d]:msg 0x%x, failure:%d", ctx->id,
57 msg_id, vpu->failure);
106 if (!err && vpu->failure)
124 if (!err && vpu->failure)
/linux-master/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_al
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_vpu_if.h16 * @failure: flag to show vpu cmd succeeds or not
30 int failure; member in struct:venc_vpu_inst
H A Dvenc_vpu_if.c31 vpu->failure = 1;
79 vpu->failure = -EINVAL;
83 vpu->failure = (msg->status != VENC_IPI_MSG_STATUS_OK);
84 if (vpu->failure) {
85 mtk_venc_err(vpu->ctx, "vpu enc status failure %d", vpu->failure);
126 if (vpu->failure)
139 vpu->failure = 0;
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_vpu_if.h18 * @failure : VPU execution result status, 0: success, others: fail
35 int32_t failure; member in struct:vdec_vpu_inst
H A Dvdec_vpu_if.c50 vpu->failure = 1;
70 vpu->failure = 1;
118 vpu->failure = -EINVAL;
122 vpu->failure = msg->status;
158 vpu->failure = 0;
179 return vpu->failure;
/linux-master/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c299 goto failure;
302 goto failure;
312 goto failure;
316 goto failure;
319 failure:
332 goto failure;
335 goto failure;
340 failure:
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acp.c273 goto failure;
279 goto failure;
285 goto failure;
323 goto failure;
327 goto failure;
336 goto failure;
342 goto failure;
348 goto failure;
444 goto failure;
449 goto failure;
[all...]
/linux-master/arch/x86/mm/pat/
H A Dmemtype_interval.c90 goto failure;
98 goto failure;
108 failure:
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Djitter.sh76 echo taskset failure: '"taskset -c -p ' $cpumask $$ '"'
H A Dsrcu_lockdep.sh63 echo -n Unexpected failure for > "$RCUTORTURE/res/$ds/$val/kvm.sh.err"
/linux-master/drivers/hid/
H A Dhid-uclogic-core.c175 goto failure;
186 goto failure;
194 goto failure;
205 goto failure;
211 goto failure;
217 goto failure;
221 failure:
/linux-master/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
[all...]
/linux-master/net/sched/
H A Dact_police.c104 goto failure;
110 goto failure;
121 goto failure;
126 goto failure;
135 goto failure;
144 goto failure;
151 goto failure;
157 goto failure;
160 /* No failure allowed after this point */
223 failure
[all...]
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-trap.c121 * set NIP to go to 'failure', instruction (5).
162 * basically a 'nop') and branch to 'failure' in
163 * instruction (5) was taken to indicate failure and we
216 " b %l[failure] ;" /* (5) b [NA]; MSR.LE flipped (bug) */
219 : : : : failure, success);
221 failure:
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_xsk.c27 * Returns 0 on success, negative on failure
57 * Returns 0 on success, negative on failure
79 * Returns 0 on success, <0 on failure
135 * Returns 0 on success, <0 on failure
180 * Returns 0 on success, <0 on failure
286 * Returns the skb, or NULL on failure.
350 bool *failure)
361 *failure = true;
442 bool failure = false; local
501 &rx_bytes, xdp_res, &failure);
344 i40e_handle_xdp_result_zc(struct i40e_ring *rx_ring, struct xdp_buff *xdp_buff, union i40e_rx_desc *rx_desc, unsigned int *rx_packets, unsigned int *rx_bytes, unsigned int xdp_res, bool *failure) argument
[all...]
/linux-master/drivers/net/can/sja1000/
H A Dkvaser_pci.c265 goto failure;
273 failure:
296 goto failure;
362 failure:
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_int_process_v11.c314 exception_data.failure.NotPresent = info.prot_valid ? 1 : 0;
315 exception_data.failure.NoExecute = info.prot_exec ? 1 : 0;
316 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0;
317 exception_data.failure.imprecise = 0;
H A Dkfd_int_process_v10.c390 exception_data.failure.NotPresent = info.prot_valid ? 1 : 0;
391 exception_data.failure.NoExecute = info.prot_exec ? 1 : 0;
392 exception_data.failure.ReadOnly = info.prot_write ? 1 : 0;
393 exception_data.failure.imprecise = 0;
/linux-master/drivers/macintosh/
H A Dwindfarm_fcu_controls.c171 unsigned char failure; local
175 rc = wf_fcu_read_reg(pv, 0xb, &failure, 1);
178 if ((failure & (1 << fan->id)) != 0)
227 unsigned char failure; local
232 rc = wf_fcu_read_reg(pv, 0x2b, &failure, 1);
235 if ((failure & (1 << fan->id)) != 0)
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c256 bool failure = false; local
266 failure = failure ||
313 failure = true;
366 if (failure || rx_ring->next_to_clean == rx_ring->next_to_use)
373 return failure ? budget : (int)total_rx_packets;
/linux-master/drivers/scsi/
H A Dscsi_lib.c189 struct scsi_failure *failure; local
193 for (failure = failures->failure_definitions; failure->result;
194 failure++)
195 failure->retries = 0;
209 struct scsi_failure *failure; local
216 for (failure = failures->failure_definitions; failure->result;
217 failure++) {
218 if (failure
[all...]

Completed in 262 milliseconds

12345