Home
last modified time | relevance | path

Searched refs:optimize (Results 1 – 25 of 94) sorted by relevance

1234

/linux-6.15/arch/s390/kernel/
H A 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.15/mm/kfence/
H A DMakefile5 CFLAGS_kfence_test.o := -fno-omit-frame-pointer -fno-optimize-sibling-calls
/linux-6.15/arch/arm/lib/
H A Dxor-neon.c25 #pragma GCC optimize "tree-vectorize"
/linux-6.15/tools/include/nolibc/
H A Dcompiler.h19 # define __nolibc_entrypoint __attribute__((optimize("Os", "omit-frame-pointer")))
/linux-6.15/Documentation/admin-guide/mm/damon/
H A Dindex.rst9 optimize those.
/linux-6.15/scripts/
H A DMakefile.kcsan12 kcsan-cflags := -fsanitize=thread -fno-optimize-sibling-calls \
/linux-6.15/arch/nios2/
H A DMakefile35 KBUILD_CFLAGS += -fno-optimize-sibling-calls
/linux-6.15/arch/s390/lib/
H A DMakefile19 CFLAGS_test_unwind.o += -fno-optimize-sibling-calls
/linux-6.15/Documentation/driver-api/mmc/
H A Dmmc-async-req.rst70 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.15/Documentation/devicetree/bindings/leds/backlight/
H A Dmps,mp3309c.yaml14 programmable switching frequency to optimize efficiency.
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dstreaming-par.rst10 Streaming parameters are intended to optimize the video capture process
/linux-6.15/lib/zstd/common/
H A Dcompiler.h129 # define DONT_VECTORIZE __attribute__((optimize("no-tree-vectorize")))
/linux-6.15/Documentation/dev-tools/
H A 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.15/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c1092 unsigned int optimize = 0, argc; in alua_set_params() local
1102 if ((sscanf(p, "%u", &optimize) != 1) || (optimize > 1)) in alua_set_params()
1112 if (optimize) in alua_set_params()
/linux-6.15/Documentation/devicetree/bindings/interconnect/
H A Dmediatek,cci.yaml16 hardware. It can also optimize the voltage to reduce the power consumption.
/linux-6.15/Documentation/devicetree/bindings/iio/frequency/
H A Dadi,admv1014.yaml89 Turn on bits to optimize P1dB.
/linux-6.15/arch/s390/
H A DMakefile72 cflags-$(CONFIG_FRAME_POINTER) += -fno-optimize-sibling-calls
/linux-6.15/Documentation/admin-guide/pm/
H A 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.15/tools/perf/Documentation/
H A Dcpu-and-latency-overheads.txt21 While the latency overhead is: 'foo' - 90%, 'bar' - 10%. If we try to optimize
/linux-6.15/Documentation/kernel-hacking/
H A Dfalse-sharing.rst88 and optimize accordingly.
137 unnecessary to hyper-optimize every rarely used data structure or
/linux-6.15/Documentation/core-api/
H A Dfloating-point.rst19 use FP registers to optimize inlined ``memcpy`` or variable assignment, as
/linux-6.15/tools/perf/tests/
H A DBuild77 CFLAGS_dwarf-unwind.o += -fno-optimize-sibling-calls
/linux-6.15/arch/arc/kernel/
H A Dentry-arcv2.S141 ; TBD: optimize - do this only if a callee reg was involved
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Daspeed,ast2600-pinctrl.yaml23 (RMIIXRCLKO) is not required on the management controller side. To optimize
/linux-6.15/Documentation/networking/
H A Dnet_dim.rst20 interrupt moderation configuration of a channel in order to optimize packet
54 compared. Here the algorithm tries to optimize for lower interrupt rate so an

1234