Home
last modified time | relevance | path

Searched full:optimize (Results 1 – 25 of 608) sorted by relevance

12345678910>>...25

/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dtest_rdonly_maps.c28 /* prevent compiler to optimize everything out */ in skip_loop()
47 /* prevent compiler to optimize everything out */ in part_loop()
66 /* prevent compiler to optimize everything out */ in full_loop()
Dlinked_vars1.c46 * will optimize them out in BPF_PROG()
Dlinked_vars2.c46 * will optimize them out in BPF_PROG()
/linux-6.14.4/arch/s390/kernel/
DMakefile35 CFLAGS_stacktrace.o += -fno-optimize-sibling-calls
36 CFLAGS_dumpstack.o += -fno-optimize-sibling-calls
37 CFLAGS_unwind_bc.o += -fno-optimize-sibling-calls
/linux-6.14.4/Documentation/driver-api/mmc/
Dmmc-async-req.rst63 Optimize for the first request
70 request. The host driver may optimize for this scenario to minimize
71 the performance loss. A way to optimize for this is to split the current
/linux-6.14.4/arch/powerpc/kernel/
Doptprobes.c44 * Check if we can optimize this probe. Returns NIP post-emulation if this can
66 * FIXME: Optimize kprobes placed in module addresses. in can_optimize()
191 /* We can optimize this via patch_instruction_window later */ in arch_prepare_optimized_kprobe()
/linux-6.14.4/include/linux/
Dstatic_call.h109 * Just like how DEFINE_STATIC_CALL_NULL() / static_call_cond() optimize the
111 * __static_call_return0 optimize the do nothing return 0 function.
323 * Sadly current GCC/Clang (10 for both) do not optimize this properly
/linux-6.14.4/mm/kfence/
DMakefile5 CFLAGS_kfence_test.o := -fno-omit-frame-pointer -fno-optimize-sibling-calls
/linux-6.14.4/fs/hfs/
Dbnode.c45 // optimize later... in hfs_bnode_read_u16()
53 // optimize later... in hfs_bnode_read_u8()
93 // optimize later... in hfs_bnode_write_u16()
99 // optimize later... in hfs_bnode_write_u8()
/linux-6.14.4/Documentation/admin-guide/mm/damon/
Dindex.rst9 optimize those.
/linux-6.14.4/include/asm-generic/
Dlocal64.h60 * in interrupt, etc. Some archs can optimize this case well. */
99 * in interrupt, etc. Some archs can optimize this case well. */
Daccess_ok.h21 * 'size' is a compile-time constant for most callers, so optimize for
/linux-6.14.4/Documentation/dev-tools/
Dpropeller.rst9 to optimize binary executables. Like AutoFDO, it utilizes hardware
12 is then used right before linking phase to optimize (among others)
/linux-6.14.4/tools/include/nolibc/
Dstdlib.h198 * in a way to optimize the code size and avoid any divide that could add a
238 * The function is constructed in a way to optimize the code size and avoid
329 * trailing zero) is returned. The function is constructed in a way to optimize
373 * trailing zero) is returned. The function is constructed in a way to optimize
Dcompiler.h19 # define __nolibc_entrypoint __attribute__((optimize("Os", "omit-frame-pointer")))
/linux-6.14.4/Documentation/admin-guide/pm/
Dintel_uncore_frequency_scaling.rst16 on the workload characteristics. To optimize the total power and improve overall
122 optimize trade-off between latency and power consumption. For some
/linux-6.14.4/arch/x86/kernel/
Dprocess.h10 * This needs to be inline to optimize for the common case where no extra
/linux-6.14.4/arch/arm/lib/
Dxor-neon.c25 #pragma GCC optimize "tree-vectorize"
/linux-6.14.4/arch/s390/lib/
DMakefile19 CFLAGS_test_unwind.o += -fno-optimize-sibling-calls
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
Ddml_top.c237 * Phase 3: Optimize for Pstate in dml2_build_mode_programming()
256 * Phase 4: Optimize for Vmin in dml2_build_mode_programming()
284 * Phase 5: Optimize for Stutter in dml2_build_mode_programming()
/linux-6.14.4/drivers/dma/
Didma64.h64 #define IDMA64C_CFGL_DST_OPT_BL (1 << 20) /* optimize dst burst length */
65 #define IDMA64C_CFGL_SRC_OPT_BL (1 << 21) /* optimize src burst length */
/linux-6.14.4/scripts/
DMakefile.kcsan12 kcsan-cflags := -fsanitize=thread -fno-optimize-sibling-calls \
/linux-6.14.4/arch/mips/include/asm/
Dvga.h28 * In other cases, we can optimize by using native byte ordering and
/linux-6.14.4/arch/riscv/include/asm/vendor_extensions/
Dthead.h33 * encoding as the standard vse8.v and vle8.v, compilers seem to optimize
/linux-6.14.4/Documentation/userspace-api/media/v4l/
Dstreaming-par.rst10 Streaming parameters are intended to optimize the video capture process

12345678910>>...25