Home
last modified time | relevance | path

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

12345678910>>...23

/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()
83 else if (!strcmp(options[i], "optimize")) in pcap_setup()
84 init->optimize = 1; in pcap_setup()
86 init->optimize = 0; in pcap_setup()
Dpcap_user.h11 int optimize; member
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_rdonly_maps.c27 /* prevent compiler to optimize everything out */ in skip_loop()
46 /* prevent compiler to optimize everything out */ in part_loop()
65 /* 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-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/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-v6.1/tools/include/nolibc/
Dstdlib.h179 * in a way to optimize the code size and avoid any divide that could add a
219 * The function is constructed in a way to optimize the code size and avoid
310 * trailing zero) is returned. The function is constructed in a way to optimize
354 * trailing zero) is returned. The function is constructed in a way to optimize
/Linux-v6.1/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-v6.1/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.
315 * Sadly current GCC/Clang (10 for both) do not optimize this properly
/Linux-v6.1/mm/kfence/
DMakefile5 CFLAGS_kfence_test.o := -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
/Linux-v6.1/fs/hfs/
Dbnode.c45 // optimize later... in hfs_bnode_read_u16()
53 // optimize later... in hfs_bnode_read_u8()
87 // optimize later... in hfs_bnode_write_u16()
93 // optimize later... in hfs_bnode_write_u8()
/Linux-v6.1/Documentation/admin-guide/mm/damon/
Dindex.rst9 optimize those.
/Linux-v6.1/include/asm-generic/
Dlocal64.h51 * in interrupt, etc. Some archs can optimize this case well. */
89 * 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-v6.1/arch/powerpc/mm/nohash/
Dtlb_low_64e.S194 /* Mask out SW and UW if !DIRTY (XXX optimize this !) */
485 /* Mask out SW and UW if !DIRTY (XXX optimize this !) */
527 * We could probably also optimize by not saving SRR0/1 in the
602 * not re-enter. We could indeed optimize and also not save SRR0/1
706 /* Mask out SW and UW if !DIRTY (XXX optimize this !) */
762 * so we could probably optimize things a bit
910 * We could probably also optimize by not saving SRR0/1 in the
953 * not re-enter. We could indeed optimize and also not save SRR0/1
/Linux-v6.1/arch/s390/lib/
DMakefile18 CFLAGS_test_unwind.o += -fno-optimize-sibling-calls
/Linux-v6.1/lib/zstd/common/
Dcompiler.h121 # define DONT_VECTORIZE __attribute__((optimize("no-tree-vectorize")))
123 # define DONT_VECTORIZE _Pragma("GCC optimize(\"no-tree-vectorize\")")
/Linux-v6.1/arch/x86/kernel/
Dprocess.h10 * This needs to be inline to optimize for the common case where no extra
/Linux-v6.1/arch/arm/lib/
Dxor-neon.c24 #pragma GCC optimize "tree-vectorize"
/Linux-v6.1/scripts/
DMakefile.kcsan12 kcsan-cflags := -fsanitize=thread -fno-optimize-sibling-calls \
/Linux-v6.1/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-v6.1/Documentation/userspace-api/media/v4l/
Dstreaming-par.rst10 Streaming parameters are intended to optimize the video capture process
/Linux-v6.1/arch/powerpc/include/asm/book3s/64/
Dpgtable-64k.h11 * Defined in such a way that we can optimize away code block at build time
/Linux-v6.1/arch/powerpc/include/asm/
Dvga.h23 * In other cases, we can optimize by using native byte ordering and

12345678910>>...23