Searched full:optimize (Results 1 – 25 of 568) sorted by relevance
12345678910>>...23
14 int optimize; member28 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()
11 int optimize; member
27 /* 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()
46 * will optimize them out in BPF_PROG()
32 CFLAGS_stacktrace.o += -fno-optimize-sibling-calls33 CFLAGS_dumpstack.o += -fno-optimize-sibling-calls34 CFLAGS_unwind_bc.o += -fno-optimize-sibling-calls
63 Optimize for the first request70 request. The host driver may optimize for this scenario to minimize71 the performance loss. A way to optimize for this is to split the current
179 * in a way to optimize the code size and avoid any divide that could add a219 * The function is constructed in a way to optimize the code size and avoid310 * trailing zero) is returned. The function is constructed in a way to optimize354 * trailing zero) is returned. The function is constructed in a way to optimize
44 * Check if we can optimize this probe. Returns NIP post-emulation if this can66 * 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()
109 * Just like how DEFINE_STATIC_CALL_NULL() / static_call_cond() optimize the111 * __static_call_return0 optimize the do nothing return 0 function.315 * Sadly current GCC/Clang (10 for both) do not optimize this properly
5 CFLAGS_kfence_test.o := -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
45 // 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()
9 optimize those.
51 * in interrupt, etc. Some archs can optimize this case well. */89 * in interrupt, etc. Some archs can optimize this case well. */
21 * 'size' is a compile-time constant for most callers, so optimize for
194 /* 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 the602 * not re-enter. We could indeed optimize and also not save SRR0/1706 /* Mask out SW and UW if !DIRTY (XXX optimize this !) */762 * so we could probably optimize things a bit910 * We could probably also optimize by not saving SRR0/1 in the953 * not re-enter. We could indeed optimize and also not save SRR0/1
18 CFLAGS_test_unwind.o += -fno-optimize-sibling-calls
121 # define DONT_VECTORIZE __attribute__((optimize("no-tree-vectorize")))123 # define DONT_VECTORIZE _Pragma("GCC optimize(\"no-tree-vectorize\")")
10 * This needs to be inline to optimize for the common case where no extra
24 #pragma GCC optimize "tree-vectorize"
12 kcsan-cflags := -fsanitize=thread -fno-optimize-sibling-calls \
64 #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 */
10 Streaming parameters are intended to optimize the video capture process
11 * Defined in such a way that we can optimize away code block at build time
23 * In other cases, we can optimize by using native byte ordering and