Searched refs:failed (Results 1 - 25 of 455) sorted by relevance

1234567891011>>

/linux-master/drivers/comedi/drivers/tests/
H A Dunittest.h26 int failed; member in struct:unittest_results
32 bool failed = !(result); \
33 if (failed) { \
34 ++unittest_results.failed; \
42 failed; \
58 pr_info("end of comedi:\"%s\" unittests - %i passed, %i failed\n", name,
59 unittest_results.passed, unittest_results.failed);
/linux-master/arch/x86/include/asm/
H A Dmsr-trace.h22 TP_PROTO(unsigned msr, u64 val, int failed),
23 TP_ARGS(msr, val, failed),
27 __field( int, failed )
32 __entry->failed = failed;
37 __entry->failed ? " #GP" : "")
41 TP_PROTO(unsigned msr, u64 val, int failed),
42 TP_ARGS(msr, val, failed)
46 TP_PROTO(unsigned msr, u64 val, int failed),
47 TP_ARGS(msr, val, failed)
[all...]
/linux-master/tools/testing/selftests/powerpc/eeh/
H A Deeh-basic.sh37 failed=0
43 failed="$((failed + 1))"
48 failed="$((failed + 1))"
52 echo "$failed devices failed to recover ($dev_count tested)"
56 test "$failed" -eq 0
H A Deeh-vf-unaware.sh16 failed=0
27 log "$vf failed to recover"
28 failed="$((failed + 1))"
34 test "$failed" != 0
H A Deeh-vf-aware.sh30 log "$vf failed to recover"
44 test "$failed" != 0
/linux-master/tools/perf/scripts/perl/bin/
H A Dfailed-syscalls-report2 # description: system-wide failed syscalls
10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_update.c31 bool failed = false; local
39 failed = true;
42 failed = true;
45 return failed ? SK_DROP : SK_PASS;
H A Dstacktrace_map_skip.c33 int failed = 0; variable
58 failed = 1;
62 failed = 2;
/linux-master/tools/perf/scripts/python/bin/
H A Dfailed-syscalls-by-pid-report2 # description: system-wide failed syscalls, by pid
10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
/linux-master/arch/powerpc/kernel/
H A Dsignal_32.c104 unsafe_put_user(val, &frame->mc_gregs[i], failed);
108 failed:
121 unsafe_get_user(gregs[i], &sr->mc_gregs[i], failed);
125 failed:
148 unsafe_copy_to_user(&frame->mc_gregs, regs, GP_REGS_SIZE, failed);
151 failed:
159 unsafe_copy_from_user(regs, &sr->mc_gregs, PT_MSR * sizeof(elf_greg_t), failed);
163 GP_REGS_SIZE - PT_ORIG_R3 * sizeof(elf_greg_t), failed);
167 failed:
274 unsafe_save_general_regs(regs, frame, failed);
769 unsafe_put_user(to_user_ptr(&frame->uc.uc_mcontext), &frame->uc.uc_regs, failed); local
789 unsafe_put_user(PPC_RAW_LI(_R0, __NR_rt_sigreturn), &mctx->mc_pad[0], failed); local
790 unsafe_put_user(PPC_RAW_SC(), &mctx->mc_pad[1], failed); local
866 unsafe_put_user(to_user_ptr(ksig->ka.sa.sa_handler), &sc->handler, failed); local
873 unsafe_put_user(to_user_ptr(mctx), &sc->regs, failed); local
885 unsafe_put_user(PPC_RAW_LI(_R0, __NR_sigreturn), &mctx->mc_pad[0], failed); local
886 unsafe_put_user(PPC_RAW_SC(), &mctx->mc_pad[1], failed); local
1058 unsafe_put_user(to_user_ptr(mctx), &old_ctx->uc_regs, failed); local
[all...]
/linux-master/drivers/soc/fsl/qbman/
H A Dqman_test_api.c113 pr_crit("qman_enqueue() failed\n");
135 pr_crit("qman_create_fq() failed\n");
136 goto failed;
140 pr_crit("qman_init_fq() failed\n");
141 goto failed;
146 goto failed;
151 pr_crit("qman_volatile_dequeue() failed\n");
152 goto failed;
156 goto failed;
161 pr_crit("qman_volatile_dequeue() failed\
[all...]
H A Dqman_test_stash.c288 pr_crit("qman_enqueue() failed");
305 pr_crit("qman_enqueue() failed");
332 pr_crit("kmem_cache_alloc() failed");
358 pr_crit("qman_retire_fq(rx) failed, flags: %x", flags);
363 pr_crit("qman_oos_fq(rx) failed");
397 goto failed;
407 pr_crit("qman_create_fq(rx) failed");
408 goto failed;
418 pr_crit("qman_init_fq(rx) failed");
419 goto failed;
[all...]
H A Dbman_test_api.c107 pr_crit("bman_new_pool() failed\n");
108 goto failed;
120 pr_crit("bman_release() failed\n");
121 goto failed;
149 failed:
/linux-master/include/trace/events/
H A Dvmalloc.h17 * @failed: an allocation failed or not
26 unsigned long vstart, unsigned long vend, int failed),
28 TP_ARGS(addr, size, align, vstart, vend, failed),
36 __field(int, failed)
45 __entry->failed = failed;
48 TP_printk("va_start: %lu size=%lu align=%lu vstart=0x%lx vend=0x%lx failed=%d",
50 __entry->vstart, __entry->vend, __entry->failed)
H A Dmigrate.h50 TP_PROTO(unsigned long succeeded, unsigned long failed,
55 TP_ARGS(succeeded, failed, thp_succeeded, thp_failed,
60 __field( unsigned long, failed)
71 __entry->failed = failed;
82 __entry->failed,
/linux-master/arch/x86/lib/
H A Dmsr.c123 void do_trace_write_msr(unsigned int msr, u64 val, int failed) argument
125 trace_write_msr(msr, val, failed);
130 void do_trace_read_msr(unsigned int msr, u64 val, int failed) argument
132 trace_read_msr(msr, val, failed);
137 void do_trace_rdpmc(unsigned counter, u64 val, int failed) argument
139 trace_rdpmc(counter, val, failed);
/linux-master/fs/squashfs/
H A Dxattr.c53 goto failed;
64 goto failed;
72 goto failed;
83 goto failed;
91 goto failed;
96 goto failed;
100 failed:
130 goto failed;
143 goto failed;
155 goto failed;
[all...]
H A Dlzo_wrapper.c34 goto failed;
37 goto failed;
46 failed:
89 goto failed;
111 failed:
/linux-master/drivers/net/can/softing/
H A Dsofting_fw.c49 dev_alert(&card->pdev->dev, "firmware %s failed (%i)\n", msg, ret);
90 dev_alert(&card->pdev->dev, "bootloader %s failed (%i)\n", msg, ret);
158 goto failed;
160 goto failed;
163 goto failed;
169 goto failed;
179 goto failed;
183 goto failed;
193 goto failed;
201 dev_alert(&card->pdev->dev, "DPRAM readback failed\
[all...]
/linux-master/arch/x86/platform/intel-quark/
H A Dimr.c151 goto failed;
155 goto failed;
159 goto failed;
163 goto failed;
167 failed:
169 * If writing to the IOSF failed then we're in an unknown state,
343 goto failed;
349 goto failed;
351 goto failed;
360 goto failed;
[all...]
/linux-master/arch/x86/mm/pat/
H A Dcpa-test.c122 int failed = 0; local
136 failed += print_split(&sa);
196 printk(KERN_ERR "CPA %d failed %d\n", i, err);
197 failed++;
204 failed++;
209 failed++;
215 failed += print_split(&sb);
222 printk(KERN_ERR "CPA lookup of %lx failed\n", addr[i]);
223 failed++;
228 printk(KERN_ERR "CPA reverting failed
[all...]
/linux-master/arch/s390/hypfs/
H A Dhypfs_vm_fs.c101 goto failed;
106 goto failed;
113 goto failed;
118 goto failed;
125 goto failed;
131 goto failed;
136 failed:
/linux-master/fs/ext4/
H A Dmmp.c294 goto failed;
299 goto failed;
320 goto failed;
334 goto failed;
339 goto failed;
345 goto failed;
361 goto failed;
369 goto failed;
374 goto failed;
380 goto failed;
[all...]
/linux-master/fs/afs/
H A Drotate.c157 unsigned long set, failed; local
204 goto failed;
251 goto failed;
256 goto failed;
330 goto failed;
351 goto failed;
362 goto failed;
382 goto failed;
391 goto failed;
405 goto failed;
[all...]
/linux-master/fs/bcachefs/
H A Dio_write_types.h24 struct bch_devs_list failed;
81 struct bch_devs_mask failed; member in struct:bch_write_op

Completed in 175 milliseconds

1234567891011>>