Home
last modified time | relevance | path

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

12345678910>>...15

/linux/tools/testing/selftests/bpf/progs/
H A 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()
H A Dlinked_vars1.c46 * will optimize them out in BPF_PROG()
H A Dlinked_vars2.c46 * will optimize them out in BPF_PROG()
/linux/tools/testing/selftests/net/bench/page_pool/
H A Dbench_page_pool_simple.c56 barrier(); /* avoid compiler to optimize this loop */ in time_bench_for_loop()
74 barrier(); /* avoid compiler to optimize this loop */ in time_bench_atomic_inc()
98 barrier(); /* avoid compiler to optimize this loop */ in time_bench_lock()
166 barrier(); /* avoid compiler to optimize this loop */ in time_bench_page_pool()
169 * Compiler should inline optimize other function calls out in time_bench_page_pool()
/linux/fs/nfsd/
H A Dnfs4xdr_gen.c41 /* Compiler may optimize to a range check for dense enums */ in xdrgen_decode_nfsstat4()
305 /* Compiler may optimize to a range check for dense enums */ in xdrgen_decode_open_args_share_access4()
325 /* Compiler may optimize to a range check for dense enums */ in xdrgen_decode_open_args_share_deny4()
346 /* Compiler may optimize to a range check for dense enums */ in xdrgen_decode_open_args_share_access_want4()
370 /* Compiler may optimize to a range check for dense enums */ in xdrgen_decode_open_args_open_claim4()
394 /* Compiler may optimize to a range check for dense enums */ in xdrgen_decode_open_args_createmode4()
442 /* Compiler may optimize to a range check for dense enums */ in xdrgen_decode_open_delegation_type4()
465 /* Compiler may optimize to a range check for dense enums */ in xdrgen_decode_aclmodel4()
485 /* Compiler may optimize to a range check for dense enums */ in xdrgen_decode_aclscope4()
505 /* Compiler may optimize to a range check for dense enums */ in xdrgen_decode_posixacetag4()
[all …]
/linux/Documentation/driver-api/mmc/
H A 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/include/linux/
H A 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/tools/testing/selftests/riscv/cfi/
H A Dcfitests.c16 /* do not optimize cfi related test functions */
18 #pragma GCC optimize("O0")
/linux/include/asm-generic/
H A Dlocal64.h60 * in interrupt, etc. Some archs can optimize this case well. */
99 * in interrupt, etc. Some archs can optimize this case well. */
H A Daccess_ok.h21 * 'size' is a compile-time constant for most callers, so optimize for
/linux/tools/include/nolibc/
H A Dstdlib.h
H A Dcompiler.h28 # define __nolibc_entrypoint __attribute__((optimize("Os", "omit-frame-pointer")))
/linux/fs/hfs/
H A Dbnode.c61 // optimize later... in hfs_bnode_read_u16()
69 // optimize later... in hfs_bnode_read_u8()
123 // optimize later... in hfs_bnode_write_u16()
129 // optimize later... in hfs_bnode_write_u8()
/linux/arch/x86/kernel/
H A Dprocess.h10 * This needs to be inline to optimize for the common case where no extra
/linux/drivers/dma/
H A 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/scripts/
H A DMakefile.kcsan12 kcsan-cflags := -fsanitize=thread -fno-optimize-sibling-calls \
/linux/Documentation/userspace-api/media/v4l/
H A Dstreaming-par.rst10 Streaming parameters are intended to optimize the video capture process
/linux/arch/riscv/include/asm/vendor_extensions/
H A Dthead.h33 * encoding as the standard vse8.v and vle8.v, compilers seem to optimize
/linux/Documentation/devicetree/bindings/leds/backlight/
H A Dmps,mp3309c.yaml14 programmable switching frequency to optimize efficiency.
/linux/rust/kernel/
H A Dbits.rs30 // Always inline to optimize out error path of `build_assert`.
79 // Always inline to optimize out error path of `build_assert`.
/linux/tools/memory-model/Documentation/
H A 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/arch/arc/include/asm/
H A Dcacheflush.h41 /* TBD: optimize this */
/linux/arch/powerpc/include/asm/
H A Ddelay.h51 * gcc will optimize out the if-statement if @delay is a constant.
/linux/arch/nios2/
H A DMakefile35 KBUILD_CFLAGS += -fno-optimize-sibling-calls
/linux/sound/soc/intel/common/
H A Dsoc-intel-quirks.h30 * SOF drivers. We rely on the compiler to optimize this out in files in soc_intel_is_byt_cr()

12345678910>>...15