Home
last modified time | relevance | path

Searched refs:cost (Results 1 – 25 of 30) sorted by relevance

12

/linux-2.4.37.9/net/ipv6/netfilter/
Dip6t_limit.c62 if (r->credit >= r->cost) { in ip6t_limit_match()
64 r->credit -= r->cost; in ip6t_limit_match()
110 r->cost = user2credits(r->avg); in ip6t_limit_checkentry()
/linux-2.4.37.9/net/ipv4/netfilter/
Dipt_limit.c73 if (r->credit >= r->cost) { in ipt_limit_match()
75 r->credit -= r->cost; in ipt_limit_match()
121 r->cost = user2credits(r->avg); in ipt_limit_checkentry()
/linux-2.4.37.9/include/linux/netfilter_ipv6/
Dip6t_limit.h16 u_int32_t credit_cap, cost; member
/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dipt_limit.h16 u_int32_t credit_cap, cost; member
/linux-2.4.37.9/fs/cramfs/
DREADME118 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-2.4.37.9/drivers/char/rio/
Droute.h75 unsigned char cost; /* Cost down this link */ member
/linux-2.4.37.9/net/ipv4/
DConfig.in14 bool ' IP: equal cost multipath' CONFIG_IP_ROUTE_MULTIPATH
/linux-2.4.37.9/Documentation/usb/
Dse401.txt8 The SE401 chip is the used in low-cost usb webcams.
Dibmcam.txt266 thus enabling extremely high sensitivity at cost of frame
/linux-2.4.37.9/Documentation/networking/
Deql.txt37 a load-balancing client 75% of the cost of the second line and 50% of
38 the cost of the third line etc...
D8139too.txt38 RTL-8139 is a very low-cost Fast Ethernet chip, which makes it very
Dz8530drv.txt318 to emulate the old behaviour. The cost of using these programs is
/linux-2.4.37.9/arch/sh64/lib/
Dcopy_user_memcpy.S32 ! however, this would cost a few extra cyles on average.
/linux-2.4.37.9/Documentation/vm/
Dbalance8 to incur cost overheads of page stealing and possible swap io for
/linux-2.4.37.9/Documentation/sysctl/
Dvm.txt70 spread out disk I/O more evenly, at the cost
220 performance cost.
/linux-2.4.37.9/Documentation/filesystems/
Dxfs.txt46 at the cost of the memory used for the additional log buffers
/linux-2.4.37.9/Documentation/
Dspinlocks.txt57 sequences that you _know_ need to be split up: avoid it at all cost if you
/linux-2.4.37.9/Documentation/crypto/
Ddescore-readme.txt191 the (worst-case) cost of my NOT doing endedness-specific optimizations
/linux-2.4.37.9/arch/m68k/fpsp040/
Dsetox.S169 | raised, to simulate that exception cost to much than the
/linux-2.4.37.9/drivers/net/e1000/
DLICENSE146 to give any third party, for a charge no more than your cost of
/linux-2.4.37.9/drivers/sound/
DCOPYING144 cost of physically performing source distribution, a complete
/linux-2.4.37.9/fs/hfs/
DCOPYING144 cost of physically performing source distribution, a complete
/linux-2.4.37.9/drivers/net/e100/
DLICENSE146 to give any third party, for a charge no more than your cost of
/linux-2.4.37.9/
DCOPYING160 cost of physically performing source distribution, a complete
/linux-2.4.37.9/Documentation/filesystems/devfs/
DREADME118 The cost of devfs is a small increase in kernel code size and memory
125 On a typical machine, the cost is under 0.2 percent. On a modest
126 system with 64 MBytes of RAM, the cost is under 0.1 percent. The

12