Searched refs:optimize (Results 1 – 25 of 88) sorted by relevance
1234
/linux-6.14.4/arch/s390/kernel/ |
D | Makefile | 35 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/mm/kfence/ |
D | Makefile | 5 CFLAGS_kfence_test.o := -fno-omit-frame-pointer -fno-optimize-sibling-calls
|
/linux-6.14.4/arch/arm/lib/ |
D | xor-neon.c | 25 #pragma GCC optimize "tree-vectorize"
|
/linux-6.14.4/tools/include/nolibc/ |
D | compiler.h | 19 # define __nolibc_entrypoint __attribute__((optimize("Os", "omit-frame-pointer")))
|
/linux-6.14.4/Documentation/admin-guide/mm/damon/ |
D | index.rst | 9 optimize those.
|
/linux-6.14.4/scripts/ |
D | Makefile.kcsan | 12 kcsan-cflags := -fsanitize=thread -fno-optimize-sibling-calls \
|
/linux-6.14.4/arch/nios2/ |
D | Makefile | 35 KBUILD_CFLAGS += -fno-optimize-sibling-calls
|
/linux-6.14.4/arch/s390/lib/ |
D | Makefile | 19 CFLAGS_test_unwind.o += -fno-optimize-sibling-calls
|
/linux-6.14.4/lib/zstd/common/ |
D | compiler.h | 112 # define DONT_VECTORIZE __attribute__((optimize("no-tree-vectorize")))
|
/linux-6.14.4/Documentation/driver-api/mmc/ |
D | mmc-async-req.rst | 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/Documentation/userspace-api/media/v4l/ |
D | streaming-par.rst | 10 Streaming parameters are intended to optimize the video capture process
|
D | userp.rst | 112 a buffer will be soon enqueued again. On the other hand, to optimize
|
/linux-6.14.4/Documentation/dev-tools/ |
D | propeller.rst | 9 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/drivers/scsi/device_handler/ |
D | scsi_dh_alua.c | 1092 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.14.4/Documentation/admin-guide/pm/ |
D | intel_uncore_frequency_scaling.rst | 16 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/s390/ |
D | Makefile | 70 cflags-$(CONFIG_FRAME_POINTER) += -fno-optimize-sibling-calls
|
/linux-6.14.4/Documentation/kernel-hacking/ |
D | false-sharing.rst | 88 and optimize accordingly. 137 unnecessary to hyper-optimize every rarely used data structure or
|
/linux-6.14.4/Documentation/core-api/ |
D | floating-point.rst | 19 use FP registers to optimize inlined ``memcpy`` or variable assignment, as
|
D | dma-attributes.rst | 98 optimize allocation (avoid coming up with large pages) instead of
|
/linux-6.14.4/tools/perf/tests/ |
D | Build | 77 CFLAGS_dwarf-unwind.o += -fno-optimize-sibling-calls
|
/linux-6.14.4/Documentation/networking/ |
D | net_dim.rst | 20 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
|
/linux-6.14.4/tools/memory-model/Documentation/ |
D | control-dependencies.txt | 49 "a" is always non-zero, it would be well within its rights to optimize 238 to optimize the conditional away, it will have also optimized
|
/linux-6.14.4/arch/arc/kernel/ |
D | entry-arcv2.S | 141 ; TBD: optimize - do this only if a callee reg was involved
|
/linux-6.14.4/arch/microblaze/ |
D | Kconfig | 132 work if they are set incorrectly, but can be used to optimize certain
|
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/intel/ |
D | idpf.rst | 133 helpful to optimize performance in VMs.
|
1234