| /linux-6.15/tools/perf/tests/ |
| H A D | perf-record.c | 202 ++errs; in test__PERF_RECORD() 210 ++errs; in test__PERF_RECORD() 216 ++errs; in test__PERF_RECORD() 222 ++errs; in test__PERF_RECORD() 232 ++errs; in test__PERF_RECORD() 304 ++errs; in test__PERF_RECORD() 309 ++errs; in test__PERF_RECORD() 314 ++errs; in test__PERF_RECORD() 319 ++errs; in test__PERF_RECORD() 324 ++errs; in test__PERF_RECORD() [all …]
|
| /linux-6.15/lib/reed_solomon/ |
| H A D | test_rslib.c | 152 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-6.15/arch/x86/mm/ |
| H A D | testmmiotrace.c | 52 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-6.15/rust/pin-init/internal/src/ |
| H A D | pin_data.rs | 27 let mut errs = TokenStream::new(); in pin_data() localVariable 53 errs.extend( in pin_data() 62 .flat_map(|tt| replace_self_and_deny_type_defs(&struct_name, tt, &mut errs)) in pin_data() 71 replace_self_and_deny_type_defs(&struct_name, tt, &mut errs) in pin_data() 86 quoted.extend(errs); in pin_data() 97 errs: &mut TokenStream, in replace_self_and_deny_type_defs() 107 errs.extend( in replace_self_and_deny_type_defs() 128 .flat_map(|tt| replace_self_and_deny_type_defs(struct_name, tt, errs)) in replace_self_and_deny_type_defs()
|
| /linux-6.15/drivers/xen/ |
| H A D | arm-device.c | 49 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 D | privcmd.c | 415 int *errs = data; in mmap_return_errors() local 420 ret = mmap_return_error(errs[i], st); in mmap_return_errors() 821 int num, *errs = (int *)pfns; in privcmd_ioctl_mmap_resource() local 823 BUILD_BUG_ON(sizeof(*errs) > sizeof(*pfns)); in privcmd_ioctl_mmap_resource() 826 pfns, kdata.num, errs, in privcmd_ioctl_mmap_resource() 835 rc = errs[i]; in privcmd_ioctl_mmap_resource()
|
| /linux-6.15/tools/memory-model/scripts/ |
| H A D | checkghlitmus.sh | 54 errs= 56 errs=1 62 if test -n "$errs"
|
| /linux-6.15/drivers/infiniband/hw/qib/ |
| H A D | qib_iba7220.c | 817 } 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 …]
|
| H A D | qib_iba7322.c | 1371 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 …]
|
| H A D | qib_iba6120.c | 1003 errs &= dd->cspec->errormask; in handle_6120_errors() 1007 if (errs & ERR_MASK(HardwareErr)) in handle_6120_errors() 1010 if (errs & ~IB_E_BITSEXTANT) in handle_6120_errors() 1015 if (errs & E_SUM_ERRS) { in handle_6120_errors() 1017 if ((errs & E_SUM_LINK_PKTERRS) && in handle_6120_errors() 1042 errs &= ~ignore_this_time; in handle_6120_errors() 1043 if (!errs) in handle_6120_errors() 1054 if (errs & E_SUM_PKTERRS) in handle_6120_errors() 1056 if (errs & E_SUM_ERRS) in handle_6120_errors() 1082 if (errs & ERR_MASK(ResetNegated)) { in handle_6120_errors() [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tc_redirect.c | 832 __u32 *errs = skel->bss->errs[t]; in test_tcp_clear_dtime() local 851 ASSERT_EQ(errs[i], 0, dtime_err_str(t, i)); in test_tcp_clear_dtime() 856 __u32 *dtimes, *errs; in test_tcp_dtime() local 869 errs = skel->bss->errs[t]; in test_tcp_dtime() 883 ASSERT_EQ(errs[i], 0, dtime_err_str(t, i)); in test_tcp_dtime() 888 __u32 *dtimes, *errs; in test_udp_dtime() local 901 errs = skel->bss->errs[t]; in test_udp_dtime() 912 ASSERT_EQ(errs[i], 0, dtime_err_str(t, i)); in test_udp_dtime()
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_tc_dtime.c | 80 __u32 errs[__NR_TESTS][__MAX_CNT] = {}; variable 94 errs[test][idx]++; in inc_errs() 96 errs[UKN_TEST][idx]++; in inc_errs()
|
| /linux-6.15/drivers/mtd/tests/ |
| H A D | nandbiterrs.c | 156 unsigned i, errs = 0; in verify_page() local 165 errs++; in verify_page() 169 if (errs) in verify_page()
|
| /linux-6.15/fs/hpfs/ |
| H A D | super.c | 336 int errs; member 397 ctx->errs = result.uint_32; in hpfs_parse_param() 450 sbi->sb_err = ctx->errs; sbi->sb_timeshift = ctx->timeshift; in hpfs_reconfigure() 576 sbi->sb_err = ctx->errs; in hpfs_fill_super() 736 ctx->errs = sbi->sb_err; in hpfs_init_fs_context() 746 ctx->errs = 1; in hpfs_init_fs_context()
|
| /linux-6.15/tools/build/feature/ |
| H A D | test-llvm-perf.cpp | 11 llvm::errs() << "Hello World!\n"; in main()
|
| H A D | test-llvm.cpp | 11 llvm::errs() << "Hello World!\n"; in main()
|
| /linux-6.15/drivers/thermal/ |
| H A D | k3_j72xx_bandgap.c | 79 int errs[4]; member 93 err1 = err_vals->errs[seg]; in create_table_segments() 94 err2 = err_vals->errs[seg + 1]; in create_table_segments() 494 get_efuse_values(id, &data[id], err_vals.errs, fuse_base); in k3_j72xx_bandgap_probe()
|
| /linux-6.15/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_main.c | 1031 const struct sec_hw_error *errs = sec_hw_errors; in sec_log_hw_error() local 1035 while (errs->msg) { in sec_log_hw_error() 1036 if (errs->int_msk & err_sts) { in sec_log_hw_error() 1038 errs->msg, errs->int_msk); in sec_log_hw_error() 1040 if (SEC_CORE_INT_STATUS_M_ECC & errs->int_msk) { in sec_log_hw_error() 1048 errs++; in sec_log_hw_error()
|
| /linux-6.15/tools/perf/tests/shell/lib/ |
| H A D | perf_metric_validation.py | 216 errs = [] 227 errs.append(s) 243 if len(errs) > 0: 244 return -1, "Metric value missing: "+','.join(errs)
|
| /linux-6.15/include/xen/interface/ |
| H A D | memory.h | 213 GUEST_HANDLE(int) errs;
|
| /linux-6.15/drivers/accel/amdxdna/ |
| H A D | aie2_error.c | 187 struct aie_error *errs = err_info; in aie2_error_backtrack() local 193 struct aie_error *err = &errs[i]; in aie2_error_backtrack()
|
| /linux-6.15/drivers/infiniband/hw/bnxt_re/ |
| H A D | hw_counters.h | 170 struct bnxt_qplib_roce_stats errs; member
|
| /linux-6.15/drivers/net/ethernet/3com/ |
| H A D | 3c589_cs.c | 691 u16 media, errs; in media_check() local 733 errs = inb(ioaddr + 0); in media_check() 735 dev->stats.tx_carrier_errors += errs; in media_check() 736 if (errs || (lp->media_status & 0x0010)) in media_check()
|
| /linux-6.15/drivers/media/dvb-frontends/ |
| H A D | stv0900_core.c | 216 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()
|
| /linux-6.15/drivers/regulator/ |
| H A D | max5970-regulator.c | 531 int errs = REGULATOR_ERROR_UNDER_VOLTAGE | in max597x_setup_irq() local 541 irq, 0, errs, NULL, in max597x_setup_irq()
|