Home
last modified time | relevance | path

Searched refs:errs (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v5.4/tools/perf/tests/
Dperf-record.c67 int err = -1, errs = 0, i, wakeups = 0; in test__PERF_RECORD() local
200 ++errs; in test__PERF_RECORD()
208 ++errs; in test__PERF_RECORD()
214 ++errs; in test__PERF_RECORD()
220 ++errs; in test__PERF_RECORD()
230 ++errs; in test__PERF_RECORD()
238 ++errs; in test__PERF_RECORD()
245 ++errs; in test__PERF_RECORD()
276 ++errs; in test__PERF_RECORD()
302 ++errs; in test__PERF_RECORD()
[all …]
/Linux-v5.4/lib/reed_solomon/
Dtest_rslib.c152 int len, int errs, int eras) in get_rcw_we() argument
178 for (i = 0; i < errs; i++) { in get_rcw_we()
214 errs++; in get_rcw_we()
218 return errs; in get_rcw_we()
260 static void test_uc(struct rs_control *rs, int len, int errs, in test_uc() argument
275 nerrs = get_rcw_we(rs, ws, len, errs, eras); in test_uc()
324 int errs, eras, retval; in ex_rs_helper() local
329 for (errs = 0; errs <= nroots / 2; errs++) in ex_rs_helper()
330 for (eras = 0; eras <= nroots - 2 * errs; eras++) in ex_rs_helper()
331 test_uc(rs, len, errs, eras, trials, &stat, ws, method); in ex_rs_helper()
[all …]
/Linux-v5.4/arch/x86/mm/
Dtestmmiotrace.c52 unsigned errs[3] = { 0 }; in do_read_test() local
58 ++errs[0]; in do_read_test()
62 ++errs[1]; in do_read_test()
66 ++errs[2]; in do_read_test()
69 errs[0], errs[1], errs[2]); in do_read_test()
/Linux-v5.4/drivers/xen/
Darm-device.c49 int *errs; in xen_map_device_mmio() local
64 errs = kcalloc(nr, sizeof(int), GFP_KERNEL); in xen_map_device_mmio()
65 if (!gpfns || !idxs || !errs) { in xen_map_device_mmio()
68 kfree(errs); in xen_map_device_mmio()
87 set_xen_guest_handle(xatp.errs, errs); in xen_map_device_mmio()
92 kfree(errs); in xen_map_device_mmio()
Dxlate_mmu.c118 set_xen_guest_handle(xatp.errs, info->h_errs); in remap_pte_fn()
Dprivcmd.c405 int *errs = data; in mmap_return_errors() local
410 ret = mmap_return_error(errs[i], st); in mmap_return_errors()
/Linux-v5.4/fs/hpfs/
Dsuper.c315 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument
371 *errs = 0; in parse_opts()
374 *errs = 1; in parse_opts()
377 *errs = 2; in parse_opts()
448 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
461 errs = sbi->sb_err; timeshift = sbi->sb_timeshift; in hpfs_remount_fs()
464 &eas, &chk, &errs, &chkdsk, &timeshift))) { in hpfs_remount_fs()
483 sbi->sb_err = errs; sbi->sb_timeshift = timeshift; in hpfs_remount_fs()
550 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
573 errs = 1; in hpfs_fill_super()
[all …]
/Linux-v5.4/tools/memory-model/scripts/
Dcheckghlitmus.sh53 errs=
55 errs=1
61 if test -n "$errs"
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_iba7220.c817 } errs[] = { in qib_decode_7220_sdma_errs() local
846 for (i = 0; i < ARRAY_SIZE(errs); i++) { in qib_decode_7220_sdma_errs()
847 if (err & errs[i].err) in qib_decode_7220_sdma_errs()
849 "%s ", errs[i].msg); in qib_decode_7220_sdma_errs()
897 static void sdma_7220_errors(struct qib_pportdata *ppd, u64 errs) in sdma_7220_errors() argument
903 errs &= QLOGIC_IB_E_SDMAERRS; in sdma_7220_errors()
906 qib_decode_7220_sdma_errs(ppd, errs, msg, in sdma_7220_errors()
910 if (errs & ERR_MASK(SendBufMisuseErr)) { in sdma_7220_errors()
923 if (errs & ERR_MASK(SDmaUnexpDataErr)) in sdma_7220_errors()
945 if (errs & ERR_MASK(SDmaDisabledErr)) in sdma_7220_errors()
[all …]
Dqib_iba7322.c1368 static void err_decode(char *msg, size_t len, u64 errs, in err_decode() argument
1374 while (errs && msp && msp->mask) { in err_decode()
1376 while (errs & msp->mask) { in err_decode()
1377 these = (errs & msp->mask); in err_decode()
1393 errs &= ~lmask; in err_decode()
1410 if (len && errs) in err_decode()
1412 (unsigned long long) errs); in err_decode()
1586 static void sdma_7322_p_errors(struct qib_pportdata *ppd, u64 errs) in sdma_7322_p_errors() argument
1591 errs &= QIB_E_P_SDMAERRS; in sdma_7322_p_errors()
1593 errs, qib_7322p_error_msgs); in sdma_7322_p_errors()
[all …]
Dqib_iba6120.c997 static void handle_6120_errors(struct qib_devdata *dd, u64 errs) in handle_6120_errors() argument
1006 errs &= dd->cspec->errormask; in handle_6120_errors()
1010 if (errs & ERR_MASK(HardwareErr)) in handle_6120_errors()
1013 if (errs & ~IB_E_BITSEXTANT) in handle_6120_errors()
1016 (unsigned long long) (errs & ~IB_E_BITSEXTANT)); in handle_6120_errors()
1018 if (errs & E_SUM_ERRS) { in handle_6120_errors()
1020 if ((errs & E_SUM_LINK_PKTERRS) && in handle_6120_errors()
1029 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_6120_errors()
1031 } else if ((errs & E_SUM_LINK_PKTERRS) && in handle_6120_errors()
1040 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_6120_errors()
[all …]
/Linux-v5.4/tools/build/feature/
Dtest-llvm.cpp11 llvm::errs() << "Hello World!\n"; in main()
/Linux-v5.4/drivers/mtd/tests/
Dnandbiterrs.c156 unsigned i, errs = 0; in verify_page() local
165 errs++; in verify_page()
169 if (errs) in verify_page()
/Linux-v5.4/tools/perf/util/c++/
Dclang.cpp132 llvm::errs() << Error; in getBPFObjectFromModule()
158 llvm::errs() << "TargetMachine can't emit a file of this type\n"; in getBPFObjectFromModule()
/Linux-v5.4/drivers/acpi/
Dtables.c292 int errs = 0; in acpi_parse_entries_array() local
326 (!errs && proc[i].handler(entry.hdr, table_end))) { in acpi_parse_entries_array()
327 errs++; in acpi_parse_entries_array()
356 return errs ? -EINVAL : count; in acpi_parse_entries_array()
/Linux-v5.4/include/xen/interface/
Dmemory.h213 GUEST_HANDLE(int) errs;
/Linux-v5.4/drivers/net/ethernet/3com/
D3c589_cs.c684 u16 media, errs; in media_check() local
726 errs = inb(ioaddr + 0); in media_check()
728 dev->stats.tx_carrier_errors += errs; in media_check()
729 if (errs || (lp->media_status & 0x0010)) in media_check()
/Linux-v5.4/drivers/media/dvb-frontends/
Dstv0900_core.c216 if (intp->errs != STV0900_NO_ERROR) in stv0900_initialize()
217 return intp->errs; in stv0900_initialize()
292 if (intp->errs) in stv0900_set_mclk()
317 if ((intp->errs)) in stv0900_set_mclk()
1365 state->internal->errs = STV0900_NO_ERROR; in stv0900_init_internal()
1494 if (intp->errs) in stv0900_init_internal()
1605 (intp->errs == STV0900_NO_ERROR)) { in stv0900_search()
Dstv0900_priv.h321 enum fe_stv0900_error errs; member
Dstv0367.c1325 u32 errs = 0; in stv0367ter_read_ucblocks() local
1329 errs = in stv0367ter_read_ucblocks()
1335 ter_state->ucblocks = errs; in stv0367ter_read_ucblocks()
/Linux-v5.4/lib/
Ddynamic_debug.c482 int i, errs = 0, exitcode = 0, rc, nfound = 0; in ddebug_exec_queries() local
497 errs++; in ddebug_exec_queries()
505 i, nfound, errs); in ddebug_exec_queries()
/Linux-v5.4/drivers/iommu/
Domap-iommu.c818 u32 da, errs; in iommu_fault_handler() local
827 errs = iommu_report_fault(obj, &da); in iommu_fault_handler()
828 if (errs == 0) in iommu_fault_handler()
841 obj->name, errs, da, iopgd, *iopgd); in iommu_fault_handler()
848 obj->name, errs, da, iopgd, *iopgd, iopte, *iopte); in iommu_fault_handler()
/Linux-v5.4/arch/mips/include/asm/octeon/
Dcvmx-pip.h427 status->inb_errors = pip_stat_inb_errsx.s.errs; in cvmx_pip_get_port_status()
Dcvmx-pip-defs.h2421 uint64_t errs:16; member
2423 uint64_t errs:16;
2434 uint64_t errs:16; member
2436 uint64_t errs:16;
/Linux-v5.4/drivers/net/ethernet/cortina/
Dgemini.c618 unsigned int errs = 0; in gmac_clean_txq() local
646 errs++; in gmac_clean_txq()
668 port->stats.tx_errors += errs; in gmac_clean_txq()

12