Searched refs:optimize (Results 1 – 25 of 70) sorted by relevance
123
/Linux-v4.19/arch/um/drivers/ |
D | pcap_kern.c | 14 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()
|
D | pcap_user.h | 11 int optimize; member
|
D | pcap_user.c | 60 pri->filter, pri->optimize, netmask); in pcap_open()
|
/Linux-v4.19/arch/s390/kernel/ |
D | Makefile | 36 CFLAGS_stacktrace.o += -fno-optimize-sibling-calls 37 CFLAGS_dumpstack.o += -fno-optimize-sibling-calls
|
/Linux-v4.19/arch/arm/lib/ |
D | xor-neon.c | 26 #pragma GCC optimize "tree-vectorize"
|
/Linux-v4.19/arch/nios2/ |
D | Makefile | 36 KBUILD_CFLAGS += -fno-optimize-sibling-calls
|
/Linux-v4.19/drivers/power/avs/ |
D | Kconfig | 5 operating voltage of a device in order to optimize (i.e. reduce)
|
/Linux-v4.19/Documentation/mmc/ |
D | mmc-async-req.txt | 59 request. The host driver may optimize for this scenario to minimize 60 the performance loss. A way to optimize for this is to split the current
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | streaming-par.rst | 9 Streaming parameters are intended to optimize the video capture process
|
D | userp.rst | 111 a buffer will be soon enqueued again. On the other hand, to optimize
|
/Linux-v4.19/drivers/scsi/device_handler/ |
D | scsi_dh_alua.c | 965 unsigned int optimize = 0, argc; in alua_set_params() local 975 if ((sscanf(p, "%u", &optimize) != 1) || (optimize > 1)) in alua_set_params() 985 if (optimize) in alua_set_params()
|
/Linux-v4.19/arch/ia64/ |
D | Makefile | 30 -falign-functions=32 -frename-registers -fno-optimize-sibling-calls
|
D | Kconfig | 184 Selecting this option will optimize the kernel for use on sn2 based 196 Selecting this option will optimize the kernel for use on UV based
|
/Linux-v4.19/arch/s390/ |
D | Makefile | 63 cflags-$(CONFIG_FRAME_POINTER) += -fno-optimize-sibling-calls
|
/Linux-v4.19/tools/perf/tests/ |
D | Build | 87 CFLAGS_dwarf-unwind.o += -fno-optimize-sibling-calls
|
/Linux-v4.19/Documentation/networking/ |
D | net_dim.txt | 28 interrupt moderation configuration of a channel in order to optimize packet 61 compared. Here the algorithm tries to optimize for lower interrupt rate so an
|
D | fib_trie.txt | 76 it is run to optimize and reorganize. It will walk the trie upwards
|
/Linux-v4.19/arch/arc/kernel/ |
D | entry-arcv2.S | 153 ; TBD: optimize - do this only if a callee reg was involved
|
D | entry-compact.S | 294 ; TBD: optimize - do this only if a callee reg was involved
|
/Linux-v4.19/arch/x86/ |
D | Makefile | 171 …_OPTIMIZE_FOR_SIZE. Your compiler does not have -mfentry so you cannot optimize for size with CON…
|
/Linux-v4.19/Documentation/filesystems/cifs/ |
D | TODO | 25 better optimize open to reduce redundant opens (using reference counts more).
|
/Linux-v4.19/tools/memory-model/ |
D | README | 168 to optimize, but there is Linux-kernel code that uses bare C
|
/Linux-v4.19/arch/arm/ |
D | Makefile | 124 KBUILD_CFLAGS_MODULE +=-fno-optimize-sibling-calls
|
/Linux-v4.19/arch/microblaze/ |
D | Kconfig | 153 work if they are set incorrectly, but can be used to optimize certain
|
/Linux-v4.19/Documentation/networking/caif/ |
D | spi_porting.txt | 83 In order to optimize throughput, a number of SPI padding options are provided.
|
123