Home
last modified time | relevance | path

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

/linux-3.4.99/lib/zlib_deflate/
Ddeflate.c173 int strategy in zlib_deflateInit2() argument
200 strategy < 0 || strategy > Z_HUFFMAN_ONLY) { in zlib_deflateInit2()
246 s->strategy = strategy; in zlib_deflateInit2()
334 int strategy
347 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
363 s->strategy = strategy;
1092 if (s->strategy != Z_HUFFMAN_ONLY) { in deflate_fast()
1190 if (s->strategy != Z_HUFFMAN_ONLY) { in deflate_slow()
1195 if (s->match_length <= 5 && (s->strategy == Z_FILTERED || in deflate_slow()
Ddefutil.h159 int strategy; /* favor or force Huffman coding*/ member
/linux-3.4.99/include/linux/
Dzlib.h572 extern int zlib_deflateParams (z_streamp strm, int level, int strategy);
700 int strategy);
Dpkt_sched.h429 unsigned char strategy; member
/linux-3.4.99/Documentation/networking/
Dipvs-sysctl.txt14 enough available memory, the respective strategy will be
16 the strategy is disabled and the variable is set to 1.
78 that this strategy is always disabled, 1 and 2 mean automatic
79 modes (when there is no enough available memory, the strategy
81 otherwise the strategy is disabled and the variable is set to
82 1), and 3 means that that the strategy is always enabled.
Dspider_net.txt178 As of this writing, the spider_net_resync() strategy seems to work very
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.h108 u32 headroom, int strategy);
Dixgbe_82598.c1234 int strategy) in ixgbe_set_rxpba_82598() argument
1243 switch (strategy) { in ixgbe_set_rxpba_82598()
Dixgbe_common.c3317 int strategy) in ixgbe_set_rxpba_generic() argument
3332 switch (strategy) { in ixgbe_set_rxpba_generic()
/linux-3.4.99/Documentation/vm/
Dlocking89 The "swap_list" is used for the round-robin swaphandle allocation strategy.
/linux-3.4.99/Documentation/filesystems/
Dhpfs.txt271 Better anti-fragmentation strategy
287 Better allocation strategy
/linux-3.4.99/drivers/scsi/
Dgdth.h543 u16 strategy; /* cache strategy */ member
Dgdth.c1723 ha->cpar.version,ha->cpar.state,ha->cpar.strategy, in gdth_search_drives()
/linux-3.4.99/net/sched/
Dsch_cbq.c1305 switch (ovl->strategy) { in cbq_set_overlimit()
1489 opt.strategy = cl->ovl_strategy; in cbq_dump_ovl()
/linux-3.4.99/Documentation/power/
Dopp.txt85 mutex to implment RCU updater strategy. These functions should *NOT* be called
/linux-3.4.99/Documentation/scsi/
Dlibsas.txt358 B) you know what you're doing and have a strategy of
DBusLogic.txt164 the bus device reset error recovery strategy is selected and sending a bus
Dscsi_mid_low_api.txt1329 retrieve the sense buffer. The latter strategy is error
/linux-3.4.99/arch/m68k/ifpsp060/src/
Dilsp.S588 # here, the result is in d1 and d0. the current strategy is to save
/linux-3.4.99/Documentation/isdn/
DREADME.HiSax346 Remember that, according to the new strategy for accessing low-level drivers
/linux-3.4.99/Documentation/laptops/
Dlaptop-mode.txt91 To increase the effectiveness of the laptop_mode strategy, the laptop_mode
/linux-3.4.99/Documentation/cdrom/
Dcdrom-standard.tex715 \subsection{The preferred strategy of $open()$}
792 function becomes active. A strategy is implemented in this routine,
/linux-3.4.99/Documentation/
DCodingStyle95 choose one placement strategy over the other, but the preferred way, as
Dgpio.txt70 optional code supporting such an implementation strategy, described later
/linux-3.4.99/Documentation/block/
Dbiodoc.txt1138 If the driver is dropping the io_request_lock from its request_fn strategy,