| /kernel/linux/linux-6.6/arch/alpha/kernel/ |
| D | pci-sysfs.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * arch/alpha/kernel/pci-sysfs.c 7 * Alpha PCI resource files. 10 * drivers/pci/pci-sysfs.c 25 base = sparse ? hose->sparse_mem_base : hose->dense_mem_base; in hose_mmap_page_range() 27 base = sparse ? hose->sparse_io_base : hose->dense_io_base; in hose_mmap_page_range() 29 vma->vm_pgoff += base >> PAGE_SHIFT; in hose_mmap_page_range() 31 return io_remap_pfn_range(vma, vma->vm_start, vma->vm_pgoff, in hose_mmap_page_range() 32 vma->vm_end - vma->vm_start, in hose_mmap_page_range() 33 vma->vm_page_prot); in hose_mmap_page_range() [all …]
|
| /kernel/linux/linux-5.10/arch/alpha/kernel/ |
| D | pci-sysfs.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * arch/alpha/kernel/pci-sysfs.c 7 * Alpha PCI resource files. 10 * drivers/pci/pci-sysfs.c 25 base = sparse ? hose->sparse_mem_base : hose->dense_mem_base; in hose_mmap_page_range() 27 base = sparse ? hose->sparse_io_base : hose->dense_io_base; in hose_mmap_page_range() 29 vma->vm_pgoff += base >> PAGE_SHIFT; in hose_mmap_page_range() 31 return io_remap_pfn_range(vma, vma->vm_start, vma->vm_pgoff, in hose_mmap_page_range() 32 vma->vm_end - vma->vm_start, in hose_mmap_page_range() 33 vma->vm_page_prot); in hose_mmap_page_range() [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | cgroup-v2.rst | 9 conventions of cgroup v2. It describes all userland-visible aspects 12 v1 is available under :ref:`Documentation/admin-guide/cgroup-v1/index.rst <cgroup-v1>`. 17 1-1. Terminology 18 1-2. What is cgroup? 20 2-1. Mounting 21 2-2. Organizing Processes and Threads 22 2-2-1. Processes 23 2-2-2. Threads 24 2-3. [Un]populated Notification 25 2-4. Controlling Controllers [all …]
|
| /kernel/linux/linux-6.6/Documentation/PCI/ |
| D | sysfs-pci.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 |-- 0000:17:00.0 12 | |-- class 13 | |-- config 14 | |-- device 15 | |-- enable 16 | |-- irq 17 | |-- local_cpus 18 | |-- remove 19 | |-- resource [all …]
|
| /kernel/linux/linux-5.10/Documentation/PCI/ |
| D | sysfs-pci.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 |-- 0000:17:00.0 12 | |-- class 13 | |-- config 14 | |-- device 15 | |-- enable 16 | |-- irq 17 | |-- local_cpus 18 | |-- remove 19 | |-- resource [all …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | cgroup-v2.rst | 1 .. _cgroup-v2: 11 conventions of cgroup v2. It describes all userland-visible aspects 14 v1 is available under :ref:`Documentation/admin-guide/cgroup-v1/index.rst <cgroup-v1>`. 19 1-1. Terminology 20 1-2. What is cgroup? 22 2-1. Mounting 23 2-2. Organizing Processes and Threads 24 2-2-1. Processes 25 2-2-2. Threads 26 2-3. [Un]populated Notification [all …]
|
| /kernel/linux/linux-5.10/Documentation/x86/ |
| D | resctrl_ui.rst | 1 .. SPDX-License-Identifier: GPL-2.0 5 User Interface for Resource Control feature 9 :Authors: - Fenghua Yu <fenghua.yu@intel.com> 10 - Tony Luck <tony.luck@intel.com> 11 - Vikas Shivappa <vikas.shivappa@intel.com> 14 Intel refers to this feature as Intel Resource Director Technology(Intel(R) RDT). 21 RDT (Resource Director Technology) Allocation "rdt_a" 31 # mount -t resctrl resctrl [-o cdp[,cdpl2][,mba_MBps]] /sys/fs/resctrl 47 pseudo-locking is a unique way of using cache control to "pin" or 49 "Cache Pseudo-Locking". [all …]
|
| /kernel/linux/linux-5.10/Documentation/doc-guide/ |
| D | contributing.rst | 1 .. SPDX-License-Identifier: GPL-2.0 6 Documentation is an important part of any software-development project. 8 developers work more effectively. Without top-quality documentation, a lot 9 of time is wasted in reverse-engineering the code and making avoidable 23 --------------------------- 36 ones. For this reason, eliminating warnings is one of the highest-priority 59 - Resource-managed devfreq_register_notifier() 61 - Resource-managed devfreq_unregister_notifier() 70 - Resource-managed devfreq_register_notifier() 88 resulting in these doc-build warnings: [all …]
|
| /kernel/linux/linux-6.6/Documentation/doc-guide/ |
| D | contributing.rst | 1 .. SPDX-License-Identifier: GPL-2.0 6 Documentation is an important part of any software-development project. 8 developers work more effectively. Without top-quality documentation, a lot 9 of time is wasted in reverse-engineering the code and making avoidable 23 --------------------------- 36 ones. For this reason, eliminating warnings is one of the highest-priority 59 - Resource-managed devfreq_register_notifier() 61 - Resource-managed devfreq_unregister_notifier() 70 - Resource-managed devfreq_register_notifier() 89 resulting in these doc-build warnings: [all …]
|
| /kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/ |
| D | resource.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 3 * resource.h: Resource definitions. 12 * These two resource limit IDs have a Sparc/Linux-specific ordering, 15 #define RLIMIT_NOFILE 6 /* max number of open files */ 29 #include <asm-generic/resource.h>
|
| /kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
| D | resource.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 3 * resource.h: Resource definitions. 12 * These two resource limit IDs have a Sparc/Linux-specific ordering, 15 #define RLIMIT_NOFILE 6 /* max number of open files */ 29 #include <asm-generic/resource.h>
|
| /kernel/linux/linux-6.6/Documentation/arch/x86/ |
| D | resctrl.rst | 1 .. SPDX-License-Identifier: GPL-2.0 5 User Interface for Resource Control feature 9 :Authors: - Fenghua Yu <fenghua.yu@intel.com> 10 - Tony Luck <tony.luck@intel.com> 11 - Vikas Shivappa <vikas.shivappa@intel.com> 14 Intel refers to this feature as Intel Resource Director Technology(Intel(R) RDT). 21 RDT (Resource Director Technology) Allocation "rdt_a" 38 # mount -t resctrl resctrl [-o cdp[,cdpl2][,mba_MBps]] /sys/fs/resctrl 54 pseudo-locking is a unique way of using cache control to "pin" or 56 "Cache Pseudo-Locking". [all …]
|
| /kernel/linux/linux-6.6/Documentation/infiniband/ |
| D | user_verbs.rst | 10 https://github.com/linux-rdma/rdma-core, is required. libibverbs contains a 11 device-independent API for using the ib_uverbs interface. 12 libibverbs also requires appropriate device-dependent kernel and 17 User-kernel communication 20 Userspace communicates with the kernel for slow path, resource 26 Commands are sent to the kernel via write()s on these device files. 29 contain a 64-bit field used to pass a pointer to an output buffer. 33 Resource management 61 /dev files 64 To create the appropriate character device files automatically with [all …]
|
| /kernel/linux/linux-5.10/Documentation/infiniband/ |
| D | user_verbs.rst | 10 https://github.com/linux-rdma/rdma-core, is required. libibverbs contains a 11 device-independent API for using the ib_uverbs interface. 12 libibverbs also requires appropriate device-dependent kernel and 17 User-kernel communication 20 Userspace communicates with the kernel for slow path, resource 26 Commands are sent to the kernel via write()s on these device files. 29 contain a 64-bit field used to pass a pointer to an output buffer. 33 Resource management 61 /dev files 64 To create the appropriate character device files automatically with [all …]
|
| /kernel/linux/linux-6.6/drivers/pci/ |
| D | pci-sysfs.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * (C) Copyright 2002-2004 Greg Kroah-Hartman <greg@kroah.com> 4 * (C) Copyright 2002-2004 IBM Corp. 6 * (C) Copyright 2003 Hewlett-Packard 44 return sysfs_emit(buf, format_string, pdev->field); \ 64 * MSI-X, show the legacy INTx IRQ. in irq_show() 66 if (pdev->msi_enabled) in irq_show() 70 return sysfs_emit(buf, "%u\n", pdev->irq); in irq_show() 79 return sysfs_emit(buf, "%u\n", pdev->broken_parity_status); in broken_parity_status_show() 90 return -EINVAL; in broken_parity_status_store() [all …]
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | jc42.rst | 10 https://www.analog.com/static/imported-files/data_sheets/ADT7408.pdf 20 http://www.atmel.com/Images/Atmel-8852-SEEPROM-AT30TSE002A-Datasheet.pdf 22 http://www.atmel.com/Images/Atmel-8868-DTS-AT30TSE004A-Datasheet.pdf 36 http://datasheets.maxim-ic.com/en/ds/MAX6604.pdf 70 https://www.onsemi.com/pub_link/Collateral/CAT34TS02-D.PDF 72 https://www.onsemi.com/pub/Collateral/CAT6095-D.PDF 78 http://www.st.com/web/en/resource/technical/document/datasheet/CD00157556.pdf 80 http://www.st.com/web/en/resource/technical/document/datasheet/CD00157558.pdf 82 http://www.st.com/web/en/resource/technical/document/datasheet/CD00266638.pdf 84 http://www.st.com/web/en/resource/technical/document/datasheet/CD00225278.pdf [all …]
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | jc42.rst | 10 https://www.analog.com/static/imported-files/data_sheets/ADT7408.pdf 20 http://www.atmel.com/Images/Atmel-8852-SEEPROM-AT30TSE002A-Datasheet.pdf 22 http://www.atmel.com/Images/Atmel-8868-DTS-AT30TSE004A-Datasheet.pdf 36 http://datasheets.maxim-ic.com/en/ds/MAX6604.pdf 70 https://www.onsemi.com/pub_link/Collateral/CAT34TS02-D.PDF 72 https://www.onsemi.com/pub/Collateral/CAT6095-D.PDF 78 http://www.st.com/web/en/resource/technical/document/datasheet/CD00157556.pdf 80 http://www.st.com/web/en/resource/technical/document/datasheet/CD00157558.pdf 82 http://www.st.com/web/en/resource/technical/document/datasheet/CD00266638.pdf 84 http://www.st.com/web/en/resource/technical/document/datasheet/CD00225278.pdf [all …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/cgroup-v1/ |
| D | cgroups.rst | 6 Documentation/admin-guide/cgroup-v1/cpusets.rst 12 Portions Copyright (c) 2004-2006 Silicon Graphics, Inc. 42 ---------------------- 55 particular ways. A subsystem is typically a "resource controller" that 56 schedules a resource or applies per-cgroup limits, but it may be 62 hierarchy, and a set of subsystems; each subsystem has system-specific 69 User-level code may create and destroy cgroups by name in an 79 access. For example, cpusets (see Documentation/admin-guide/cgroup-v1/cpusets.rst) allow 83 .. _cgroups-why-needed: 86 ---------------------------- [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
| D | cgroups.rst | 6 Documentation/admin-guide/cgroup-v1/cpusets.rst 12 Portions Copyright (c) 2004-2006 Silicon Graphics, Inc. 42 ---------------------- 55 particular ways. A subsystem is typically a "resource controller" that 56 schedules a resource or applies per-cgroup limits, but it may be 62 hierarchy, and a set of subsystems; each subsystem has system-specific 69 User-level code may create and destroy cgroups by name in an 79 access. For example, cpusets (see Documentation/admin-guide/cgroup-v1/cpusets.rst) allow 84 ---------------------------- 87 Linux kernel, mainly for resource-tracking purposes. Such efforts [all …]
|
| /kernel/linux/linux-6.6/Documentation/accounting/ |
| D | psi.rst | 4 PSI - Pressure Stall Information 14 either play it safe and under-utilize their hardware resources, or 19 such resource crunches and the time impact it has on complex workloads 22 Having an accurate measure of productivity losses caused by resource 23 scarcity aids users in sizing workloads to hardware--or provisioning 37 Pressure information for each resource is exported through the 38 respective file in /proc/pressure/ -- cpu, memory, and io. 46 tasks are stalled on a given resource. 48 The "full" line indicates the share of time in which all non-idle 49 tasks are stalled on a given resource simultaneously. In this state [all …]
|
| /kernel/linux/linux-5.10/drivers/pci/ |
| D | pci-sysfs.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * (C) Copyright 2002-2004 Greg Kroah-Hartman <greg@kroah.com> 4 * (C) Copyright 2002-2004 IBM Corp. 6 * (C) Copyright 2003 Hewlett-Packard 42 return sprintf(buf, format_string, pdev->field); \ 59 return sprintf(buf, "%u\n", pdev->broken_parity_status); in broken_parity_status_show() 70 return -EINVAL; in broken_parity_status_store() 72 pdev->broken_parity_status = !!val; in broken_parity_status_store() 84 mask = (dev_to_node(dev) == -1) ? cpu_online_mask : in pci_dev_show_local_cpu() 87 mask = cpumask_of_pcibus(to_pci_dev(dev)->bus); in pci_dev_show_local_cpu() [all …]
|
| /kernel/linux/linux-5.10/Documentation/accounting/ |
| D | psi.rst | 4 PSI - Pressure Stall Information 14 either play it safe and under-utilize their hardware resources, or 19 such resource crunches and the time impact it has on complex workloads 22 Having an accurate measure of productivity losses caused by resource 23 scarcity aids users in sizing workloads to hardware--or provisioning 37 Pressure information for each resource is exported through the 38 respective file in /proc/pressure/ -- cpu, memory, and io. 50 tasks are stalled on a given resource. 52 The "full" line indicates the share of time in which all non-idle 53 tasks are stalled on a given resource simultaneously. In this state [all …]
|
| /kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
| D | resource.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 6 * Alpha/Linux-specific ordering of these four resource limit IDs, 9 #define RLIMIT_NOFILE 6 /* max number of open files */ 12 #define RLIMIT_MEMLOCK 9 /* max locked-in-memory address space */ 21 #include <asm-generic/resource.h>
|
| /kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/ |
| D | resource.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 6 * Alpha/Linux-specific ordering of these four resource limit IDs, 9 #define RLIMIT_NOFILE 6 /* max number of open files */ 12 #define RLIMIT_MEMLOCK 9 /* max locked-in-memory address space */ 21 #include <asm-generic/resource.h>
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ |
| D | hfs.rst | 1 .. SPDX-License-Identifier: GPL-2.0 26 used for creating new files. Default values: '????'. 29 Specifies the user/group that owns all files on the filesystems. 33 Specifies the umask used for all files , all directories or all 34 files and directories. Defaults to the umask of the mounting process. 57 * You can't modify the set-uid, set-gid, sticky or executable bits or the uid 58 and gid of files. 59 * You can't create hard- or symlinks, device files, sockets or FIFOs. 62 non-standard forks are represented as hidden additional files in the normal 66 * You can't create, delete or rename resource forks of files or the [all …]
|