Home
last modified time | relevance | path

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

12

/linux/tools/perf/tests/
A Dperf-record.c201 ++errs; in test__PERF_RECORD()
209 ++errs; in test__PERF_RECORD()
215 ++errs; in test__PERF_RECORD()
221 ++errs; in test__PERF_RECORD()
231 ++errs; in test__PERF_RECORD()
303 ++errs; in test__PERF_RECORD()
308 ++errs; in test__PERF_RECORD()
313 ++errs; in test__PERF_RECORD()
318 ++errs; in test__PERF_RECORD()
323 ++errs; in test__PERF_RECORD()
[all …]
/linux/lib/reed_solomon/
A 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()
324 int errs, eras, retval; in ex_rs_helper() local
329 for (errs = 0; errs <= nroots / 2; errs++) in ex_rs_helper()
378 get_rcw_we(rs, ws, len, errs, eras); in test_bc()
412 int errs, eras, cutoff; in exercise_rs_bc() local
417 for (errs = 1; errs <= nroots; errs++) { in exercise_rs_bc()
418 eras = nroots - 2 * errs + 1; in exercise_rs_bc()
[all …]
/linux/arch/x86/mm/
A 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/drivers/xen/
A 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()
A Dprivcmd.c402 int *errs = data; in mmap_return_errors() local
407 ret = mmap_return_error(errs[i], st); in mmap_return_errors()
806 int num, *errs = (int *)pfns; in privcmd_ioctl_mmap_resource() local
808 BUILD_BUG_ON(sizeof(*errs) > sizeof(*pfns)); in privcmd_ioctl_mmap_resource()
811 pfns, kdata.num, errs, in privcmd_ioctl_mmap_resource()
820 rc = errs[i]; in privcmd_ioctl_mmap_resource()
A Dxlate_mmu.c118 set_xen_guest_handle(xatp.errs, info->h_errs); in remap_pte_fn()
/linux/fs/hpfs/
A Dsuper.c370 *errs = 0; in parse_opts()
373 *errs = 1; in parse_opts()
376 *errs = 2; in parse_opts()
447 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local
463 &eas, &chk, &errs, &chkdsk, &timeshift))) { in hpfs_remount_fs()
572 errs = 1; in hpfs_fill_super()
577 &eas, &chk, &errs, &chkdsk, &timeshift))) { in hpfs_fill_super()
634 sbi->sb_err = errs; in hpfs_fill_super()
656 if (errs == 2) { in hpfs_fill_super()
670 if (errs >= 2) { in hpfs_fill_super()
[all …]
/linux/tools/memory-model/scripts/
A Dcheckghlitmus.sh53 errs=
55 errs=1
61 if test -n "$errs"
/linux/drivers/infiniband/hw/qib/
A Dqib_iba7220.c817 } errs[] = { in qib_decode_7220_sdma_errs() local
847 if (err & errs[i].err) in qib_decode_7220_sdma_errs()
849 "%s ", errs[i].msg); in qib_decode_7220_sdma_errs()
903 errs &= QLOGIC_IB_E_SDMAERRS; in sdma_7220_errors()
955 if (errs & DISABLES_SDMA) in sdma_7220_errors()
1113 if (errs & ~IB_E_BITSEXTANT) in handle_7220_errors()
1118 if (errs & E_SUM_ERRS) { in handle_7220_errors()
1145 errs &= ~ignore_this_time; in handle_7220_errors()
1146 if (!errs) in handle_7220_errors()
1160 if (errs & E_SUM_PKTERRS) in handle_7220_errors()
[all …]
A Dqib_iba7322.c1371 errs &= ~lmask; in err_decode()
1388 if (len && errs) in err_decode()
1569 errs &= QIB_E_P_SDMAERRS; in sdma_7322_p_errors()
1632 u64 errs; in handle_7322_errors() local
1637 if (!errs) { in handle_7322_errors()
1679 if (errs & QIB_E_RESET) { in handle_7322_errors()
1847 if (!errs) in handle_7322_p_errors()
1853 if (!errs) in handle_7322_p_errors()
1871 if (errs & QIB_E_P_SHDR) { in handle_7322_p_errors()
1917 errs &= ~ignore_this_time; in handle_7322_p_errors()
[all …]
A Dqib_iba6120.c1006 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()
1018 if (errs & E_SUM_ERRS) { in handle_6120_errors()
1020 if ((errs & E_SUM_LINK_PKTERRS) && in handle_6120_errors()
1045 errs &= ~ignore_this_time; in handle_6120_errors()
1046 if (!errs) in handle_6120_errors()
1057 if (errs & E_SUM_PKTERRS) in handle_6120_errors()
1059 if (errs & E_SUM_ERRS) in handle_6120_errors()
1085 if (errs & ERR_MASK(ResetNegated)) { in handle_6120_errors()
[all …]
/linux/drivers/mtd/tests/
A Dnandbiterrs.c156 unsigned i, errs = 0; in verify_page() local
165 errs++; in verify_page()
169 if (errs) in verify_page()
/linux/drivers/crypto/hisilicon/sec2/
A Dsec_main.c783 const struct sec_hw_error *errs = sec_hw_errors; in sec_log_hw_error() local
787 while (errs->msg) { in sec_log_hw_error()
788 if (errs->int_msk & err_sts) { in sec_log_hw_error()
790 errs->msg, errs->int_msk); in sec_log_hw_error()
792 if (SEC_CORE_INT_STATUS_M_ECC & errs->int_msk) { in sec_log_hw_error()
800 errs++; in sec_log_hw_error()
/linux/tools/perf/util/c++/
A Dclang.cpp138 llvm::errs() << Error; in getBPFObjectFromModule()
167 llvm::errs() << "TargetMachine can't emit a file of this type\n"; in getBPFObjectFromModule()
/linux/tools/build/feature/
A Dtest-llvm.cpp11 llvm::errs() << "Hello World!\n"; in main()
/linux/drivers/acpi/
A Dtables.c302 int errs = 0; in acpi_parse_entries_array() local
322 (!errs && proc[i].handler(entry.hdr, table_end))) { in acpi_parse_entries_array()
323 errs++; in acpi_parse_entries_array()
352 return errs ? -EINVAL : count; in acpi_parse_entries_array()
/linux/drivers/infiniband/hw/bnxt_re/
A Dhw_counters.h117 struct bnxt_qplib_roce_stats errs; member
/linux/include/xen/interface/
A Dmemory.h213 GUEST_HANDLE(int) errs;
/linux/drivers/net/ethernet/3com/
A D3c589_cs.c682 u16 media, errs; in media_check() local
724 errs = inb(ioaddr + 0); in media_check()
726 dev->stats.tx_carrier_errors += errs; in media_check()
727 if (errs || (lp->media_status & 0x0010)) in media_check()
/linux/drivers/scsi/ufs/
A Dufs-exynos.c935 static void exynos_ufs_config_intr(struct exynos_ufs *ufs, u32 errs, u8 index) in exynos_ufs_config_intr() argument
939 hci_writel(ufs, DFES_ERR_EN | errs, HCI_ERR_EN_PA_LAYER); in exynos_ufs_config_intr()
942 hci_writel(ufs, DFES_ERR_EN | errs, HCI_ERR_EN_DL_LAYER); in exynos_ufs_config_intr()
945 hci_writel(ufs, DFES_ERR_EN | errs, HCI_ERR_EN_N_LAYER); in exynos_ufs_config_intr()
948 hci_writel(ufs, DFES_ERR_EN | errs, HCI_ERR_EN_T_LAYER); in exynos_ufs_config_intr()
951 hci_writel(ufs, DFES_ERR_EN | errs, HCI_ERR_EN_DME_LAYER); in exynos_ufs_config_intr()
/linux/drivers/media/dvb-frontends/
A 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()
A Dstv0900_priv.h321 enum fe_stv0900_error errs; member
/linux/lib/
A Ddynamic_debug.c525 int i, errs = 0, exitcode = 0, rc, nfound = 0; in ddebug_exec_queries() local
540 errs++; in ddebug_exec_queries()
549 i, nfound, errs); in ddebug_exec_queries()
/linux/drivers/iommu/
A Domap-iommu.c806 u32 da, errs; in iommu_fault_handler() local
815 errs = iommu_report_fault(obj, &da); in iommu_fault_handler()
816 if (errs == 0) in iommu_fault_handler()
829 obj->name, errs, da, iopgd, *iopgd); in iommu_fault_handler()
836 obj->name, errs, da, iopgd, *iopgd, iopte, *iopte); in iommu_fault_handler()
/linux/arch/mips/include/asm/octeon/
A Dcvmx-pip.h427 status->inb_errors = pip_stat_inb_errsx.s.errs; in cvmx_pip_get_port_status()

Completed in 79 milliseconds

12