Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dperf-record.c68 int err = -1, errs = 0, i, wakeups = 0; in test__PERF_RECORD() local
201 ++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()
239 ++errs; in test__PERF_RECORD()
246 ++errs; in test__PERF_RECORD()
277 ++errs; in test__PERF_RECORD()
303 ++errs; in test__PERF_RECORD()
[all …]
/OK3568_Linux_fs/kernel/lib/reed_solomon/
H 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()
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 …]
/OK3568_Linux_fs/kernel/arch/x86/mm/
H 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()
/OK3568_Linux_fs/u-boot/cmd/
H A Dmem.c576 ulong errs = 0; in mem_test_alt() local
626 errs++; in mem_test_alt()
637 errs++; in mem_test_alt()
702 errs++; in mem_test_alt()
724 errs++; in mem_test_alt()
765 errs++; in mem_test_alt()
786 errs++; in mem_test_alt()
793 return errs; in mem_test_alt()
801 ulong errs = 0; in mem_test_quick() local
845 errs++; in mem_test_quick()
[all …]
/OK3568_Linux_fs/kernel/drivers/xen/
H 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()
H A Dprivcmd.c402 int *errs = data; in mmap_return_errors() local
407 ret = mmap_return_error(errs[i], st); in mmap_return_errors()
807 int num, *errs = (int *)pfns; in privcmd_ioctl_mmap_resource() local
809 BUILD_BUG_ON(sizeof(*errs) > sizeof(*pfns)); in privcmd_ioctl_mmap_resource()
812 pfns, kdata.num, errs, in privcmd_ioctl_mmap_resource()
822 rc = errs[i]; in privcmd_ioctl_mmap_resource()
/OK3568_Linux_fs/kernel/fs/hpfs/
H A Dsuper.c314 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument
370 *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
460 errs = sbi->sb_err; timeshift = sbi->sb_timeshift; in hpfs_remount_fs()
463 &eas, &chk, &errs, &chkdsk, &timeshift))) { in hpfs_remount_fs()
482 sbi->sb_err = errs; sbi->sb_timeshift = timeshift; in hpfs_remount_fs()
549 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
572 errs = 1; in hpfs_fill_super()
[all …]
/OK3568_Linux_fs/kernel/tools/memory-model/scripts/
H A Dcheckghlitmus.sh53 errs=
55 errs=1
61 if test -n "$errs"
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A 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 …]
H A 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 …]
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c679 const struct sec_hw_error *errs = sec_hw_errors; in sec_log_hw_error() local
683 while (errs->msg) { in sec_log_hw_error()
684 if (errs->int_msk & err_sts) { in sec_log_hw_error()
686 errs->msg, errs->int_msk); in sec_log_hw_error()
688 if (SEC_CORE_INT_STATUS_M_ECC & errs->int_msk) { in sec_log_hw_error()
695 errs++; in sec_log_hw_error()
/OK3568_Linux_fs/kernel/drivers/mtd/tests/
H A Dnandbiterrs.c156 unsigned i, errs = 0; in verify_page() local
165 errs++; in verify_page()
169 if (errs) in verify_page()
/OK3568_Linux_fs/kernel/tools/perf/util/c++/
H A Dclang.cpp136 llvm::errs() << Error; in getBPFObjectFromModule()
162 llvm::errs() << "TargetMachine can't emit a file of this type\n"; in getBPFObjectFromModule()
/OK3568_Linux_fs/kernel/tools/build/feature/
H A Dtest-llvm.cpp11 llvm::errs() << "Hello World!\n"; in main()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dtables.c292 int errs = 0; in acpi_parse_entries_array() local
312 (!errs && proc[i].handler(entry.hdr, table_end))) { in acpi_parse_entries_array()
313 errs++; in acpi_parse_entries_array()
342 return errs ? -EINVAL : count; in acpi_parse_entries_array()
/OK3568_Linux_fs/external/mpp/utils/
H A Diniparser.c727 int errs = 0; in iniparser_load() local
801 errs++ ; in iniparser_load()
814 if (errs) { in iniparser_load()
/OK3568_Linux_fs/buildroot/package/lsof/
H A D0001-makefile.patch14 rm -f ${LIB} ${OBJ} errs Makefile.bak a.out core
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufs-exynos.c788 static void exynos_ufs_config_intr(struct exynos_ufs *ufs, u32 errs, u8 index) in exynos_ufs_config_intr() argument
792 hci_writel(ufs, DFES_ERR_EN | errs, HCI_ERR_EN_PA_LAYER); in exynos_ufs_config_intr()
795 hci_writel(ufs, DFES_ERR_EN | errs, HCI_ERR_EN_DL_LAYER); in exynos_ufs_config_intr()
798 hci_writel(ufs, DFES_ERR_EN | errs, HCI_ERR_EN_N_LAYER); in exynos_ufs_config_intr()
801 hci_writel(ufs, DFES_ERR_EN | errs, HCI_ERR_EN_T_LAYER); in exynos_ufs_config_intr()
804 hci_writel(ufs, DFES_ERR_EN | errs, HCI_ERR_EN_DME_LAYER); in exynos_ufs_config_intr()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/3com/
H 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()
/OK3568_Linux_fs/kernel/include/xen/interface/
H A Dmemory.h213 GUEST_HANDLE(int) errs;
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H 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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/spir/files/
H A D0001-Avoid-pessimizing-std-move-3124.patch37 std::ostringstream errs;
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Domap-iommu.c807 u32 da, errs; in iommu_fault_handler() local
816 errs = iommu_report_fault(obj, &da); in iommu_fault_handler()
817 if (errs == 0) in iommu_fault_handler()
830 obj->name, errs, da, iopgd, *iopgd); in iommu_fault_handler()
837 obj->name, errs, da, iopgd, *iopgd, iopte, *iopte); in iommu_fault_handler()
/OK3568_Linux_fs/kernel/lib/
H A Ddynamic_debug.c525 int i, errs = 0, exitcode = 0, rc, nfound = 0; in ddebug_exec_queries() local
540 errs++; in ddebug_exec_queries()
548 i, nfound, errs); in ddebug_exec_queries()

12