/linux-4.4.14/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-4.4.14/arch/s390/kernel/ |
D | Makefile | 21 CFLAGS_stacktrace.o += -fno-optimize-sibling-calls 22 CFLAGS_dumpstack.o += -fno-optimize-sibling-calls
|
/linux-4.4.14/arch/arm/lib/ |
D | xor-neon.c | 26 #pragma GCC optimize "tree-vectorize"
|
/linux-4.4.14/arch/nios2/ |
D | Makefile | 31 KBUILD_CFLAGS += -fno-optimize-sibling-calls
|
/linux-4.4.14/arch/tile/lib/ |
D | cacheflush.c | 39 void __attribute__((optimize("omit-frame-pointer")))
|
D | memcpy_64.c | 57 int __attribute__((optimize("omit-frame-pointer"))) in memcpy()
|
/linux-4.4.14/drivers/power/avs/ |
D | Kconfig | 5 operating voltage of a device in order to optimize (i.e. reduce)
|
/linux-4.4.14/drivers/scsi/device_handler/ |
D | scsi_dh_alua.c | 706 unsigned int optimize = 0, argc; in alua_set_params() local 715 if ((sscanf(p, "%u", &optimize) != 1) || (optimize > 1)) in alua_set_params() 718 if (optimize) in alua_set_params()
|
/linux-4.4.14/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-4.4.14/arch/s390/ |
D | Makefile | 55 cflags-$(CONFIG_FRAME_POINTER) += -fno-optimize-sibling-calls
|
/linux-4.4.14/tools/perf/tests/ |
D | Build | 58 CFLAGS_dwarf-unwind.o += -fno-optimize-sibling-calls
|
/linux-4.4.14/arch/ia64/ |
D | Makefile | 30 -falign-functions=32 -frename-registers -fno-optimize-sibling-calls
|
D | Kconfig | 196 Selecting this option will optimize the kernel for use on sn2 based 208 Selecting this option will optimize the kernel for use on UV based
|
/linux-4.4.14/Documentation/timers/ |
D | timer_stats.txt | 12 wakeups, which should be avoided to optimize power consumption.
|
/linux-4.4.14/arch/score/lib/ |
D | checksum.S | 127 .set optimize define
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry-arcv2.S | 128 ; TBD: optimize - do this only if a callee reg was involved
|
D | entry-compact.S | 308 ; TBD: optimize - do this only if a callee reg was involved
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | TODO | 31 g) Better optimize open (and pathbased setfilesize) to reduce the
|
/linux-4.4.14/drivers/cpufreq/ |
D | Kconfig.arm | 253 processor to flexibly optimize for power and
|
/linux-4.4.14/arch/arm/ |
D | Makefile | 125 CFLAGS_MODULE +=-fno-optimize-sibling-calls
|
D | Kconfig | 1593 -fno-optimize-sibling-calls to gcc should prevent gcc generating
|
/linux-4.4.14/Documentation/networking/ |
D | fib_trie.txt | 76 it is run to optimize and reorganize. It will walk the trie upwards
|
D | can.txt | 180 To optimize the CPU usage at runtime the receive lists are split up
|
D | bonding.txt | 2437 Multiple switches may be utilized to optimize for throughput
|
/linux-4.4.14/arch/microblaze/ |
D | Kconfig | 142 work if they are set incorrectly, but can be used to optimize certain
|
/linux-4.4.14/Documentation/networking/caif/ |
D | spi_porting.txt | 83 In order to optimize throughput, a number of SPI padding options are provided.
|
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.h | 538 u8 optimize; member
|
D | Kconfig | 1161 Because the device is intelligent, it can optimize its operations
|
D | ncr53c8xx.c | 750 driver_setup.optimize = val; in sym53c8xx__setup()
|
/linux-4.4.14/Documentation/crypto/ |
D | async-tx-api.txt | 30 that is written to the API can optimize for asynchronous operation and
|
/linux-4.4.14/Documentation/ |
D | kref.txt | 123 There are some situations where you can optimize the gets and puts.
|
D | atomic_ops.txt | 95 that might otherwise optimize accesses out of existence on the one hand, 561 but most platforms will wish to optimize this in assembler.
|
D | this_cpu_ops.txt | 37 The main use of the this_cpu operations has been to optimize counter
|
D | kprobes.txt | 179 address. So, even if it's not possible to optimize this particular 227 optimizing list, and kicks the kprobe-optimizer workqueue to optimize
|
D | memory-barriers.txt | 633 to optimize the original example by eliminating the "if" statement 810 to optimize the conditional away, it will have also optimized 1372 the same variable. Such merging can cause the compiler to "optimize" 1394 therefore optimize the variable 'tmp' out of our previous example: 1423 the value of variable 'a' is always zero, it can optimize this code: 1450 to MAX will always be zero, again allowing the compiler to optimize
|
D | CodingStyle | 409 - saves the compiler work to optimize redundant code away ;) 762 constantness you *know* the compiler will be able to optimize most of your
|
D | dma-buf-sharing.txt | 267 direction can be used by the exporter to optimize the cache flushing, i.e.
|
D | DMA-API-HOWTO.txt | 359 and for which hardware can optimize for sequential accesses.
|
D | kernel-parameters.txt | 1542 With this option iommu will not optimize to look
|
/linux-4.4.14/Documentation/scsi/ |
D | FlashPoint.txt | 49 enhance CPU utilization, optimize I/O performance, and ensure data security
|
D | BusLogic.txt | 140 addition, BusLogic's Strict Round Robin Mode is used to optimize host adapter
|
D | ChangeLog.sym53c8xx | 106 Remove unused options that claimed to optimize for the 896.
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 229 exe_q_optimize optimize; member
|
D | bnx2x_sp.c | 54 exe_q_optimize optimize, in bnx2x_exe_queue_init() argument 71 o->optimize = optimize; in bnx2x_exe_queue_init() 122 rc = o->optimize(bp, o->owner, elem); in bnx2x_exe_queue_add()
|
/linux-4.4.14/arch/ |
D | Kconfig | 95 optimize on top of function tracing.
|
/linux-4.4.14/arch/sparc/lib/ |
D | checksum_32.S | 440 addx %g5, %g0, %g5 ! I am now to lazy to optimize this (question it
|
/linux-4.4.14/Documentation/vm/ |
D | cleancache.txt | 129 optimize RAM utilization. And when guest OS's are induced to surrender
|
D | frontswap.txt | 109 optimize RAM utilization. And when guest OS's are induced to surrender
|
/linux-4.4.14/ |
D | Makefile | 692 KBUILD_CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
|
/linux-4.4.14/Documentation/filesystems/ |
D | path-lookup.txt | 13 web servers, it is important to optimize this code.
|
D | proc.txt | 1399 kernel. Be very careful when attempting this. You can optimize your system,
|
/linux-4.4.14/drivers/regulator/ |
D | Kconfig | 627 device specific optimized bias to allow/optimize functionality.
|
/linux-4.4.14/Documentation/development-process/ |
D | 4.Coding | 105 optimize out the call to the empty function. The result is far cleaner
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 13140 bne.b ftst_not_norm # optimize on non-norm input 13338 bne.b fintrz_not_norm # optimize on non-norm input 13463 bne.w fabs_not_norm # optimize on non-norm input 13762 bne.b fcmp_not_norm # optimize on non-norm input 13967 bne.w fsglmul_not_norm # optimize on non-norm input 14308 bne.w fsgldiv_not_norm # optimize on non-norm input 14655 bne.w fadd_not_norm # optimize on non-norm input 15108 bne.w fsub_not_norm # optimize on non-norm input
|
/linux-4.4.14/Documentation/mtd/ |
D | nand_ecc.txt | 644 further there is still room to optimize the generation of the ecc codes.
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig | 874 work if they are set incorrectly, but can be used to optimize certain
|
/linux-4.4.14/Documentation/gpio/ |
D | gpio-legacy.txt | 186 Platform-specific implementations are encouraged to optimize the two
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex-design.txt | 353 The use of rt_mutex_cmpxchg with the flags in the owner field help optimize
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 791 * XXX Can we optimize this for PCI writes only???
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 487 order find ways to optimize the allocator. This should never be
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1761 promiscuous mode. 'optimize' and 'nooptimize' control whether the pcap
|