| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/drivers/net/wimax/i2400m/ |
| D | usb-rx.c | 6 * Copyright (C) 2007-2008 Intel Corporation. All rights reserved. 35 * Intel Corporation <linux-wimax@intel.com> 37 * - Initial implementation 38 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 39 * - Use skb_clone(), break up processing in chunks 40 * - Split transport/device specific 41 * - Make buffer size dynamic to exert less memory pressure 54 * - we want to be able to call the USB power management get/put 57 * - We might get a lot of notifications and we don't want to submit 60 * - RX data processing can get heavy enough so that it is not [all …]
|
| D | usb-fw.c | 6 * Copyright (C) 2007-2008 Intel Corporation. All rights reserved. 35 * Intel Corporation <linux-wimax@intel.com> 37 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 38 * - Initial implementation 40 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 41 * - bus generic/specific split 61 * data. We repeat until we get all the data we expect (as indicated 77 #include "i2400m-usb.h" 81 #include "usb-debug-levels.h" 87 * Takes care of updating EDC counts and thus, handle device errors. [all …]
|
| D | usb-tx.c | 6 * Copyright (C) 2007-2008 Intel Corporation. All rights reserved. 35 * Intel Corporation <linux-wimax@intel.com> 37 * - Initial implementation 38 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 39 * - Split transport/device specific 46 * we can do at this point. We could also retry, but the USB stack has 65 * i2400mu_bus_tx_kick() - Called by the tx.c code when there 71 #include "i2400m-usb.h" 75 #include "usb-debug-levels.h" 82 * it succeeds or fails (we have no real way to retry or complain). [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/Documentation/locking/ |
| D | ww-mutex-design.rst | 2 Wound/Wait Deadlock-Proof Mutex Design 5 Please read mutex-design.txt 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 …]
|
| /kernel/linux/linux-6.6/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/ 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 …]
|
| 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 …]
|
| /kernel/linux/linux-5.10/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 33 if (!(mem_err->validation_bits & CPER_MEM_VALID_PA)) in apei_mce_report_mem_error() 37 m.bank = -1; in apei_mce_report_mem_error() 49 m.addr = mem_err->physical_addr; in apei_mce_report_mem_error() 63 * byte-packed. 81 /* timestamp, platform_id, partition_id are all invalid */ in apei_write_mce() 89 rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd; in apei_write_mce() 111 retry: in apei_read_mce() [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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. 62 if (!resume && time_before(jiffies, adj->nextcheck)) in tsc_verify_tsc_adjust() 65 adj->nextcheck = jiffies + HZ; in tsc_verify_tsc_adjust() 68 if (adj->adjusted == curval) in tsc_verify_tsc_adjust() 72 wrmsrl(MSR_IA32_TSC_ADJUST, adj->adjusted); in tsc_verify_tsc_adjust() 74 if (!adj->warned || resume) { in tsc_verify_tsc_adjust() [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ |
| D | mac80211_hwsim.h | 1 /* 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 98 #define HWSIM_CMD_MAX (_HWSIM_CMD_MAX - 1) [all …]
|