/linux-6.8/arch/alpha/include/asm/ |
D | mce.h | 1 /* 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 …]
|
/linux-6.8/drivers/regulator/ |
D | irq_helpers.c | 1 // 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 …]
|
/linux-6.8/Documentation/admin-guide/ |
D | xfs.rst | 1 .. 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 …]
|
/linux-6.8/Documentation/locking/ |
D | ww-mutex-design.rst | 2 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 …]
|
/linux-6.8/drivers/scsi/bfa/ |
D | bfa_defs_fcs.h | 1 /* 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 …]
|
/linux-6.8/drivers/usb/ |
D | usb-skeleton.c | 1 // 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 …]
|
/linux-6.8/drivers/gpu/drm/ci/ |
D | gitlab-ci.yml | 2 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 …]
|
D | igt_runner.sh | 2 # 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/ 20 set -e 40 if [ -e "/install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt" ]; then 41 IGT_SKIPS="--skips /install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt" 44 if [ -e "/install/xfails/$DRIVER_NAME-$GPU_VERSION-flakes.txt" ]; then 45 IGT_FLAKES="--flakes /install/xfails/$DRIVER_NAME-$GPU_VERSION-flakes.txt" 48 if [ -e "/install/xfails/$DRIVER_NAME-$GPU_VERSION-fails.txt" ]; then [all …]
|
D | lava-submit.sh | 2 # 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 …]
|
/linux-6.8/drivers/edac/ |
D | i5000_edac.c | 12 * 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 …]
|
/linux-6.8/arch/x86/kernel/ |
D | tsc_sync.c | 1 // 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 …]
|
/linux-6.8/arch/alpha/kernel/ |
D | core_lca.c | 1 // 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 …]
|
/linux-6.8/arch/x86/kernel/cpu/mce/ |
D | apei.c | 1 // 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 …]
|
/linux-6.8/drivers/ata/ |
D | libata-eh.c | 1 // 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 …]
|
/linux-6.8/fs/xfs/ |
D | xfs_buf.h | 1 // 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 149 * first cacheline holds all the fields needed for an uncontended cache [all …]
|
/linux-6.8/drivers/infiniband/hw/hfi1/ |
D | firmware.c | 1 // 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 …]
|
/linux-6.8/Documentation/fault-injection/ |
D | fault-injection.rst | 5 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 …]
|
/linux-6.8/drivers/net/wireless/virtual/ |
D | mac80211_hwsim.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * mac80211_hwsim - software simulator of 802.11 radio(s) for mac80211 6 * Copyright (C) 2020, 2022-2023 Intel Corporation 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 [all …]
|
/linux-6.8/drivers/scsi/device_handler/ |
D | scsi_dh_hp_sw.c | 1 // 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 …]
|
/linux-6.8/Documentation/hwmon/ |
D | w83l785ts.rst | 6 * 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
|
/linux-6.8/fs/nfs/ |
D | nfs4file.c | 1 // SPDX-License-Identifier: GPL-2.0 35 unsigned openflags = filp->f_flags; in nfs4_file_open() 41 * opens in ->lookup() or ->create(). in nfs4_file_open() 45 * -EOPENSTALE. The VFS will retry the lookup/create/open. in nfs4_file_open() 70 filemap_write_and_wait(inode->i_mapping); in nfs4_file_open() 73 inode = NFS_PROTO(dir)->open_context(dir, ctx, openflags, &attr, NULL); in nfs4_file_open() 79 case -ENOENT: in nfs4_file_open() 80 case -ESTALE: in nfs4_file_open() 81 case -EISDIR: in nfs4_file_open() 82 case -ENOTDIR: in nfs4_file_open() [all …]
|
/linux-6.8/drivers/gpu/drm/amd/include/ivsrcid/gfx/ |
D | irqsrcs_gfx_11_0_0.h | 12 * 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)
|
/linux-6.8/arch/mips/math-emu/ |
D | dsemul.c | 1 // SPDX-License-Identifier: GPL-2.0 15 * struct emuframe - The 'emulation' frame structure 32 * - Actually emulating all instructions isn't feasible. We would need to 33 * be able to handle instructions from all revisions of the MIPS ISA, 34 * all ASEs & all vendor instruction set extensions. This would be a 40 * - We must execute the instruction within user context. If we were to 45 * - We used to place the frame on the users stack, but this requires 47 * per-process page is now used instead. 49 * - The instruction in @emul may be something entirely invalid for a 57 * - The user may generate a fake struct emuframe if they wish, invoking [all …]
|
/linux-6.8/include/uapi/linux/ |
D | iommu.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 28 /* PASID entry is invalid or has configuration errors */ 60 * struct iommu_fault_unrecoverable - Unrecoverable fault data 82 * struct iommu_fault_page_request - Page Request data 92 * @private_data: device-specific private information 108 * struct iommu_fault - Generic fault data 126 * enum iommu_page_response_code - Return status of fault handlers 128 * populated, retry the access. This is "Success" in PCI PRI. 129 * @IOMMU_PAGE_RESP_FAILURE: General error. Drop all subsequent faults from 131 * @IOMMU_PAGE_RESP_INVALID: Could not handle this fault, don't retry the [all …]
|
/linux-6.8/Documentation/driver-api/media/ |
D | cec-core.rst | 1 .. SPDX-License-Identifier: GPL-2.0 15 ---------------- 33 --------------------- 53 will be stored in adap->priv and can be used by the adapter ops. 95 Implementing the Low-Level CEC Adapter 96 -------------------------------------- 98 The following low-level adapter operations have to be implemented in 103 .. code-block:: none 107 /* Low-level callbacks */ 123 /* High-level callback */ [all …]
|