Home
last modified time | relevance | path

Searched +full:- +full:- +full:retry +full:- +full:all +full:- +full:errors (Results 1 – 25 of 697) sorted by relevance

12345678910>>...28

/openbmc/linux/arch/alpha/include/asm/
H A Dmce.h1 /* SPDX-License-Identifier: GPL-2.0 */
6 * This is the logout header that should be common to all platforms
13 unsigned int retry : 1; /* retry flag */ member
14 unsigned int proc_offset; /* processor-specific offset */
15 unsigned int sys_offset; /* system-specific offset */
20 /* Machine Check Frame for uncorrectable errors (Large format)
21 * --- This is used to log uncorrectable errors such as
22 * double bit ECC errors.
23 * --- These errors are detected by both processor and systems.
26 unsigned long shadow[8]; /* Shadow reg. 8-14, 25 */
[all …]
/openbmc/linux/Documentation/admin-guide/
H A Dxfs.rst1 .. SPDX-License-Identifier: GPL-2.0
8 on the SGI IRIX platform. It is completely multi-threaded, can
15 for further details. This implementation is on-disk compatible
25 Sets the buffered I/O end-of-file preallocation size when
28 through to 1GiB, inclusive, in power-of-2 increments.
30 The default behaviour is for dynamic end-of-file
40 on-disk. When the new form is used for the first time when
42 attributes) the on-disk superblock feature bit field will be
45 The default behaviour is determined by the on-disk feature
116 Set the number of in-memory log buffers. Valid numbers
[all …]
/openbmc/linux/drivers/regulator/
H A Dirq_helpers.c1 // SPDX-License-Identifier: GPL-2.0
6 // Logic has been partially adapted from qcom-labibb driver.
37 spin_lock(&rdev->err_lock); in rdev_flag_err()
38 rdev->cached_err |= err; in rdev_flag_err()
39 spin_unlock(&rdev->err_lock); in rdev_flag_err()
44 spin_lock(&rdev->err_lock); in rdev_clear_err()
45 rdev->cached_err &= ~err; in rdev_clear_err()
46 spin_unlock(&rdev->err_lock); in rdev_clear_err()
60 d = &h->desc; in regulator_notifier_isr_work()
61 rid = &h->rdata; in regulator_notifier_isr_work()
[all …]
/openbmc/linux/Documentation/locking/
H A Dww-mutex-design.rst2 Wound/Wait Deadlock-Proof Mutex Design
5 Please read mutex-design.rst first, as it applies to wait/wound mutexes too.
7 Motivation for WW-Mutexes
8 -------------------------
18 the same order in all contexts. That is directly under control of
30 from a global counter. In case of deadlock while locking all the buffers
33 younger task) unlocks all of the buffers that it has already locked, and then
37 and the deadlock handling approach is called Wait-Die. The name is based on
41 and dies. Hence Wait-Die.
42 There is also another algorithm called Wound-Wait:
[all …]
/openbmc/linux/drivers/gpu/drm/ci/
H A Dgitlab-ci.yml2 DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa
3 DRM_CI_COMMIT_SHA: &drm-ci-commit-sha edfbf74df1d4d6ce54ffe24566108be0e1a98c3d
6 TARGET_BRANCH: drm-next
10 DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/anholt/deqp-runner.git
13 FDO_UPSTREAM_REPO: helen.fornazier/linux # The repo where the git-archive daily runs
14 MESA_TEMPLATES_COMMIT: &ci-templates-commit d5aa3941aa03c2f716595116354fb81eb8012acb
16 CI_PRE_CLONE_SCRIPT: |-
17 set -o xtrace
18-L --retry 4 -f --retry-all-errors --retry-delay 60 -s ${DRM_CI_PROJECT_URL}/-/raw/${DRM_CI_COMMIT…
19 bash download-git-cache.sh
[all …]
H A Digt_runner.sh2 # SPDX-License-Identifier: MIT
4 set -ex
8 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/igt/lib/aarch64-linux-gnu/:/igt/lib/x86_64-linux-gnu:/igt/…
12 ls -l /dev/dri/
18 # TODO this path might not exist for all drivers.. maybe run modetest instead?
21 set -e
29 if [ -e "/install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt" ]; then
30 IGT_SKIPS="--skips /install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt"
33 if [ -e "/install/xfails/$DRIVER_NAME-$GPU_VERSION-flakes.txt" ]; then
34 IGT_FLAKES="--flakes /install/xfails/$DRIVER_NAME-$GPU_VERSION-flakes.txt"
[all …]
H A Dlava-submit.sh2 # SPDX-License-Identifier: MIT
4 set -e
5 set -x
9 if curl -L --retry 4 -f --retry-all-errors --retry-delay 60 -s "https://${BASE_SYSTEM_MAINLINE_HOST…
15 rm -rf results
16 mkdir -p results/job-rootfs-overlay/
18 cp artifacts/ci-common/capture-devcoredump.sh results/job-rootfs-overlay/
19 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/
20 cp artifacts/ci-common/intel-gpu-freq.sh results/job-rootfs-overlay/
21 cp "$SCRIPTS_DIR"/setup-test-env.sh results/job-rootfs-overlay/
[all …]
/openbmc/qemu/qapi/
H A Dcxl.json1 # -*- Mode: Python -*-
32 # @cxl-inject-general-media-event:
42 # @flags: Event Record Flags. See CXL r3.0 Table 8-42 Common Event
46 # lower bits include some flags. See CXL r3.0 Table 8-43 General
50 # information. See CXL r3.0 Table 8-43 General Media Event
53 # @type: Type of memory event that occurred. See CXL r3.0 Table 8-43
57 # @transaction-type: Type of first transaction that caused the event
58 # to occur. See CXL r3.0 Table 8-43 General Media Event Record,
67 # @device: Bitmask that represents all devices in the rank associated
70 # @component-id: Device specific component identifier for the event.
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dssh.py4 # SPDX-License-Identifier: MIT
17 @OEHasPackage(['dropbear', 'openssh-sshd'])
20 status, output = self.target.run("uname -a", timeout=30)
23 elif status == 255 or status == -signal.SIGTERM:
27 # here. However, let's keep it simple and just retry for
28 # all errors a limited amount of times with a sleep to
30 # We sometimes see -15 (SIGTERM) on slow emulation machines too, likely
31 # from boot/init not being 100% complete, retry for these too.
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_defs_fcs.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2005-2014 Brocade Communications Systems, Inc.
4 * Copyright (c) 2014- QLogic Corporation.
5 * All rights reserved
8 * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
36 u32 flogi_rsp_err; /* FLOGI response errors */
37 u32 flogi_acc_err; /* FLOGI accept errors */
73 * - FCP IM and FCP TM roles cannot be enabled together for a FCS port
74 * - Create multiple ports if both IM and TM functions required.
75 * - Atleast one role must be specified.
[all …]
/openbmc/linux/drivers/usb/
H A Dusb-skeleton.c1 // SPDX-License-Identifier: GPL-2.0
3 * USB Skeleton driver - 2.2
5 * Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.com)
7 * This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c
37 #define MAX_TRANSFER (PAGE_SIZE - 512)
46 /* Structure to hold all of our device specific stuff */
59 int errors; /* the last request tanked */ member
61 spinlock_t err_lock; /* lock for errors */
76 usb_free_urb(dev->bulk_in_urb); in skel_delete()
77 usb_put_intf(dev->interface); in skel_delete()
[all …]
/openbmc/linux/arch/x86/kernel/
H A Dtsc_sync.c1 // SPDX-License-Identifier: GPL-2.0
7 * We check whether all boot CPUs have their TSC's synchronized,
8 * print a warning if not and turn off the TSC clock-source.
10 * The warp-check is point-to-point between two CPUs, the CPU
14 * Only two CPUs may participate - they can enter in any order.
63 if (!resume && time_before(jiffies, adj->nextcheck)) in tsc_verify_tsc_adjust()
66 adj->nextcheck = jiffies + HZ; in tsc_verify_tsc_adjust()
69 if (adj->adjusted == curval) in tsc_verify_tsc_adjust()
73 wrmsrl(MSR_IA32_TSC_ADJUST, adj->adjusted); in tsc_verify_tsc_adjust()
75 if (!adj->warned || resume) { in tsc_verify_tsc_adjust()
[all …]
/openbmc/linux/drivers/edac/
H A Di5000_edac.c12 * Intel 5000X Chipset Memory Controller Hub (MCH) - Datasheet
48 * Function 1: Memory Branch Map, Control, Errors Register
51 * All 3 functions of Device 16 (0,1,2) share the SAME DID
86 /* Thermal and SPD or BFD errors */
96 /* Correctable errors */
102 /* Non-Retry or redundant Retry errors */
108 /* Uncorrectable errors */
277 * MTRx - Memory Technology Registers
290 /* enables the report of miscellaneous messages as CE errors - default off */
361 u32 ferr_fat_fbd; /* First Errors Fatal */
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DMemoryMetrics.v1_7_3.json4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or…
12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
31 "description": "The available OEM-specific actions for this resource.",
32 …"longDescription": "This property shall contain the available OEM-specific actions for this resour…
39 …y. These alarms are reset when the system resets. Note that if they are re-discovered they can b…
40 …hese alarms shall be reset when the system resets. Note that if they are re-discovered they can b…
42 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
57 …n": "An indication of whether an address parity error was detected that a retry could not correct.…
58 …operty shall indicate whether an address parity error was detected that a retry could not correct.…
[all …]
/openbmc/linux/arch/alpha/kernel/
H A Dcore_lca.c1 // SPDX-License-Identifier: GPL-2.0
6 * taken from Dave Rusling's (david.rusling@reo.mts.dec.com) 32-bit
9 * Code common to all LCA core logic chips.
31 * BIOS32-style PCI interface:
52 * Platform-specific machine-check reasons:
54 #define MCHK_K_SIO_SERR 0x204 /* all platforms so far */
55 #define MCHK_K_SIO_IOCHK 0x206 /* all platforms so far */
56 #define MCHK_K_DCSR 0x208 /* all but Noname */
70 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
72 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
[all …]
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * On some machine, corrected memory errors are reported via APEI
7 * Check. These corrected memory errors can be reported to user space
34 if (!(mem_err->validation_bits & CPER_MEM_VALID_PA)) in apei_mce_report_mem_error()
38 * Even if the ->validation_bits are set for address mask, in apei_mce_report_mem_error()
42 if (mem_err->validation_bits & CPER_MEM_VALID_PA_MASK) in apei_mce_report_mem_error()
43 lsb = find_first_bit((void *)&mem_err->physical_addr_mask, PAGE_SHIFT); in apei_mce_report_mem_error()
48 m.bank = -1; in apei_mce_report_mem_error()
61 m.addr = mem_err->physical_addr; in apei_mce_report_mem_error()
73 return -EINVAL; in apei_smca_report_x86_error()
[all …]
/openbmc/linux/fs/xfs/
H A Dxfs_buf.h1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
25 #define XFS_BUF_DADDR_NULL ((xfs_daddr_t) (-1LL))
29 #define XBF_READ_AHEAD (1u << 2) /* asynchronous read-ahead */
30 #define XBF_NO_IOACCT (1u << 3) /* bypass I/O accounting (non-LRU bufs) */
32 #define XBF_DONE (1u << 5) /* all pages in the buffer uptodate */
87 * The xfs_buftarg contains 2 notions of "sector size" -
93 * The first is specified at mkfs time, and is stored on-disk in the
148 * first cacheline holds all the fields needed for an uncontended cache
[all …]
/openbmc/linux/drivers/ata/
H A Dlibata-eh.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * libata-eh.c - libata error handling
8 * as Documentation/driver-api/libata.rst
11 * http://www.sata-io.org/
59 /* Waiting in ->prereset can never be reliable. It's
76 * hardreset. All others are hardreset if available. In most cases
97 15000, /* Some drives are slow to read log pages when waking-up */
125 * On the retry after a command timed out, the next timeout value from
129 * ehc->cmd_timeout_idx keeps track of which timeout to use per
172 ehi->desc_len += vscnprintf(ehi->desc + ehi->desc_len, in __ata_ehi_pushv_desc()
[all …]
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dfirmware.c1 // SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause
3 * Copyright(c) 2015 - 2017 Intel Corporation.
103 #define AUGMENT_SIZE (sizeof(struct augmented_firmware_file) - \
122 * The mutex protects fw_state, fw_err, and all of the firmware_details
217 * Read a single 64-bit value from 8051 data memory.
224 * ignored - i.e. the hardware will always do aligned 8-byte reads as if
227 * Return 0 on success, -ENXIO on a read error (timeout).
250 return -ENXIO; in __read_8051_data()
262 * Read 8051 data starting at addr, for len bytes. Will read in 8-byte chunks.
263 * Return 0 on success, -errno on error.
[all …]
/openbmc/ipmitool/
H A DChangeLog1 version 1.8.15 2014-11-24
2 * ID: 340 - ipmitool sol session improperly closes on packet retry
3 * ID: 277 - support for hostnames longer than 64 chars
4 * ID: 313 - ipmitool doesn't support hostname long than 64 symbols
5 * ID: 277 - Minor issue with ipmi_intf_session_set_hostname()
6 * ID: 247 - 'sensor thresh' help output is wrong
7 * ID: 324 - conflicting declaration write_fru_area()
8 * ID: 337 - Add support for 13G Dell PowerEdge
9 * ID: 325 - DDR4 DIMM Decoding Logic
10 * ID: 328 - HPM.2 fixes
[all …]
/openbmc/linux/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c1 // SPDX-License-Identifier: GPL-2.0-or-later
6 * Copyright (C) 2006 Red Hat, Inc. All rights reserved.
23 #define HP_SW_PATH_UNINITIALIZED -1
37 * tur_done - Handle TEST UNIT READY return status
39 * @errors: blk error code
48 switch (sshdr->sense_key) { in tur_done()
53 if (sshdr->asc == 0x04 && sshdr->ascq == 2) { in tur_done()
55 * LUN not ready - Initialization command required in tur_done()
59 h->path_state = HP_SW_PATH_PASSIVE; in tur_done()
67 HP_SW_NAME, sshdr->sense_key, sshdr->asc, in tur_done()
[all …]
/openbmc/linux/Documentation/hwmon/
H A Dw83l785ts.rst6 * Winbond W83L785TS-S
14 http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/W83L785TS-S.pdf
20 -----------
22 The W83L785TS-S is a digital temperature sensor. It senses the
30 All temperature values are given in degrees Celsius. Resolution
38 ------------
41 and cause read errors. Or maybe the W83L785TS-S chip is simply unreliable,
42 we don't really know. The driver will retry a given number of times
/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * mac80211_hwsim - software simulator of 802.11 radio(s) for mac80211
13 * enum hwsim_tx_control_flags - flags to describe transmission info/status
33 * entities such as wmediumd to receive and process all broadcasted
43 * broadcasting the frames to all listening mac80211_hwsim radio
51 * enum hwsim_commands - supported hwsim commands
53 * @HWSIM_CMD_UNSPEC: unspecified command to catch errors
55 * @HWSIM_CMD_REGISTER: request to register and received all broadcasted
68 * returns the radio ID (>= 0) or negative on errors, if successful
104 #define HWSIM_CMD_MAX (_HWSIM_CMD_MAX - 1)
[all …]
/openbmc/linux/Documentation/fault-injection/
H A Dfault-injection.rst5 See also drivers/md/md-faulty.c and "every_nth" module option for scsi_debug.
9 --------------------------------------
11 - failslab
15 - fail_page_alloc
19 - fail_usercopy
23 - fail_futex
25 injects futex deadlock and uaddr fault errors.
27 - fail_sunrpc
31 - fail_make_request
33 injects disk IO errors on devices permitted by setting
[all …]
/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/gfx/
H A Dirqsrcs_gfx_11_0_0.h12 * all copies or substantial portions of the Software.
27 …ID__UTCL2_FAULT 0 // UTCL2 has encountered a fault or retry scenario
37 #define GFX_11_0_0__SRCID__SDMA_IB_PREEMPT 53 // 0x35 sdma mid - command …
42 #define GFX_11_0_0__SRCID__SDMA_PAGE_TIMEOUT 58 // 0x3A Page retry timeout…
56 #define GFX_11_0_0__SRCID__CP_EOP_INTERRUPT 181 // 0xB5 End-of-Pipe Interrupt
65 #define GFX_11_0_0__SRCID__CP_PREEMPT_ACK 194 // 0xC2 Preemption Ack-wledge
76 #define GFX_11_0_0__SRCID__SQ_INTERRUPT_ID 239 // 0xEF SQ Interrupt (ttrace wrap, errors)

12345678910>>...28