Home
last modified time | relevance | path

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

12345678910>>...107

/linux/arch/arm/boot/compressed/
H A 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/drivers/gpu/drm/msm/adreno/
H A Da5xx_catalog.c35 * 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/Documentation/userspace-api/media/rc/
H A 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/arch/arm/kernel/
H A 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/Documentation/dev-tools/kunit/
H A 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
191 KUnit tests are often compiled as a separate module. To avoid conflicting
/linux/arch/alpha/lib/
H A Dmemcpy.c67 * 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/Documentation/driver-api/firmware/
H A 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/Documentation/virt/
H A 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/drivers/net/ipa/
H A Dipa_uc.c47 * @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/include/linux/
H A 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.
H A 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/kernel/kcsan/
H A Dcore.c72 * 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/include/drm/
H A Ddrm_atomic.h127 * 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/arch/x86/include/asm/
H A Dkmsan.h50 * 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/Documentation/timers/
H A 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.
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/Documentation/process/
H A 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/Documentation/core-api/
H A 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/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mes.c282 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_create_process()
324 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_destroy_process()
406 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_add_gang()
456 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_remove_gang()
499 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_suspend()
523 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_resume()
627 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_add_hw_queue()
731 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_remove_hw_queue()
780 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_reset_hw_queue()
1150 * Avoid taking any other locks under MES lock to avoid circular in amdgpu_mes_add_ring()
/linux/Documentation/hwmon/
H A 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/include/scsi/
H A 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/arch/m68k/include/asm/
H A Dio_mm.h5 * 4/1/00 RZ: - rewritten to avoid clashes between ISA/PCI and other
138 default: return NULL; /* avoid warnings, just in case */ in isa_itb()
154 default: return NULL; /* avoid warnings, just in case */ in isa_itw()
164 default: return 0; /* avoid warnings, just in case */ in isa_itl()
180 default: return NULL; /* avoid warnings, just in case */ in isa_mtb()
196 default: return NULL; /* avoid warnings, just in case */ in isa_mtw()
260 default: break; /* avoid warnings */ in isa_delay()
/linux/drivers/gpu/drm/vkms/
H A Dvkms_composer.c193 * This function is mainly a safety net to avoid reading outside the source buffer. As the
220 * Clamp the coordinates to avoid reading outside the buffer in clamp_line_coordinates()
222 * This is mainly a security check to avoid reading outside the buffer, the userspace in clamp_line_coordinates()
267 /* Avoid rendering useless lines */ in blend_line()
284 * [1]: Clamping src_line to the crtc_x_limit to avoid writing outside of in blend_line()
322 /* Nothing to read, so avoid multiple function calls */ in blend_line()
382 * The planes are composed line-by-line to avoid heavy memory usage. It is a necessary in blend()
383 * complexity to avoid poor blending performance. in blend()
/linux/arch/arm/mach-mvebu/
H A Dcoherency_ll.S83 * and avoid it being modified by the branch and link
108 * and avoid it being modified by the branch and link
135 * and avoid it being modified by the branch and link
/linux/drivers/infiniband/core/
H A Dcgroup.c14 * exposing rdma device to user space applications to avoid
30 * for this device to avoid any leak in accounting.
/linux/include/trace/events/
H A Dinitcall.h35 * Use field_struct to avoid is_signed_type()
56 * Use field_struct to avoid is_signed_type()

12345678910>>...107