Home
last modified time | relevance | path

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

/linux-4.4.14/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()
949 if (s->strategy != Z_HUFFMAN_ONLY) { in deflate_fast()
1047 if (s->strategy != Z_HUFFMAN_ONLY) { in deflate_slow()
1052 if (s->match_length <= 5 && (s->strategy == Z_FILTERED || in deflate_slow()
Ddefutil.h159 int strategy; /* favor or force Huffman coding*/ member
/linux-4.4.14/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.
106 that this strategy is always disabled, 1 and 2 mean automatic
107 modes (when there is no enough available memory, the strategy
109 otherwise the strategy is disabled and the variable is set to
110 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
Dstmmac.txt265 available. As strategy adopted in this driver, the information from the HW
Dtimestamping.txt212 different from deciding on a strategy for IP fragmentation. There, the
/linux-4.4.14/arch/arm/boot/dts/
Dlpc4350.dtsi6 * This code is released using a dual license strategy: BSD/GPL
Dlpc4357.dtsi6 * This code is released using a dual license strategy: BSD/GPL
Dlpc4337-ciaa.dts6 * This code is released using a dual license strategy: BSD/GPL
Dlpc4350-hitex-eval.dts6 * This code is released using a dual license strategy: BSD/GPL
Dlpc4357-ea4357-devkit.dts6 * This code is released using a dual license strategy: BSD/GPL
Dlpc18xx.dtsi6 * This code is released using a dual license strategy: BSD/GPL
/linux-4.4.14/include/linux/
Dzlib.h582 int strategy);
/linux-4.4.14/fs/ubifs/
DKconfig49 so be careful. How often atime is updated depends on the selected strategy:
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.h120 u32 headroom, int strategy);
Dixgbe_82598.c1130 u32 headroom, int strategy) in ixgbe_set_rxpba_82598() argument
1139 switch (strategy) { in ixgbe_set_rxpba_82598()
Dixgbe_common.c3405 int strategy) in ixgbe_set_rxpba_generic() argument
3420 switch (strategy) { in ixgbe_set_rxpba_generic()
/linux-4.4.14/include/uapi/linux/
Dpkt_sched.h445 unsigned char strategy; member
/linux-4.4.14/Documentation/x86/
Dpat.txt125 implementation defined, yet this strategy can be used as last resort on devices
/linux-4.4.14/Documentation/filesystems/
Dhpfs.txt271 Better anti-fragmentation strategy
287 Better allocation strategy
/linux-4.4.14/Documentation/blockdev/
Dzram.txt190 The basic strategy is:
/linux-4.4.14/drivers/scsi/
Dgdth.h534 u16 strategy; /* cache strategy */ member
Dgdth.c1715 ha->cpar.version,ha->cpar.state,ha->cpar.strategy, in gdth_search_drives()
/linux-4.4.14/net/sched/
Dsch_cbq.c1285 switch (ovl->strategy) { in cbq_set_overlimit()
1471 opt.strategy = cl->ovl_strategy; in cbq_dump_ovl()
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dilsp.S588 # here, the result is in d1 and d0. the current strategy is to save
/linux-4.4.14/Documentation/isdn/
DREADME.HiSax346 Remember that, according to the new strategy for accessing low-level drivers
/linux-4.4.14/Documentation/laptops/
Dlaptop-mode.txt91 To increase the effectiveness of the laptop_mode strategy, the laptop_mode
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex715 \subsection{The preferred strategy of $open()$}
792 function becomes active. A strategy is implemented in this routine,
/linux-4.4.14/Documentation/scsi/
DBusLogic.txt164 the bus device reset error recovery strategy is selected and sending a bus
Dscsi_mid_low_api.txt1294 retrieve the sense buffer. The latter strategy is error
/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt56 "admission control" strategy (see Section "4. Bandwidth management") is used
/linux-4.4.14/Documentation/gpio/
Dgpio-legacy.txt70 optional code supporting such an implementation strategy, described later
/linux-4.4.14/Documentation/
DCodingStyle94 choose one placement strategy over the other, but the preferred way, as
/linux-4.4.14/Documentation/block/
Dbiodoc.txt1114 If the driver is dropping the io_request_lock from its request_fn strategy,