/linux-6.12.1/arch/arm/boot/compressed/ |
D | ll_char_wr.S | 67 sub r1, r1, #1 @ avoid using r7 directly after 72 tst r1, #7 @ avoid using r7 directly after 86 and ip, r7, #15 @ avoid r4 87 ldr ip, [lr, ip, lsl #2] @ avoid r4 88 mul ip, r2, ip @ avoid r4 89 sub r1, r1, #1 @ avoid ip 90 sub r0, r0, r5 @ avoid ip 96 and ip, r7, #15 @ avoid r4 97 ldr ip, [lr, ip, lsl #2] @ avoid r4 98 mul ip, r2, ip @ avoid r4 [all …]
|
/linux-6.12.1/drivers/gpu/drm/msm/adreno/ |
D | a5xx_catalog.c | 35 * Increase inactive period to 250 to avoid bouncing 53 * Increase inactive period to 250 to avoid bouncing 70 * Increase inactive period to 250 to avoid bouncing 88 * Increase inactive period to 250 to avoid bouncing 103 * Increase inactive period to 250 to avoid bouncing 124 * Increase inactive period to 250 to avoid bouncing 143 * Increase inactive period to 250 to avoid bouncing
|
/linux-6.12.1/Documentation/userspace-api/media/rc/ |
D | lirc-get-features.rst | 45 Unused. Kept just to avoid breaking uAPI. 51 Unused. Kept just to avoid breaking uAPI. 68 Unused. Kept just to avoid breaking uAPI. 144 Unused. Kept just to avoid breaking uAPI. 160 Unused. Kept just to avoid breaking uAPI. 167 Unused. Kept just to avoid breaking uAPI.
|
/linux-6.12.1/arch/x86/boot/compressed/ |
D | kaslr.c | 9 * to avoid) in order to select a physical memory location that can 287 * when KASLR searches for an appropriate random address. We must avoid any 297 * What is not obvious how to avoid is the range of memory that is used 366 * Avoid the region that is unsafe to overlap during in mem_avoid_init() 372 /* Avoid initrd. */ in mem_avoid_init() 381 /* Avoid kernel command line. */ in mem_avoid_init() 390 /* Avoid boot parameters. */ in mem_avoid_init() 396 /* Mark the memmap regions we need to avoid */ in mem_avoid_init() 424 /* Avoid all entries in the setup_data linked list. */ in mem_avoid_overlap() 427 struct mem_vector avoid; in mem_avoid_overlap() local [all …]
|
/linux-6.12.1/arch/arm/kernel/ |
D | fiqasm.S | 29 mov r0, r0 @ avoid hazard prior to ARMv4 34 mov r0, r0 @ avoid hazard prior to ARMv4 42 mov r0, r0 @ avoid hazard prior to ARMv4 47 mov r0, r0 @ avoid hazard prior to ARMv4
|
/linux-6.12.1/Documentation/dev-tools/kunit/ |
D | style.rst | 40 subsystems should be named to avoid ambiguity where necessary. 57 Avoid names as shown in examples below: 91 name. Unless these tests are actually present, avoid using ``_test``, ``_unittest`` 108 Avoid names, for example: 136 naming. It is a good idea to make your test functions `static` to avoid 144 Tests the ``list_splice`` macro. It has the prefix ``test_`` to avoid a 191 KUnit tests are often compiled as a separate module. To avoid conflicting
|
/linux-6.12.1/Documentation/driver-api/firmware/ |
D | direct-fs-lookup.rst | 13 avoid having a separate partition for them in order to avoid possible 14 races with lookups and avoid uses of the custom fallback mechanisms
|
/linux-6.12.1/arch/alpha/lib/ |
D | memcpy.c | 67 * This does unaligned memory copies. We want to avoid storing to 69 * We also want to avoid double-reading the unaligned reads. 71 * Note the ordering to try to avoid load (and address generation) latencies. 77 n -= 8; /* to avoid compare against 8 in the loop */ in __memcpy_unaligned_up() 117 * Note the ordering to try to avoid load (and address generation) latencies.
|
/linux-6.12.1/Documentation/admin-guide/ |
D | kernel-per-CPU-kthreads.rst | 147 1. Avoid use of drivers that use tasklets. (Such drivers will contain 158 1. Avoid sending scheduler IPIs to the CPU to be de-jittered, 181 is non-idle. For example, avoid system calls and force both 243 3. Do any of the following needed to avoid jitter that your 246 a. Avoid using oprofile, thus avoiding OS jitter from 253 avoid the CPU-frequency governor periodically running 282 CBE_CPUFREQ_SPU_GOVERNOR=n to avoid OS jitter from 312 avoid initiating any CPU hotplug operations on this CPU. This is
|
/linux-6.12.1/tools/power/cpupower/lib/ |
D | cpufreq.h | 85 * to avoid memory leakage, please. 96 * to avoid memory leakage, please. 143 * to avoid memory leakage, please. 155 * to avoid memory leakage, please.
|
/linux-6.12.1/Documentation/virt/ |
D | guest-halt-polling.rst | 12 a remote vCPU to avoid sending an IPI (and the associated 60 be increased from 10000, to avoid misses during the initial 70 to avoid it (per-cpu guest_halt_poll_ns will remain
|
/linux-6.12.1/include/linux/ |
D | eventpoll.h | 15 /* Forward declarations to avoid compiler errors */ 38 * Fast check to avoid the get/release of the semaphore. Since in eventpoll_release() 41 * to avoid the semaphore lock. False positives simply cannot happen in eventpoll_release()
|
D | devm-helpers.h | 9 * These should be helpful to avoid mixing the manual and devm-based resource 42 * driver is detached to avoid accessing removed resources. 67 * is detached to avoid accessing removed resources.
|
D | rculist_nulls.h | 27 * holding appropriate locks) to avoid racing with another 67 * (such as holding appropriate locks) to avoid racing 90 * (such as holding appropriate locks) to avoid racing 121 * (such as holding appropriate locks) to avoid racing
|
/linux-6.12.1/drivers/net/ipa/ |
D | ipa_uc.c | 47 * @reserved0: reserved bytes; avoid reading or writing 52 * @reserved1: reserved bytes; avoid reading or writing 56 * @reserved2: reserved bytes; avoid reading or writing 62 * @reserved3: reserved bytes; avoid reading or writing 64 * @reserved4: reserved bytes; avoid reading or writing
|
/linux-6.12.1/arch/x86/include/asm/ |
D | kmsan.h | 50 * Taken from arch/x86/mm/physaddr.h to avoid using an instrumented version. 61 * Taken from arch/x86/mm/physaddr.c to avoid using an instrumented version. 87 * below while suppressing reschedules to avoid recursion. in kmsan_virt_addr_valid()
|
/linux-6.12.1/arch/riscv/ |
D | Kconfig.errata | 11 Otherwise, please say "N" here to avoid unnecessary overhead. 32 Otherwise, please say "N" here to avoid unnecessary overhead. 83 Otherwise, please say "N" here to avoid unnecessary overhead.
|
/linux-6.12.1/Documentation/core-api/ |
D | dma-attributes.rst | 31 DMA_ATTR_NO_KERNEL_MAPPING lets the platform to avoid creating a kernel 62 large, so it is highly recommended to avoid it if possible. 98 optimize allocation (avoid coming up with large pages) instead of 119 So, this provides a way for drivers to avoid those error messages on calls
|
/linux-6.12.1/include/drm/ |
D | drm_atomic.h | 127 * useful to throttle updates and avoid hardware updates getting ahead 268 * properly ordered to avoid a use-after-free issue. 816 (void)(connector) /* Only to avoid unused-but-set-variable warning */, \ 838 (void)(connector) /* Only to avoid unused-but-set-variable warning */, \ 859 (void)(connector) /* Only to avoid unused-but-set-variable warning */, \ 861 (void)(new_connector_state) /* Only to avoid unused-but-set-variable warning */, 1)) 881 (void)(crtc) /* Only to avoid unused-but-set-variable warning */, \ 883 (void)(old_crtc_state) /* Only to avoid unused-but-set-variable warning */, \ 885 (void)(new_crtc_state) /* Only to avoid unused-but-set-variable warning */, 1)) 904 (void)(crtc) /* Only to avoid unused-but-set-variable warning */, \ [all …]
|
/linux-6.12.1/kernel/kcsan/ |
D | core.c | 72 * will avoid: 100 * Add NUM_SLOTS-1 entries to account for overflow; this helps avoid having to 107 * per-CPU counter to avoid excessive contention. 203 * In interrupts, use raw_cpu_ptr to avoid unnecessary checks, that would in get_ctx() 285 * via reset_kcsan_skip() to avoid underflow. in should_watch() 427 * To avoid nested interrupts or scheduler (which share kcsan_ctx) in set_reorder_access() 470 * possible -- avoid unneccessarily complex code until consumed. in kcsan_found_watchpoint() 477 * The access_mask check relies on value-change comparison. To avoid in kcsan_found_watchpoint() 498 * avoid erroneously triggering reports if the context is disabled. in kcsan_found_watchpoint() 542 * Always reset kcsan_skip counter in slow-path to avoid underflow; see in kcsan_setup_watchpoint() [all …]
|
/linux-6.12.1/Documentation/timers/ |
D | no_hz.rst | 77 The CONFIG_NO_HZ_IDLE=y Kconfig option causes the kernel to avoid sending 85 is strong motivation to avoid sending scheduling-clock interrupts to 96 in order to avoid degrading from-idle transition latencies. 112 The CONFIG_NO_HZ_FULL=y Kconfig option causes the kernel to avoid 122 again strong motivation to avoid sending scheduling-clock interrupts. 184 Avoid this by offloading RCU callback processing to "rcuo" kthreads 292 OS jitter due to global TLB shootdowns is to avoid the unmapping
|
/linux-6.12.1/Documentation/process/ |
D | management-style.rst | 9 degree, and mainly written to avoid answering [#f1]_ the same (or similar) 42 The name of the game is to **avoid** having to make a decision. In 54 So the name of the game is to **avoid** decisions, at least the big and 96 engineer. And remember: "irrevocable" was what we tried to avoid in 123 Btw, another way to avoid a decision is to plaintively just whine "can't 230 **in private** that they screwed up. Not just so they can avoid it in the 242 5) Things to avoid
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_mes.c | 297 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_create_process() 339 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_destroy_process() 421 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_add_gang() 471 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_remove_gang() 514 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_suspend() 538 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_resume() 642 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_add_hw_queue() 746 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_remove_hw_queue() 795 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_reset_hw_queue() 1154 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_add_ring()
|
/linux-6.12.1/Documentation/hwmon/ |
D | submitting-patches.rst | 77 * Avoid forward declarations if you can. Rearrange the code if necessary. 79 * Avoid macros to generate groups of sensor attributes. It not only confuses 82 * Avoid calculations in macros and macro-generated functions. While such macros 115 * Avoid writing to chip registers in the detect function. If you have to write,
|
/linux-6.12.1/include/scsi/ |
D | srp.h | 106 * struct srp_direct_buf. The whole structure must be packed to avoid 171 * bytes, so it needs to be packed to avoid having it padded to 56 253 * so it needs to be packed to avoid having it padded to 40 bytes on 288 * 36 bytes, so it needs to be packed to avoid having it padded to 40 bytes
|