Searched +full:fine +full:- +full:granular (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/input/ |
D | azoteq,iqs7222.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 21 - azoteq,iqs7222a 22 - azoteq,iqs7222b 23 - azoteq,iqs7222c 24 - azoteq,iqs7222d 29 irq-gpios: 32 Specifies the GPIO connected to the device's active-low RDY output. [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | arm,vexpress-juno.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/arm,vexpress-juno.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sudeep Holla <sudeep.holla@arm.com> 11 - Linus Walleij <linus.walleij@linaro.org> 15 multicore Cortex-A class systems. The Versatile Express family contains both 37 further subvariants are released of the core tile, even more fine-granular 45 - description: CoreTile Express A9x4 (V2P-CA9) has 4 Cortex A9 CPU cores 49 - const: arm,vexpress,v2p-ca9 [all …]
|
/linux-6.12.1/arch/x86/include/asm/ |
D | tlbflush.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 15 #include <asm/processor-flags.h> 22 #define TLB_FLUSH_ALL -1UL 75 * are on. This means that it may not match current->active_mm, 80 * LOADED_MM_SWITCHING during the brief interrupts-off window 100 * This tells us to go invalidate all the non-loaded ctxs[] 103 * The current ctx was kept up-to-date as it ran and does not 138 * contain entries that are out-of-date as when that mm reached 146 * various bits of init code. This is fine -- code that 158 * - Actively using an mm. Our CPU's bit will be set in [all …]
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
D | userfaultfd.rst | 8 Userfaults allow the implementation of on-demand paging from userland 38 Vmas are not suitable for page- (or hugepage) granular fault tracking 48 is a corner case that would currently return ``-EBUSY``). 54 ---------------------- 63 - Any user can always create a userfaultfd which traps userspace page faults 67 - In order to also trap kernel page faults for the address space, either the 77 filesystem permissions (user/group/mode), which gives fine grained access to 84 -------------------------- 101 - The ``UFFD_FEATURE_EVENT_*`` flags indicate that various other events 103 detail below in the `Non-cooperative userfaultfd`_ section. [all …]
|
/linux-6.12.1/drivers/s390/scsi/ |
D | zfcp_aux.c | 1 // SPDX-License-Identifier: GPL-2.0 44 MODULE_AUTHOR("IBM Deutschland Entwicklung GmbH - linux390@de.ibm.com"); 78 flush_work(&port->rport_work); in zfcp_init_device_configure() 81 put_device(&port->dev); in zfcp_init_device_configure() 86 put_device(&cdev->dev); in zfcp_init_device_configure() 127 int retval = -ENOMEM; in zfcp_module_init() 183 * zfcp_get_port_by_wwpn - find port in port list of adapter by wwpn 195 read_lock_irqsave(&adapter->port_list_lock, flags); in zfcp_get_port_by_wwpn() 196 list_for_each_entry(port, &adapter->port_list, list) in zfcp_get_port_by_wwpn() 197 if (port->wwpn == wwpn) { in zfcp_get_port_by_wwpn() [all …]
|
/linux-6.12.1/arch/x86/events/amd/ |
D | ibs.c | 2 * Performance events - AMD IBS 6 * For licencing details see kernel-base/COPYING 29 #include <asm/amd-ibs.h> 103 s64 left = local64_read(&hwc->period_left); in perf_event_set_period() 104 s64 period = hwc->sample_period; in perf_event_set_period() 110 if (unlikely(left <= -period)) { in perf_event_set_period() 112 local64_set(&hwc->period_left, left); in perf_event_set_period() 113 hwc->last_period = period; in perf_event_set_period() 119 local64_set(&hwc->period_left, left); in perf_event_set_period() 120 hwc->last_period = period; in perf_event_set_period() [all …]
|
/linux-6.12.1/block/ |
D | blk-iocost.c | 1 /* SPDX-License-Identifier: GPL-2.0 17 * useless for the purpose of IO capacity distribution. While on-device 19 * non-queued rotational devices, this is no longer viable with modern 27 * implement a reasonable work-conserving proportional IO resource 37 * Currently, there's only one builtin cost model - linear. Each IO is 47 * device-specific coefficients. 54 * 2-1. Vtime Distribution 75 * against the device vtime - an IO which takes 10ms on the underlying 84 * 2-2. Vrate Adjustment 97 * To slow down, we lower the vrate - the rate at which the device vtime [all …]
|
/linux-6.12.1/mm/ |
D | mm_init.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * mm_init.c - Memory initialisation verification and debugging 18 #include <linux/page-isolation.h> 62 zonelist = &pgdat->node_zonelists[listid]; in mminit_verify_zonelist() 63 zone = &pgdat->node_zones[zoneid]; in mminit_verify_zonelist() 70 zone->name); in mminit_verify_zonelist() 74 pr_cont("%d:%s ", zone_to_nid(zone), zone->name); in mminit_verify_zonelist() 86 width = shift - SECTIONS_WIDTH - NODES_WIDTH - ZONES_WIDTH in mminit_verify_pageflags_layout() 87 - LAST_CPUPID_SHIFT - KASAN_TAG_WIDTH - LRU_GEN_WIDTH - LRU_REFS_WIDTH; in mminit_verify_pageflags_layout() 113 "Node/Zone ID: %lu -> %lu\n", in mminit_verify_pageflags_layout() [all …]
|
/linux-6.12.1/lib/ |
D | Kconfig.debug | 1 # SPDX-License-Identifier: GPL-2.0-only 19 parameter printk.time=1. See Documentation/admin-guide/kernel-parameters.rst 50 int "Default console loglevel (1-15)" 60 Note: This does not affect the log level of un-prefixed printk() 65 int "quiet console loglevel (1-15)" 76 int "Default message log level (1-7)" 82 This was hard-coded to KERN_WARNING since at least 2.6.10 but folks 118 enabled/disabled based on various levels of scope - per source file, 158 nullarbor:~ # echo -n 'file svcsock.c line 1603 +p' > 162 nullarbor:~ # echo -n 'file svcsock.c +p' > [all …]
|