Home
last modified time | relevance | path

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

1234

/Linux-v6.1/arch/um/drivers/
Dpcap_kern.c14 int optimize; member
28 ppri->optimize = init->optimize; in pcap_init()
62 .optimize = 0, in pcap_setup()
84 init->optimize = 1; in pcap_setup()
86 init->optimize = 0; in pcap_setup()
Dpcap_user.h11 int optimize; member
Dpcap_user.c60 pri->filter, pri->optimize, netmask); in pcap_user_open()
/Linux-v6.1/arch/s390/kernel/
DMakefile32 CFLAGS_stacktrace.o += -fno-optimize-sibling-calls
33 CFLAGS_dumpstack.o += -fno-optimize-sibling-calls
34 CFLAGS_unwind_bc.o += -fno-optimize-sibling-calls
/Linux-v6.1/mm/kfence/
DMakefile5 CFLAGS_kfence_test.o := -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
/Linux-v6.1/arch/arm/lib/
Dxor-neon.c24 #pragma GCC optimize "tree-vectorize"
/Linux-v6.1/Documentation/admin-guide/mm/damon/
Dindex.rst9 optimize those.
/Linux-v6.1/arch/s390/lib/
DMakefile18 CFLAGS_test_unwind.o += -fno-optimize-sibling-calls
/Linux-v6.1/scripts/
DMakefile.kcsan12 kcsan-cflags := -fsanitize=thread -fno-optimize-sibling-calls \
/Linux-v6.1/arch/nios2/
DMakefile35 KBUILD_CFLAGS += -fno-optimize-sibling-calls
/Linux-v6.1/lib/zstd/common/
Dcompiler.h121 # define DONT_VECTORIZE __attribute__((optimize("no-tree-vectorize")))
/Linux-v6.1/Documentation/driver-api/mmc/
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-v6.1/arch/ia64/
DMakefile26 -falign-functions=32 -frename-registers -fno-optimize-sibling-calls
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dstreaming-par.rst10 Streaming parameters are intended to optimize the video capture process
Duserp.rst112 a buffer will be soon enqueued again. On the other hand, to optimize
/Linux-v6.1/drivers/scsi/device_handler/
Dscsi_dh_alua.c1051 unsigned int optimize = 0, argc; in alua_set_params() local
1061 if ((sscanf(p, "%u", &optimize) != 1) || (optimize > 1)) in alua_set_params()
1071 if (optimize) in alua_set_params()
/Linux-v6.1/Documentation/admin-guide/pm/
Dintel_uncore_frequency_scaling.rst16 on the workload characteristics. To optimize the total power and improve overall
/Linux-v6.1/arch/s390/
DMakefile67 cflags-$(CONFIG_FRAME_POINTER) += -fno-optimize-sibling-calls
/Linux-v6.1/Documentation/networking/
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
/Linux-v6.1/tools/perf/tests/
DBuild105 CFLAGS_dwarf-unwind.o += -fno-optimize-sibling-calls
/Linux-v6.1/arch/arc/kernel/
Dentry-arcv2.S151 ; TBD: optimize - do this only if a callee reg was involved
/Linux-v6.1/tools/memory-model/Documentation/
Dcontrol-dependencies.txt49 "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-v6.1/arch/microblaze/
DKconfig130 work if they are set incorrectly, but can be used to optimize certain
/Linux-v6.1/Documentation/core-api/
Ddma-attributes.rst98 optimize allocation (avoid coming up with large pages) instead of
/Linux-v6.1/Documentation/trace/
Dtimerlat-tracer.rst105 tracing methods to figure out how to debug and optimize the system.

1234