Home
last modified time | relevance | path

Searched full:avoid (Results 1 – 25 of 4229) sorted by relevance

12345678910>>...170

/Linux-v6.1/arch/arm/boot/compressed/
Dll_char_wr.S67 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-v6.1/Documentation/userspace-api/media/rc/
Dlirc-get-features.rst45 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-v6.1/arch/x86/boot/compressed/
Dkaslr.c9 * to avoid) in order to select a physical memory location that can
312 * when KASLR searches for an appropriate random address. We must avoid any
322 * What is not obvious how to avoid is the range of memory that is used
391 * Avoid the region that is unsafe to overlap during in mem_avoid_init()
397 /* Avoid initrd. */ in mem_avoid_init()
406 /* Avoid kernel command line. */ in mem_avoid_init()
415 /* Avoid boot parameters. */ in mem_avoid_init()
421 /* Mark the memmap regions we need to avoid */ in mem_avoid_init()
449 /* Avoid all entries in the setup_data linked list. */ in mem_avoid_overlap()
452 struct mem_vector avoid; in mem_avoid_overlap() local
[all …]
/Linux-v6.1/arch/arm/kernel/
Dfiqasm.S29 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-v6.1/Documentation/driver-api/firmware/
Ddirect-fs-lookup.rst13 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-v6.1/Documentation/dev-tools/kunit/
Dstyle.rst40 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
/Linux-v6.1/arch/alpha/lib/
Dmemcpy.c66 * This does unaligned memory copies. We want to avoid storing to
68 * We also want to avoid double-reading the unaligned reads.
70 * Note the ordering to try to avoid load (and address generation) latencies.
76 n -= 8; /* to avoid compare against 8 in the loop */ in __memcpy_unaligned_up()
116 * Note the ordering to try to avoid load (and address generation) latencies.
/Linux-v6.1/Documentation/admin-guide/
Dkernel-per-CPU-kthreads.rst147 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
250 b. Avoid using oprofile, thus avoiding OS jitter from
257 avoid the CPU-frequency governor periodically running
286 CBE_CPUFREQ_SPU_GOVERNOR=n to avoid OS jitter from
316 avoid initiating any CPU hotplug operations on this CPU. This is
/Linux-v6.1/tools/power/cpupower/lib/
Dcpufreq.h85 * to avoid memory leakage, please.
96 * to avoid memory leakage, please.
143 * to avoid memory leakage, please.
155 * to avoid memory leakage, please.
/Linux-v6.1/Documentation/virt/
Dguest-halt-polling.rst12 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-v6.1/include/linux/
Ddevm-helpers.h9 * 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.
Deventpoll.h15 /* 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()
Drculist_nulls.h27 * 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-v6.1/drivers/net/ipa/
Dipa_uc.c45 * @reserved0: reserved bytes; avoid reading or writing
50 * @reserved1: reserved bytes; avoid reading or writing
54 * @reserved2: reserved bytes; avoid reading or writing
60 * @reserved3: reserved bytes; avoid reading or writing
62 * @reserved4: reserved bytes; avoid reading or writing
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mes.c301 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_create_process()
355 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_destroy_process()
439 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_add_gang()
489 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_remove_gang()
529 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_suspend()
558 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_resume()
656 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_add_hw_queue()
761 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_remove_hw_queue()
991 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_add_ring()
/Linux-v6.1/Documentation/core-api/
Ddma-attributes.rst31 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-v6.1/include/drm/
Ddrm_atomic.h127 * useful to throttle updates and avoid hardware updates getting ahead
268 * properly ordered to avoid a use-after-free issue.
761 (void)(connector) /* Only to avoid unused-but-set-variable warning */, \
783 (void)(connector) /* Only to avoid unused-but-set-variable warning */, \
804 (void)(connector) /* Only to avoid unused-but-set-variable warning */, \
806 (void)(new_connector_state) /* Only to avoid unused-but-set-variable warning */, 1))
826 (void)(crtc) /* Only to avoid unused-but-set-variable warning */, \
828 (void)(old_crtc_state) /* Only to avoid unused-but-set-variable warning */, \
830 (void)(new_crtc_state) /* Only to avoid unused-but-set-variable warning */, 1))
849 (void)(crtc) /* Only to avoid unused-but-set-variable warning */, \
[all …]
/Linux-v6.1/kernel/kcsan/
Dcore.c70 * will avoid:
98 * Add NUM_SLOTS-1 entries to account for overflow; this helps avoid having to
105 * per-CPU counter to avoid excessive contention.
201 * In interrupts, use raw_cpu_ptr to avoid unnecessary checks, that would in get_ctx()
283 * via reset_kcsan_skip() to avoid underflow. in should_watch()
416 * To avoid nested interrupts or scheduler (which share kcsan_ctx) in set_reorder_access()
459 * possible -- avoid unneccessarily complex code until consumed. in kcsan_found_watchpoint()
466 * The access_mask check relies on value-change comparison. To avoid in kcsan_found_watchpoint()
487 * avoid erroneously triggering reports if the context is disabled. in kcsan_found_watchpoint()
531 * Always reset kcsan_skip counter in slow-path to avoid underflow; see in kcsan_setup_watchpoint()
[all …]
/Linux-v6.1/Documentation/process/
Dmanagement-style.rst9 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-v6.1/Documentation/hwmon/
Dsubmitting-patches.rst77 * 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-v6.1/arch/ia64/include/asm/
Dtypes.h7 * avoid naming clashes.
23 * These aren't exported outside the kernel to avoid name space clashes
/Linux-v6.1/Documentation/timers/
Dno_hz.rst77 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.
187 Avoid this by offloading RCU callback processing to "rcuo" kthreads
295 OS jitter due to global TLB shootdowns is to avoid the unmapping
/Linux-v6.1/include/scsi/
Dsrp.h106 * 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
/Linux-v6.1/kernel/printk/
Dprintk_safe.c32 /* Allow to pass printk() to kdb but avoid a recursion. */ in vprintk()
38 * Use the main logbuf even in NMI. But avoid calling console in vprintk()
/Linux-v6.1/drivers/infiniband/core/
Dcgroup.c14 * exposing rdma device to user space applications to avoid
30 * for this device to avoid any leak in accounting.

12345678910>>...170