/linux-4.4.14/tools/perf/tests/ |
D | perf-record.c | 59 int err = -1, errs = 0, i, wakeups = 0; in test__PERF_RECORD() local 184 ++errs; in test__PERF_RECORD() 192 ++errs; in test__PERF_RECORD() 198 ++errs; in test__PERF_RECORD() 204 ++errs; in test__PERF_RECORD() 214 ++errs; in test__PERF_RECORD() 222 ++errs; in test__PERF_RECORD() 229 ++errs; in test__PERF_RECORD() 258 ++errs; in test__PERF_RECORD() 283 ++errs; in test__PERF_RECORD() [all …]
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_intr.c | 130 static u64 handle_e_sum_errs(struct ipath_devdata *dd, ipath_err_t errs) in handle_e_sum_errs() argument 135 if ((errs & E_SUM_LINK_PKTERRS) && in handle_e_sum_errs() 145 "ACTIVE\n", (unsigned long long) errs); in handle_e_sum_errs() 146 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_e_sum_errs() 256 ipath_err_t errs) in handle_e_ibstatuschanged() argument 498 ipath_err_t errs, char *msg, in handle_frequent_errors() argument 528 static void handle_sdma_errors(struct ipath_devdata *dd, ipath_err_t errs) in handle_sdma_errors() argument 535 ipath_decode_err(dd, msg, sizeof msg, errs & in handle_sdma_errors() 537 ipath_dbg("errors %lx (%s)\n", (unsigned long)errs, msg); in handle_sdma_errors() 629 static int handle_errors(struct ipath_devdata *dd, ipath_err_t errs) in handle_errors() argument [all …]
|
D | ipath_driver.c | 887 } errs[] = { in decode_sdma_errs() local 905 for (i = 0; i < ARRAY_SIZE(errs); i++) { in decode_sdma_errs() 906 expected = (errs[i].err != INFINIPATH_E_SDMADISABLED) ? 0 : in decode_sdma_errs() 908 if ((err & errs[i].err) && !expected) in decode_sdma_errs() 910 "%s ", errs[i].msg); in decode_sdma_errs()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_dquot_buf.c | 60 int errs = 0; in xfs_dqcheck() local 82 errs++; in xfs_dqcheck() 89 errs++; in xfs_dqcheck() 99 errs++; in xfs_dqcheck() 108 errs++; in xfs_dqcheck() 111 if (!errs && ddq->d_id) { in xfs_dqcheck() 120 errs++; in xfs_dqcheck() 131 errs++; in xfs_dqcheck() 142 errs++; in xfs_dqcheck() 147 if (!errs || !(flags & XFS_QMOPT_DQREPAIR)) in xfs_dqcheck() [all …]
|
/linux-4.4.14/arch/x86/mm/ |
D | testmmiotrace.c | 50 unsigned errs[3] = { 0 }; in do_read_test() local 56 ++errs[0]; in do_read_test() 60 ++errs[1]; in do_read_test() 64 ++errs[2]; in do_read_test() 67 errs[0], errs[1], errs[2]); in do_read_test()
|
/linux-4.4.14/fs/hpfs/ |
D | super.c | 321 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument 377 *errs = 0; in parse_opts() 380 *errs = 1; in parse_opts() 383 *errs = 2; in parse_opts() 454 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local 467 errs = sbi->sb_err; timeshift = sbi->sb_timeshift; in hpfs_remount_fs() 470 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs() 489 sbi->sb_err = errs; sbi->sb_timeshift = timeshift; in hpfs_remount_fs() 556 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local 579 errs = 1; in hpfs_fill_super() [all …]
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_iba7220.c | 816 } errs[] = { in qib_decode_7220_sdma_errs() local 845 for (i = 0; i < ARRAY_SIZE(errs); i++) { in qib_decode_7220_sdma_errs() 846 if (err & errs[i].err) in qib_decode_7220_sdma_errs() 848 "%s ", errs[i].msg); in qib_decode_7220_sdma_errs() 896 static void sdma_7220_errors(struct qib_pportdata *ppd, u64 errs) in sdma_7220_errors() argument 902 errs &= QLOGIC_IB_E_SDMAERRS; in sdma_7220_errors() 905 qib_decode_7220_sdma_errs(ppd, errs, msg, in sdma_7220_errors() 909 if (errs & ERR_MASK(SendBufMisuseErr)) { in sdma_7220_errors() 922 if (errs & ERR_MASK(SDmaUnexpDataErr)) in sdma_7220_errors() 944 if (errs & ERR_MASK(SDmaDisabledErr)) in sdma_7220_errors() [all …]
|
D | qib_iba6120.c | 1003 static void handle_6120_errors(struct qib_devdata *dd, u64 errs) in handle_6120_errors() argument 1013 errs &= dd->cspec->errormask; in handle_6120_errors() 1017 if (errs & ERR_MASK(HardwareErr)) in handle_6120_errors() 1021 if (errs & dd->eep_st_masks[log_idx].errs_to_log) in handle_6120_errors() 1024 if (errs & ~IB_E_BITSEXTANT) in handle_6120_errors() 1027 (unsigned long long) (errs & ~IB_E_BITSEXTANT)); in handle_6120_errors() 1029 if (errs & E_SUM_ERRS) { in handle_6120_errors() 1031 if ((errs & E_SUM_LINK_PKTERRS) && in handle_6120_errors() 1040 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_6120_errors() 1042 } else if ((errs & E_SUM_LINK_PKTERRS) && in handle_6120_errors() [all …]
|
D | qib_iba7322.c | 1376 static void err_decode(char *msg, size_t len, u64 errs, in err_decode() argument 1382 while (errs && msp && msp->mask) { in err_decode() 1384 while (errs & msp->mask) { in err_decode() 1385 these = (errs & msp->mask); in err_decode() 1402 errs &= ~lmask; in err_decode() 1419 if (len && errs) in err_decode() 1421 (unsigned long long) errs); in err_decode() 1595 static void sdma_7322_p_errors(struct qib_pportdata *ppd, u64 errs) in sdma_7322_p_errors() argument 1600 errs &= QIB_E_P_SDMAERRS; in sdma_7322_p_errors() 1602 errs, qib_7322p_error_msgs); in sdma_7322_p_errors() [all …]
|
/linux-4.4.14/drivers/mtd/tests/ |
D | nandbiterrs.c | 169 unsigned i, errs = 0; in verify_page() local 178 errs++; in verify_page() 182 if (errs) in verify_page()
|
/linux-4.4.14/include/xen/interface/ |
D | memory.h | 211 GUEST_HANDLE(int) errs;
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 685 u16 media, errs; in media_check() local 727 errs = inb(ioaddr + 0); in media_check() 729 dev->stats.tx_carrier_errors += errs; in media_check() 730 if (errs || (lp->media_status & 0x0010)) in media_check()
|
/linux-4.4.14/drivers/iommu/ |
D | omap-iommu.c | 784 u32 da, errs; in iommu_fault_handler() local 793 errs = iommu_report_fault(obj, &da); in iommu_fault_handler() 794 if (errs == 0) in iommu_fault_handler() 807 obj->name, errs, da, iopgd, *iopgd); in iommu_fault_handler() 814 obj->name, errs, da, iopgd, *iopgd, iopte, *iopte); in iommu_fault_handler()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | stv0900_core.c | 230 if (intp->errs != STV0900_NO_ERROR) in stv0900_initialize() 231 return intp->errs; in stv0900_initialize() 306 if (intp->errs) in stv0900_set_mclk() 331 if ((intp->errs)) in stv0900_set_mclk() 1376 state->internal->errs = STV0900_NO_ERROR; in stv0900_init_internal() 1505 if (intp->errs) in stv0900_init_internal() 1616 (intp->errs == STV0900_NO_ERROR)) { in stv0900_search()
|
D | stv0900_priv.h | 336 enum fe_stv0900_error errs; member
|
D | stv0367.c | 1923 u32 errs = 0; in stv0367ter_read_ucblocks() local 1927 errs = in stv0367ter_read_ucblocks() 1933 ter_state->ucblocks = errs; in stv0367ter_read_ucblocks()
|
/linux-4.4.14/drivers/xen/ |
D | xlate_mmu.c | 115 set_xen_guest_handle(xatp.errs, info->h_errs); in remap_pte_fn()
|
D | privcmd.c | 379 int *errs = data; in mmap_return_errors() local 384 ret = mmap_return_error(errs[i], st); in mmap_return_errors()
|
/linux-4.4.14/lib/ |
D | dynamic_debug.c | 469 int i, errs = 0, exitcode = 0, rc, nfound = 0; in ddebug_exec_queries() local 484 errs++; in ddebug_exec_queries() 492 i, nfound, errs); in ddebug_exec_queries()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pip.h | 427 status->inb_errors = pip_stat_inb_errsx.s.errs; in cvmx_pip_get_port_status()
|
D | cvmx-pip-defs.h | 2941 uint64_t errs:16; member 2943 uint64_t errs:16; 2970 uint64_t errs:16; member 2972 uint64_t errs:16;
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 66 * Dump out more information for ILLEGAL REQUEST errs.
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 1135 face |bytes packets errs drop fifo frame compressed multicast|[... 1141 ...] bytes packets errs drop fifo colls carrier compressed
|