Home
last modified time | relevance | path

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

12345678910>>...98

/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.c36 * Increase inactive period to 250 to avoid bouncing
54 * Increase inactive period to 250 to avoid bouncing
71 * Increase inactive period to 250 to avoid bouncing
89 * Increase inactive period to 250 to avoid bouncing
104 * Increase inactive period to 250 to avoid bouncing
125 * Increase inactive period to 250 to avoid bouncing
144 * 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/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/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/arch/riscv/
H A DKconfig.errata11 Otherwise, please say "N" here to avoid unnecessary overhead.
32 Otherwise, please say "N" here to avoid unnecessary overhead.
55 Otherwise, please say "N" here to avoid unnecessary overhead.
107 Otherwise, please say "N" here to avoid unnecessary overhead.
/linux/tools/testing/selftests/drivers/net/
H A DREADME.rst119 Using persistent SSH connections is strongly encouraged to avoid
209 Avoid libraries and frameworks
217 Avoid mixing test code and boilerplate
220 In Python, try to avoid adding code in the ``main()`` function which
234 Avoid modifying remote
237 Avoid making configuration changes to the remote system as much as possible.
251 Use ``ksft_pr()`` instead of ``print()`` to avoid breaking TAP format.
297 The code should be clean, avoid disabling pylint warnings explicitly!
/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/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.
/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/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/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/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()
/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/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/include/uapi/asm-generic/
H A Dstatfs.h39 * ARM needs to avoid the 32-bit padding at the end, for consistency
62 * IA64 and x86_64 need to avoid the 32-bit padding at the end,
/linux/tools/testing/selftests/net/bench/page_pool/
H A Dbench_page_pool_simple.c56 barrier(); /* avoid compiler to optimize this loop */ in time_bench_for_loop()
74 barrier(); /* avoid compiler to optimize this loop */ in time_bench_atomic_inc()
98 barrier(); /* avoid compiler to optimize this loop */ in time_bench_lock()
166 barrier(); /* avoid compiler to optimize this loop */ in time_bench_page_pool()
/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/platform/x86/
H A Ddual_accel_detect.h8 * The firmware may use this to disable the kbd and touchpad to avoid spurious input in
13 * code in this file to disable SW_TABLET_MODE reporting to avoid reporting broken info
/linux/Documentation/ABI/testing/
H A Dsysfs-class-bdi68 situations where we want to avoid one device taking all or
81 of 1 million. This is useful in situations where we want to avoid
109 situations where we want to avoid one device taking all or
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_cbs.c26 /* Avoid using zero rate */ in lan966x_cbs_add()
30 /* Avoid using zero burst */ in lan966x_cbs_add()

12345678910>>...98