/linux-4.1.27/net/netfilter/ |
D | xt_limit.c | 80 if (priv->credit >= r->cost) { in limit_mt() 82 priv->credit -= r->cost; in limit_mt() 125 if (r->cost == 0) { in limit_mt_check() 127 r->cost = user2credits(r->avg); in limit_mt_check() 146 u_int32_t credit_cap, cost; member 162 .cost = cm->cost, in limit_mt_compat_from_user() 176 .cost = m->cost, in limit_mt_compat_to_user()
|
D | xt_hashlimit.c | 90 u_int32_t credit_cap, cost; member 477 dh->rateinfo.cost = user2credits_byte(hinfo->cfg.avg); in rateinfo_init() 482 dh->rateinfo.cost = user2credits(hinfo->cfg.avg); in rateinfo_init() 593 tmp = tmp * dh->rateinfo.cost; in hashlimit_byte_cost() 614 u32 cost; in hashlimit_mt() local 641 cost = hashlimit_byte_cost(skb->len, dh); in hashlimit_mt() 643 cost = dh->rateinfo.cost; in hashlimit_mt() 645 if (dh->rateinfo.credit >= cost) { in hashlimit_mt() 647 dh->rateinfo.credit -= cost; in hashlimit_mt() 807 ent->rateinfo.cost); in dl_seq_real_show() [all …]
|
/linux-4.1.27/net/bridge/netfilter/ |
D | ebt_limit.c | 45 if (info->credit >= info->cost) { in ebt_limit_mt() 47 info->credit -= info->cost; in ebt_limit_mt() 84 info->cost = user2credits(info->avg); in ebt_limit_mt_check() 97 compat_uint_t credit, credit_cap, cost; member
|
/linux-4.1.27/include/uapi/linux/netfilter_bridge/ |
D | ebt_limit.h | 21 __u32 credit_cap, cost; member
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | xt_limit.h | 20 __u32 credit_cap, cost; member
|
/linux-4.1.27/fs/cramfs/ |
D | README | 118 The cost of swabbing is changing the code to use the le32_to_cpu 137 The cost of option 1 is that kernels with a larger PAGE_CACHE_SIZE 140 The cost of option 2 relative to option 1 is that the code uses 152 cost is greater complexity. Probably not worth it, but I hope someone 157 Another cost of 2 and 3 over 1 is making mkcramfs use a different
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | insignal-boards.txt | 3 Origen low-cost evaluation board is based on Samsung's Exynos4210 SoC.
|
/linux-4.1.27/kernel/ |
D | Kconfig.preempt | 26 at the cost of slightly lower throughput. 48 system is under load, at the cost of slightly lower throughput
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | omap.txt | 106 - OMAP3 BeagleBoard : Low cost community board 115 - OMAP4 PandaBoard : Low cost community board 133 - AM335X Bone : Low cost community board
|
/linux-4.1.27/fs/f2fs/ |
D | gc.c | 277 unsigned long cost; in get_victim_by_default() local 301 cost = get_gc_cost(sbi, segno, &p); in get_victim_by_default() 303 if (p.min_cost > cost) { in get_victim_by_default() 305 p.min_cost = cost; in get_victim_by_default() 306 } else if (unlikely(cost == max_cost)) { in get_victim_by_default()
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-diolan-u2c | 15 The Diolan U2C-12 I2C-USB Adapter provides a low cost solution to connect
|
/linux-4.1.27/Documentation/vm/ |
D | overcommit-accounting | 52 SHARED or READ-only - 0 cost (the file is the map not swap) 57 PRIVATE READ-only - 0 cost (but of little use)
|
D | highmem.txt | 127 The cost of creating temporary mappings can be quite high. The arch has to
|
D | balance | 8 to incur cost overheads of page stealing and possible swap io for
|
D | transhuge.txt | 243 It is possible that the cost of copying exceeds any savings 335 split_huge_page() or split_huge_page_pmd() has a cost.
|
D | cleancache.txt | 5 many workloads in many environments at a negligible cost.
|
/linux-4.1.27/Documentation/block/ |
D | deadline-iosched.txt | 44 generally improves throughput, at the cost of latency variation. 69 that comes at basically 0 cost we leave that on. We simply disable the
|
D | cfq-iosched.txt | 51 This parameter is used to compute the cost of backward seeking. If the 53 request, then the seeking cost of two requests is considered equivalent.
|
D | data-integrity.txt | 64 generated by Linux or the application at very low cost (comparable to
|
/linux-4.1.27/Documentation/fb/ |
D | deferred_io.txt | 16 - app continues writing to that page with no additional cost. this is 25 writes to occur at minimum cost. Then after some time when hopefully things
|
/linux-4.1.27/Documentation/x86/ |
D | tlb.txt | 6 destroyed and must be refilled later, at some cost. 8 time. This could potentialy cost many more instructions, but
|
D | boot.txt | 592 There may be a considerable performance cost with an excessively
|
/linux-4.1.27/arch/metag/ |
D | Kconfig.soc | 50 raised on unaligned accesses. This feature does cost performance
|
/linux-4.1.27/drivers/staging/android/ |
D | lowmemorykiller.c | 196 module_param_named(cost, lowmem_shrinker.seeks, int, S_IRUGO | S_IWUSR);
|
/linux-4.1.27/tools/perf/util/ |
D | hist.c | 508 u64 cost; in iter_add_single_mem_entry() local 516 cost = iter->sample->weight; in iter_add_single_mem_entry() 517 if (!cost) in iter_add_single_mem_entry() 518 cost = 1; in iter_add_single_mem_entry() 528 cost, cost, 0, true); in iter_add_single_mem_entry()
|
/linux-4.1.27/drivers/mmc/card/ |
D | Kconfig | 48 a big performance gain at the cost of up to 64 KiB of
|
/linux-4.1.27/Documentation/arm/ |
D | mem_alignment | 13 a high performance cost. It better be rare.
|
D | IXP4xx | 12 in industrial control and other areas due to low cost and power
|
/linux-4.1.27/Documentation/ |
D | unaligned-memory-access.txt | 51 transparently, but there is usually a significant performance cost. 54 at significant cost to performance. 242 addresses can be very expensive and dwarf the cost of unaligned loads.
|
D | unshare.txt | 94 There is a cost associated with altering existing, well tested and 98 the benefits of this new feature can exceed its cost.
|
D | local_ops.txt | 21 counters. They minimize the performance cost of standard atomic operations by
|
D | robust-futexes.txt | 93 the cost of robust futexes is just a simple current->robust_list != NULL
|
D | remoteproc.txt | 27 cost.
|
D | workqueue.txt | 133 Keeping idle workers around doesn't cost other than the memory space
|
D | kernel-docs.txt | 299 inactive FDs cost very little in memory and CPU time to manage".
|
D | DMA-API-HOWTO.txt | 496 cost of performance for example.
|
D | kernel-parameters.txt | 2765 any pair of devices, possibly at the cost of 4017 power usage at the cost of small performance
|
/linux-4.1.27/net/bluetooth/ |
D | Kconfig | 17 Bluetooth is low-cost, low-power, short-range wireless technology.
|
/linux-4.1.27/arch/sh/ |
D | Kconfig.debug | 68 the cost of an increase in overall kernel size.
|
/linux-4.1.27/Documentation/mmc/ |
D | mmc-async-req.txt | 26 preparation may cost even more. As long as these slower preparations are run
|
/linux-4.1.27/Documentation/filesystems/ |
D | f2fs.txt | 93 - Support greedy and cost-benefit algorithms for victim selection policies 566 F2FS supports two victim selection policies: greedy and cost-benefit algorithms. 568 of valid blocks. In the cost-benefit algorithm, F2FS selects a victim segment 571 algorithm for on-demand cleaner, while background cleaner adopts cost-benefit
|
D | xfs.txt | 135 If the memory cost of 8 log buffers is too high on small 136 systems, then it may be reduced at some cost to performance
|
D | btrfs.txt | 64 memory and CPU cost.
|
D | ext4.txt | 281 complete, it doesn't cost much, and can be a 303 fast disks, at the cost of increasing latency.
|
/linux-4.1.27/Documentation/networking/ |
D | eql.txt | 37 a load-balancing client 75% of the cost of the second line and 50% of 38 the cost of the third line etc...
|
D | LICENSE.qlge | 154 cost of physically performing source distribution, a complete
|
D | LICENSE.qlcnic | 154 cost of physically performing source distribution, a complete
|
D | z8530drv.txt | 318 to emulate the old behaviour. The cost of using these programs is
|
D | scaling.txt | 393 prevent out of order (ooo) packets. The choice also amortizes the cost
|
D | bonding.txt | 2100 a backup switch (e.g., has lower capacity, higher cost, etc), 2226 worth of throughput. This comes at a cost, however: the 2377 cost effective than a single larger switch, e.g., on a network with 24
|
D | ip-sysctl.txt | 796 It may add an additional cost for pure routing workloads that
|
/linux-4.1.27/arch/sh/lib64/ |
D | memcpy.S | 34 ! however, this would cost a few extra cyles on average.
|
D | copy_user_memcpy.S | 32 ! however, this would cost a few extra cyles on average.
|
/linux-4.1.27/arch/avr32/ |
D | Kconfig | 22 designed for cost-sensitive embedded applications, with particular
|
/linux-4.1.27/drivers/net/can/ |
D | Kconfig | 16 CAN driver for several 'low cost' CAN interfaces that are attached
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | Kconfig | 99 interrupts even at low levels of traffic at the cost of a small
|
/linux-4.1.27/Documentation/input/ |
D | ntrig.txt | 83 minimizing stored state as well as the cost of operations to make a decision,
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 323 when dealing with SPARC cpus at a cost of slightly increased overhead 332 making when dealing with multi-core CPU chips at a cost of slightly
|
/linux-4.1.27/Documentation/usb/ |
D | dma.txt | 38 IOMMU to manage the DMA mappings. It can cost MUCH more to set up and
|
/linux-4.1.27/arch/sh/mm/ |
D | Kconfig | 235 making when dealing with multi-core CPU chips at a cost of slightly
|
/linux-4.1.27/drivers/net/wan/ |
D | Kconfig | 319 Frame Relay is a fast low-cost way to connect to a remote Internet 395 Driver for ISA SBNI12-xx cards which are low cost alternatives to
|
/linux-4.1.27/Documentation/locking/ |
D | spinlocks.txt | 28 sequences that you _know_ need to be split up: avoid it at all cost if you
|
D | ww-mutex-design.txt | 314 smarter would be at the cost of adding a field to struct mutex_waiter. This
|
/linux-4.1.27/fs/ |
D | Kconfig.binfmt | 58 cost and disk space to dump all the text. However, versions of
|
/linux-4.1.27/Documentation/cgroups/ |
D | cpusets.txt | 382 The algorithmic cost of load balancing and its impact on key shared 538 Of course it takes some searching cost to find movable tasks and/or 584 - The searching cost doesn't have impact(for you) or you can make 585 the searching cost enough small by managing cpuset to compact etc.
|
D | memory.txt | 341 never greater than the total memory, and freely set U at the cost of his 777 allocation cost; based on the pressure, applications can implement
|
D | unified-hierarchy.txt | 53 Unfortunately, support for multiple hierarchies comes at a steep cost.
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig.debug | 34 at a slight cost in code size, but is necessary if you are getting
|
/linux-4.1.27/arch/arm64/ |
D | Kconfig | 507 making when dealing with multi-core CPU chips at a cost of slightly 515 MultiThreading at a cost of slightly increased overhead in some
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-design-CFS.txt | 124 caches but at the cost of interactivity. This is well suited for
|
/linux-4.1.27/kernel/power/ |
D | Kconfig | 287 lower power usage at the cost of small performance overhead.
|
/linux-4.1.27/Documentation/sysctl/ |
D | fs.txt | 299 low memory, divided for the "watch" cost in bytes.
|
D | vm.txt | 211 objects, it may cost a significant amount of I/O and CPU to recreate the
|
/linux-4.1.27/arch/tile/ |
D | Kconfig | 182 memory more efficiently at some cost in TLB performance.
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-report.txt | 84 abort cost. This is the global weight.
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.cpu | 313 extra calculation can cost quite some time, so you can disable
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 82 bool "IP: equal cost multipath" 90 equal "cost" and chooses one of them in a non-deterministic fashion
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 85 controller; the reasons to use SPI focus on low cost and simple operation, 427 cost of an extra copy may be ignored. It's designed to support
|
/linux-4.1.27/Documentation/power/ |
D | freezing-of-tasks.txt | 228 /sys/power/pm_freeze_timeout controls how long it will cost at most to freeze
|
D | devices.txt | 39 purpose); enabling it may cost some power usage, but let the whole
|
/linux-4.1.27/arch/ia64/ |
D | Kconfig | 382 Intel IA64 chips with MultiThreading at a cost of slightly increased
|
/linux-4.1.27/drivers/atm/ |
D | Kconfig | 79 may increase the cost of setting up a transfer such that the
|
/linux-4.1.27/arch/x86/ |
D | Kconfig.cpu | 314 occurrences of this problem, at the cost of much heavier spinlock and
|
D | Kconfig | 870 cost of slightly increased overhead in some places. If unsure say 879 making when dealing with multi-core CPU chips at a cost of slightly 1284 has the cost of more pagetable lookup overhead, and also 1629 performance cost if this enabled and turned on; there is
|
/linux-4.1.27/Documentation/scsi/ |
D | LICENSE.qla4xxx | 155 cost of physically performing source distribution, a complete
|
D | LICENSE.qla2xxx | 156 cost of physically performing source distribution, a complete
|
D | ChangeLog.lpfc | 811 instructions cost less then the bustlocked spinlock operations.
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio-legacy.txt | 397 These two mapping calls are expected to cost on the order of a single 585 cost as little as two or three instructions, never sleeping. When such an
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | setox.S | 169 | raised, to simulate that exception cost to much than the
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 191 the (worst-case) cost of my NOT doing endedness-specific optimizations
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1354 making when dealing with multi-core CPU chips at a cost of slightly 1362 MultiThreading at a cost of slightly increased overhead in some 1577 code which hits this problem, at the cost of a bit of extra runtime
|
/linux-4.1.27/tools/usb/usbip/ |
D | COPYING | 144 cost of physically performing source distribution, a complete
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | license | 146 to give any third party, for a charge no more than your cost of
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | copying | 144 cost of physically performing source distribution, a complete
|
/linux-4.1.27/ |
D | COPYING | 160 cost of physically performing source distribution, a complete
|
/linux-4.1.27/Documentation/development-process/ |
D | 4.Coding | 125 small and relatively rare. The cost of a function call, after all, is not
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig | 629 when dealing with POWER5 cpus at a cost of slightly increased
|
/linux-4.1.27/arch/mips/ |
D | Kconfig | 2133 when dealing with MIPS MT enabled cores at a cost of slightly 2651 32-bit MIPS systems this support is at the cost of increasing the
|
/linux-4.1.27/Documentation/RCU/ |
D | whatisRCU.txt | 986 Thus, without RCU, you pay the cost of disabling interrupts,
|
/linux-4.1.27/init/ |
D | Kconfig | 1431 image (i.e., symbols from all sections) in cost of increased kernel
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 755 You will get a boot time penguin logo at no additional cost. Please
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 6829 # cost to much than the flag is worth in practical uses. #
|