Home
last modified time | relevance | path

Searched refs:least (Results 1 – 200 of 473) sorted by relevance

123

/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_nq.c61 struct ip_vs_dest *dest, *least = NULL; in ip_vs_nq_schedule() local
89 least = dest; in ip_vs_nq_schedule()
94 if (!least || in ip_vs_nq_schedule()
96 (__s64)doh * atomic_read(&least->weight))) { in ip_vs_nq_schedule()
97 least = dest; in ip_vs_nq_schedule()
102 if (!least) { in ip_vs_nq_schedule()
110 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_nq_schedule()
111 ntohs(least->port), in ip_vs_nq_schedule()
112 atomic_read(&least->activeconns), in ip_vs_nq_schedule()
113 atomic_read(&least->refcnt), in ip_vs_nq_schedule()
[all …]
Dip_vs_wlc.c37 struct ip_vs_dest *dest, *least; in ip_vs_wlc_schedule() local
58 least = dest; in ip_vs_wlc_schedule()
59 loh = ip_vs_dest_conn_overhead(least); in ip_vs_wlc_schedule()
75 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_wlc_schedule()
76 least = dest; in ip_vs_wlc_schedule()
83 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_wlc_schedule()
84 ntohs(least->port), in ip_vs_wlc_schedule()
85 atomic_read(&least->activeconns), in ip_vs_wlc_schedule()
86 atomic_read(&least->refcnt), in ip_vs_wlc_schedule()
87 atomic_read(&least->weight), loh); in ip_vs_wlc_schedule()
[all …]
Dip_vs_sed.c65 struct ip_vs_dest *dest, *least; in ip_vs_sed_schedule() local
86 least = dest; in ip_vs_sed_schedule()
87 loh = ip_vs_sed_dest_overhead(least); in ip_vs_sed_schedule()
103 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_sed_schedule()
104 least = dest; in ip_vs_sed_schedule()
111 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_sed_schedule()
112 ntohs(least->port), in ip_vs_sed_schedule()
113 atomic_read(&least->activeconns), in ip_vs_sed_schedule()
114 atomic_read(&least->refcnt), in ip_vs_sed_schedule()
115 atomic_read(&least->weight), loh); in ip_vs_sed_schedule()
[all …]
Dip_vs_lc.c32 struct ip_vs_dest *dest, *least = NULL; in ip_vs_lc_schedule() local
51 if (!least || doh < loh) { in ip_vs_lc_schedule()
52 least = dest; in ip_vs_lc_schedule()
57 if (!least) in ip_vs_lc_schedule()
62 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_lc_schedule()
63 ntohs(least->port), in ip_vs_lc_schedule()
64 atomic_read(&least->activeconns), in ip_vs_lc_schedule()
65 atomic_read(&least->inactconns)); in ip_vs_lc_schedule()
67 return least; in ip_vs_lc_schedule()
Dip_vs_lblcr.c168 struct ip_vs_dest *dest, *least; in ip_vs_dest_set_min() local
173 least = e->dest; in ip_vs_dest_set_min()
174 if (least->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_dest_set_min()
177 if ((atomic_read(&least->weight) > 0) in ip_vs_dest_set_min()
178 && (least->flags & IP_VS_DEST_F_AVAILABLE)) { in ip_vs_dest_set_min()
179 loh = ip_vs_dest_conn_overhead(least); in ip_vs_dest_set_min()
194 (__s64)doh * atomic_read(&least->weight)) in ip_vs_dest_set_min()
196 least = dest; in ip_vs_dest_set_min()
204 IP_VS_DBG_ADDR(least->af, &least->addr), in ip_vs_dest_set_min()
205 ntohs(least->port), in ip_vs_dest_set_min()
[all …]
Dip_vs_lblc.c405 struct ip_vs_dest *dest, *least; in __ip_vs_lblc_schedule() local
424 least = dest; in __ip_vs_lblc_schedule()
425 loh = ip_vs_dest_conn_overhead(least); in __ip_vs_lblc_schedule()
441 (__s64)doh * atomic_read(&least->weight)) { in __ip_vs_lblc_schedule()
442 least = dest; in __ip_vs_lblc_schedule()
449 IP_VS_DBG_ADDR(least->af, &least->addr), in __ip_vs_lblc_schedule()
450 ntohs(least->port), in __ip_vs_lblc_schedule()
451 atomic_read(&least->activeconns), in __ip_vs_lblc_schedule()
452 atomic_read(&least->refcnt), in __ip_vs_lblc_schedule()
453 atomic_read(&least->weight), loh); in __ip_vs_lblc_schedule()
[all …]
DKconfig11 option must be enabled for at least one of the clustered computers
136 tristate "least-connection scheduling"
138 The least-connection scheduling algorithm directs network
139 connections to the server with the least number of active
146 tristate "weighted least-connection scheduling"
148 The weighted least-connection scheduling algorithm directs network
149 connections to the server with the least active connections
166 tristate "locality-based least-connection scheduling"
168 The locality-based least-connection scheduling algorithm is for
174 least-connection server to this IP address.
[all …]
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/
Ddrx_dap_fasi.h98 #error At least one of short- or long-addressing format must be allowed.
201 #error DRXDAP_MAX_WCHUNKSIZE must be at least 3 in single master mode
204 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in multi master mode
209 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in single master mode
212 #error DRXDAP_MAX_WCHUNKSIZE must be at least 7 in multi master mode
225 #error DRXDAP_MAX_RCHUNKSIZE must be at least 2
/linux-4.1.27/arch/arc/lib/
Dstrcmp.S36 bic_s r0,r0,r1 ; mask for least significant difference bit
38 xor r0,r5,r1 ; mask for least significant difference byte
53 bic_s r0,r0,r1 ; mask for least significant difference bit
55 xor r0,r5,r1 ; mask for least significant difference byte
/linux-4.1.27/arch/alpha/lib/
Dmemchr.S114 # At least one byte left to process.
127 # At least two quads remain to be accessed.
133 # At least three quads remain to be accessed
Dev6-memcpy.S107 subq $18, 192, $2 # E : At least two more trips to go?
129 cmple $18, 63, $1 # E : At least one more trip?
139 subq $18, 8, $18 # E : At least a quad left?
199 subq $18, 8, $18 # E : At least a quad left?
Dev6-memchr.S133 # At least one byte left to process.
144 # At least two quads remain to be accessed.
149 # At least three quads remain to be accessed
Dstrcat.S34 $found: negq $2, $3 # clear all but least set bit
Dstrncat.S40 $found: negq $2, $3 # clear all but least set bit
Dev6-memset.S177 subq $3, 16, $2 # E : Repeat the loop at least once more?
354 subq $3, 16, $2 # E : Repeat the loop at least once more?
541 subq $3, 16, $2 # E : Repeat the loop at least once more?
Dev67-strchr.S78 $found: negq t0, t1 # E : clear all but least set bit
Dstrchr.S49 $found: negq t0, t1 # e0 : clear all but least set bit
/linux-4.1.27/Documentation/device-mapper/
Dstriped.txt12 <chunk size>: Size of each chunk of data. Must be at least as
37 die("Specify at least one device\n");
Ddm-queue-length.txt5 which selects a path with the least number of in-flight I/Os.
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dmarvell-pp2.txt10 In addition, at least one port register set is required.
16 The ethernet ports are represented by subnodes. At least one port is
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dsimple-pm-bus.txt17 - compatible: Must contain at least "simple-pm-bus".
24 Optional platform-specific properties for clock or PM domain control (at least
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-net-cdc_ncm29 least one max sized datagram plus headers.
45 least one max sized datagram plus headers.
108 be a power of 2, and shall be at least 4.
140 pipe. Shall be a power of 2, and shall be at least 4.
Dpstore40 persistent storage until at least this amount is reached.
Dsysfs-class-uwb_rc16 If no beacons are received from a device for at least
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dgic-v3.txt10 - compatible : should at least contain "arm,gic-v3".
13 interrupt source. Must be a single cell with a value of at least 3.
58 - compatible : Should at least contain "arm,gic-v3-its".
Darch_timer.txt13 - compatible : Should at least contain one of
50 - compatible : Should at least contain "arm,armv7-timer-mem".
Dpsci.txt24 - compatible : should contain at least one of:
/linux-4.1.27/Documentation/devicetree/bindings/arm/samsung/
Dexynos-chipid.txt4 - compatible : Should at least contain "samsung,exynos4210-chipid".
/linux-4.1.27/arch/arm/lib/
Dxor-neon.c33 #warning This code requires at least version 4.6 of GCC
Dcsumpartial.S104 cmp len, #8 @ Ensure that we have at least
/linux-4.1.27/Documentation/hwmon/
Dadc128d81836 is read at least once. This means that the cause for the alarm may
38 caches the alarm status for each sensor until it is at least reported
Dsubmitting-patches25 hardware. In such cases, you should test-build the code on at least one
105 chip may offer, it should at least support all limits and alarms.
107 * Last but not least, please check if a driver for your chip already exists
Dgl518sm27 This driver supports the Genesys Logic GL518SM chip. There are at least
66 is read at least once (except for temperature alarms). This means that the
Dsis559589 connected to some LM75-like chip; if at least one crosses its limits, this
93 is read at least once. This means that the cause for the alarm may already
Dk8temp21 Please note that you will need at least lm-sensors 2.10.1 for proper userspace
Dsmsc47m154 is read at least once. This means that the cause for the alarm may
Dadm102539 chip that way is obscure at least to me. The bit 5 of the configuration
Dlm8056 is read at least once. This means that the cause for the alarm may
Dlm7861 is read at least once. This means that the cause for the alarm may
Dlm8751 is read at least once. This means that the cause for the alarm may
Dlm6352 83 RPM, at least in theory.
Dvia686a59 is read at least once. This means that the cause for the alarm may
/linux-4.1.27/drivers/parport/
DBUGS-parport1 Currently known (or at least suspected) bugs in parport:
/linux-4.1.27/Documentation/video4linux/
DREADME.cx8818 at least for some standards.
52 (3) Or you can mail me the config information. I need at least the
DREADME.saa713425 Configure, build, install + boot the new kernel. You'll need at least
/linux-4.1.27/drivers/staging/fsl-mc/
DTODO8 * Add at least one device driver for a DPAA2 object (child device of the
/linux-4.1.27/Documentation/virtual/kvm/devices/
Dxics.txt22 least-significant end of the word:
43 bitfields, starting from the least-significant end of the word:
/linux-4.1.27/Documentation/devicetree/bindings/timer/
Dbrcm,bcm2835-system-timer.txt5 register, which is compared against the 32 least significant bits of the
/linux-4.1.27/Documentation/devicetree/bindings/media/xilinx/
Dxlnx,v-tc.txt21 At least one of the xlnx,detector and xlnx,generator properties must be
Dxlnx,v-tpg.txt6 - compatible: Must contain at least one of
/linux-4.1.27/Documentation/scsi/
Dlink_power_management_policy.txt7 least possible power when possible. This may
DChangeLog.sym53c8xx_259 defined at compile time, as at least NetBSD uses variables
78 - Forces the max number of tasks per LUN to at least 64.
Dlibsas.txt173 A SAS LLDD should also implement at least one of the Task
193 A SAS LLDD should implement at least one of those.
274 - at least one event from group C (choice),
Dqlogicfas.txt61 large executable or archive). It should be at least 5 megabytes, but
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dehci-omap.txt15 This property is required if at least one of the ports are in
Dnvidia,tegra20-ehci.txt11 "nvidia,<chip>-ehci" plus at least one of the above, where <chip> is
Dusb-ehci.txt5 - reg : should contain at least address and length of the standard EHCI
Dnvidia,tegra20-usb-phy.txt8 "nvidia,<chip>-usb-phy" plus at least one of the above, where <chip> is
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-bus-usb89 KernelVersion: since at least 2.6.18
96 KernelVersion: since at least 2.6.18
135 KernelVersion: since at least 2.6.18
Dfirewire-cdev84 prot = at least PROT_READ for reception and at least PROT_WRITE
Dsysfs-module9 will only show up if it has a version or at least one
/linux-4.1.27/arch/arm/nwfpe/
Dsoftfloat-macros35 bits are shifted off, they are ``jammed'' into the least significant bit of
36 the result by setting the least significant bit to 1. The value of `count'
60 bits are shifted off, they are ``jammed'' into the least significant bit of
61 the result by setting the least significant bit to 1. The value of `count'
169 are ``jammed'' into the least significant bit of the result by setting the
170 least significant bit to 1. The value of `count' can be arbitrarily large;
554 divisor `b' must be at least 2^63. If q is the exact quotient truncated
595 by `a'. Considered as an integer, `a' must be at least 2^31. If bit 0 of
596 `aExp' (the least significant bit) is 1, the integer returned approximates
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/
Dmailbox.txt9 - #mbox-cells: Must be at least 1. Number of cells in a mailbox
/linux-4.1.27/Documentation/i2c/busses/
Di2c-parport-light18 Default is 0x378 which is fairly common for parallel ports, at least on PC.
Di2c-i80164 The ICH chips contain at least SEVEN separate PCI functions in TWO logical
77 The ICH chips are quite similar to Intel's PIIX4 chip, at least in the
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/
Dsun4i.txt16 between 0 (least sensitive) and 15
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Ddiu.txt8 - reg : should contain at least address and length of the DIU register
/linux-4.1.27/Documentation/devicetree/bindings/drm/armada/
Dmarvell,dove-lcd.txt18 Note: all clocks are optional but at least one must be specified.
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dnvidia,tegra30-i2s.txt6 "nvidia,<chip>-i2s" plus at least one of the above, where <chip> is
Dimx-audio-spdif.txt25 * Note: At least one of these two properties should be set in the DT binding.
Dnvidia,tegra30-ahub.txt7 plus at least one of the above, where <chip> is tegra132.
/linux-4.1.27/Documentation/devicetree/bindings/mips/img/
Dpistachio.txt13 A CPU sub-node is also required for at least CPU 0. Since the topology may
/linux-4.1.27/Documentation/power/
Dtricks.txt12 * use ext2. At least it has working fsck. [If something seems to go
Dstates.txt18 because there is at least one non-hibernation sleep state in every system. If
78 For at least ACPI, STR requires some minimal boot-strapping code to resume the
/linux-4.1.27/drivers/input/joystick/iforce/
DKconfig10 You also must choose at least one of the two options below.
/linux-4.1.27/Documentation/devicetree/bindings/net/can/
Dgrcan.txt23 - systemid : If not present or if the value of the least significant 16 bits
/linux-4.1.27/Documentation/isdn/
DsyncPPP.FAQ42 connected to at least one /dev/ippp*. Check the
49 A: check that at least the device 'ippp0' exists.
155 A: At least you must have a route which forwards
205 - there are at least a few RECV messages in the log:
DHiSax.cert31 special hardware used will be regarded as approved if at least one
/linux-4.1.27/arch/alpha/kernel/
Dhead.S60 # on the PC164 (at least), since that PALcode manages the interrupt
/linux-4.1.27/drivers/staging/vme/devices/
DKconfig8 VME windows in a manner at least semi-compatible with the interface
/linux-4.1.27/fs/befs/
DKconfig13 If you use this filesystem, you should also say Y to at least one
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-fan.txt18 Note: At least one the "gpios" or "alarm-gpios" properties must be set.
Dgpio-mcp23s08.txt36 least one bit to 1 for SPI chips.
/linux-4.1.27/net/hsr/
DKconfig10 your Linux box needs (at least) two physical Ethernet interfaces,
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dti,omap4-wugen-mpu9 - compatible : should contain at least "ti,omap4-wugen-mpu" or
/linux-4.1.27/arch/arm/mach-s3c64xx/
DKconfig160 # At least some of the SMDK6410s were shipped with the card detect
174 at least some SMDK6410 boards come with the
183 at least some SMDK6410 boards come with the
/linux-4.1.27/arch/cris/boot/compressed/
DREADME21 assumes the DRAM starts at 0x40000000 and that it is at least 8 MB,
/linux-4.1.27/Documentation/devicetree/bindings/x86/
Dce4100.txt37 to contain at least the reg property containing the PCI bus address and
/linux-4.1.27/Documentation/devicetree/bindings/drm/atmel/
Dhlcdc-dc.txt16 At least one port node is required.
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME5 You'll need at least these config options for bttv:
78 at least the country you are living in).
/linux-4.1.27/arch/um/
DKconfig.net21 enable at least one of the following transport options to actually
47 Slip Transport. You'll need at least one of them, but may choose
107 transports. You'll need at least one of them, but may choose
140 at least one UML with one of the other transports to act as a
/linux-4.1.27/Documentation/networking/
Ddccp.txt22 modules called CCIDs. Like pluggable TCP congestion control, at least one CCID
91 understood. This socket option takes as argument at least one uint8_t value, or
128 optlen must be set to at least sizeof(struct tfrc_rx_info).
131 optlen must be set to at least sizeof(struct tfrc_tx_info).
Dltpc.txt3 In order to use it, you will need at least version 1.3.3 of the
114 as a module. (though it usually works at boot time, at least)
Dxfrm_sync.txt43 A XFRM_MSG_NEWAE will have at least two TLVs (as is
102 at least one listener registered to listen to the multicast
Dnetdevices.txt39 must be able to receive at least the maximum size packet allowed by
Digb.txt89 interrupt. The moderation value should be at least as large as the expected
/linux-4.1.27/drivers/net/ethernet/ibm/emac/
DKconfig36 will always reserve at least 2 bytes to make IP header
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/
Dtimer.txt5 - compatible : Should at least contain "qcom,msm-timer". More specific
/linux-4.1.27/scripts/coccinelle/misc/
Ddoubleinit.cocci10 // Comments: requires at least Coccinelle 0.2.4, lex or parse error otherwise
/linux-4.1.27/arch/arm/mach-ux500/
DKconfig65 At least one platform needs to be selected in order to build
/linux-4.1.27/Documentation/cpu-freq/
Dboost.txt37 functionality at least for the benchmark's run-time the system will run
91 Technically it is possible to switch the boosting functionality at least
Dcpu-drivers.txt143 You need to make sure that at least one valid frequency (or operating
242 assures that at least one valid frequency is within policy->min and
/linux-4.1.27/Documentation/virtual/kvm/
Dmsr.txt242 The first, least significant bit of 4 byte memory location will be
253 Hypervisor is guaranteed to only modify this least
260 guest and clear the least significant bit in the memory area
264 guest must both read the least significant bit in the memory area and
/linux-4.1.27/arch/mips/kvm/
D00README.txt16 …ge Sizes: Both Host Kernel and Guest Kernel should have the same page size, currently at least 16K.
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Datmel-hsmci.txt15 - at least one slot node
Dsdhci-pxa.txt19 - clocks: Array of clocks required for SDHCI; requires at least one for
/linux-4.1.27/arch/arm/boot/dts/
Dkirkwood-nsa310a.dts6 * There are at least two different NSA310 designs. This variant does
Ddm8168-evm.dts162 /* At least dm8168-evm rev c won't support multipoint, later may */
Dorion5x-maxtor-shared-storage-2.dts68 * least three partitions: 'u-boot code', 'u-boot environment'
Dorion5x-lacie-ethernet-disk-mini-v2.dts89 * least three partitions: 'u-boot code', 'u-boot environment'
Dorion5x-lacie-d2-network.dts108 * least three partitions: 'u-boot code', 'u-boot environment'
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dtwl4030-power.txt14 The use of ti,twl4030-power-reset is recommended at least on
/linux-4.1.27/Documentation/timers/
Dhpet.txt10 each of which can generate oneshot interrupts and at least one of which has
DNO_HZ.txt123 adaptive-tick CPUs: At least one non-adaptive-tick CPU must remain
131 this means that your system must have at least two CPUs in order for
250 Note: this test requires that your system have at least two CPUs.
332 o Unless all CPUs are idle, at least one CPU must keep the
337 will be at least one CPU keeping the scheduling-clock interrupt
/linux-4.1.27/Documentation/devicetree/bindings/drm/tilcdc/
Dpanel.txt13 - raster-order: Raster Data Order Select: 1=Most-to-least 0=Least-to-most
/linux-4.1.27/arch/m32r/lib/
Dchecksum.S74 bgtz r1, 1f ; Jump if we had at least two bytes.
192 bgtz r1, 1f ; Jump if we had at least two bytes.
/linux-4.1.27/drivers/block/paride/
DKconfig20 must also have at least one parallel port protocol driver in your
34 must also have at least one parallel port protocol driver in your
50 You must also have at least one parallel port protocol driver in
64 You must also have at least one parallel port protocol driver in
82 You must also have at least one parallel port protocol driver in
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/
Dadv7604.txt30 The digital output port node must contain at least one endpoint.
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dallwinner,sunxi-pinctrl.txt25 A pinctrl node should contain at least one subnodes representing the
Drenesas,pfc-pinctrl.txt49 A configuration node or subnode must reference at least one pin (through the
50 pins or pin groups properties) and contain at least a function or one
Dpinctrl-mt65xx.txt36 A pinctrl node should contain at least one subnodes representing the
Drockchip,pinctrl.txt31 Required for at least rk3188 and rk3288.
/linux-4.1.27/Documentation/fb/
Dcmap_xfbdev.txt50 that the app wants to match to. The above code is doing what looks like a least
Dintel810.txt113 using vsync1/vsync2 = 60/60, make sure hsync1/hsync2 has at least
123 (0 for maximum usage, 31/63 MB for the least amount). Note, an
Dintelfb.txt46 for the least amount). Note, an arbitrary setting may conflict
Dep93xx-fb.txt122 At least on the EP9315 there is a silicon bug which causes bit 27 of
/linux-4.1.27/Documentation/infiniband/
Duser_mad.txt37 RMPP. The buffer passed to read() must be at least one
102 transaction ID field (that is, the least significant half of the
/linux-4.1.27/drivers/input/gameport/
DKconfig10 at least one of the hardware specific drivers.
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-mux-gpio.txt37 GPIOs, the first in the list holding the least-significant value.
Dnvidia,tegra20-i2c.txt7 "nvidia,<chip>-i2c", plus at least one of the above, where <chip> is
/linux-4.1.27/drivers/firmware/efi/
DKconfig14 at least test release version 0.5.0-test3 or later, which is
/linux-4.1.27/Documentation/devicetree/bindings/ata/
Dahci-platform.txt45 And at least one of the following properties:
/linux-4.1.27/drivers/staging/media/lirc/
DTODO.lirc_zilog32 must consider at least the following bridge drivers which mention an IR Rx unit
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dspi_pl022.txt22 least one channel named "tx" for transmit and named "rx" for
Dqcom,spi-qup.txt39 least one channel named "tx" for transmit and named "rx" for
Dspi-samsung.txt23 - dma-names: Names for the dma channels. There must be at least one channel
/linux-4.1.27/arch/sh/lib/
Dchecksum.S78 bt/s 1f ! Jump if we had at least two bytes.
233 cmp/pz r6 ! Jump if we had at least two bytes.
/linux-4.1.27/Documentation/input/
Dyealink.txt99 able to produce at least 1 2 3.
101 able to produce at least 0 1 2 3 4 5.
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Ddma.txt11 - #dma-cells: Must be at least 1. Used to provide DMA controller
/linux-4.1.27/Documentation/devicetree/bindings/serial/
Dqcom,msm-uartdm.txt9 - compatible: Should contain at least "qcom,msm-uartdm".
/linux-4.1.27/drivers/isdn/gigaset/
DKconfig11 If you have one of these devices, say M here and for at least
/linux-4.1.27/Documentation/devicetree/bindings/dma/xilinx/
Dxilinx_vdma.txt11 - dma-channel child node: Should have at least one channel and can have up to
/linux-4.1.27/arch/arm64/kernel/
Dhead.S42 #error TEXT_OFFSET must be at least 4KB aligned
44 #error PAGE_OFFSET must be at least 2MB aligned
/linux-4.1.27/kernel/time/
DKconfig93 # We need at least one periodic CPU for timekeeping
136 At least one CPU must keep the scheduling-clock tick running for
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DCPUfreq.txt28 framework needs to supply at least basic details of what is required.
DUSB-Host.txt14 Enable at least the following kernel options:
DSuspend.txt19 2) Support for at least 1 source for resume
/linux-4.1.27/arch/c6x/lib/
Dstrasgi.S23 ;; This is essentially memcpy, with alignment known to be at least
/linux-4.1.27/Documentation/filesystems/
Decryptfs.txt52 /root/crypt that is at least 12288 bytes in size (depending on your
Dcramfs.txt42 == 4096. At least the latter of these is a bug, but it hasn't been
Dlocks.txt59 had a number of inherent dangers, not the least of which was the ability to
Ddnotify.txt36 is often blocked, so it is better to use (at least) SIGRTMIN + 1.
Ddebugfs.txt25 of business will be to create at least one directory to hold a set of
171 So all debugfs users - at least those which can be built as modules - must
Dgfs2-uevents.txt65 have been preceded by at least an ADD uevent for the same filesystem,
/linux-4.1.27/fs/ocfs2/
DKconfig15 You'll want to install the ocfs2-tools package in order to at least
/linux-4.1.27/Documentation/devicetree/bindings/rtc/
Disil,isl12057.txt9 on at least three in-tree users of the chip (NETGEAR ReadyNAS 102, 104
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/
Dingenic,jz4780-nemc.txt21 - reg: Should contain at least one register specifier, given in the following
/linux-4.1.27/Documentation/video4linux/cx2341x/
DREADME.vbi34 For each line the least significant 4 bits of the first byte contain the data type.
/linux-4.1.27/Documentation/watchdog/
Dpcwd-watchdog.txt14 signals to it so it doesn't reset your computer ... at least during
/linux-4.1.27/arch/openrisc/
DREADME.openrisc23 In order to build and run Linux for OpenRISC, you'll need at least a basic
/linux-4.1.27/Documentation/
Dkernel-per-CPU-kthreads.txt135 RCU_SOFTIRQ: Do at least one of the following:
229 To reduce its OS jitter, do at least one of the following:
252 To reduce its OS jitter, do at least one of the following:
262 To reduce its OS jitter, do at least one of the following:
Dhighuid.txt30 This affects at least:
DManagementStyle49 So the name of the game is to _avoid_ decisions, at least the big and
109 work on will be included. Make them at least think twice before they
148 (1) don't call people d*ckheads (at least not in public)
215 will grudgingly admit that you at least didn't try to weasel out of it.
Dassoc_array.txt34 [!] NOTE: Pointers to objects _must_ be zero in the least significant bit.
203 This inserts the given object into the array. Note that the least
489 the tree contains at least 17 nodes all with key prefix '1111'. The insertion
499 node, that node will be split such that at least two leaves that have a common
DSubmitChecklist81 21: Has been checked with injection of at least slab and page-allocation
/linux-4.1.27/Documentation/devicetree/bindings/iio/adc/
Dat91_adc.txt17 must be two at least.
/linux-4.1.27/drivers/net/wireless/brcm80211/
DKconfig26 Broadcom IEEE802.11n FullMAC chipsets. It has to work with at least
/linux-4.1.27/drivers/staging/iio/
DTODO23 At least the battery voltage and die temperature feature is required in-kernel
/linux-4.1.27/fs/cramfs/
DREADME70 kernels up to at least 2.3.39 didn't support holes. Run mkcramfs
104 require the least amount of change: just change `#define
/linux-4.1.27/arch/blackfin/kernel/
Dtime-ts.c390 # error at least one clock event device is required in time_init()
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dipz_pt_fn.c94 #error Kernel pages must be at least as large than eHCA pages (4K) !
/linux-4.1.27/arch/x86/lib/
Dchecksum_32.S75 jae 1f # Jump if we had at least two bytes.
304 jae 1f # Jump if we had at least two bytes.
/linux-4.1.27/Documentation/devicetree/bindings/pci/
Dhost-generic-pci.txt24 at least a definition of non-prefetchable memory. One
/linux-4.1.27/arch/x86/um/
Dchecksum_32.S61 jae 1f # Jump if we had at least two bytes.
/linux-4.1.27/drivers/ptp/
DKconfig23 also enable at least one clock driver as well.
/linux-4.1.27/fs/proc/
DKconfig59 option will enlarge the kernel by at least 8 KB.
/linux-4.1.27/Documentation/sound/alsa/soc/
Djack.txt63 least one to be useful.
/linux-4.1.27/Documentation/locking/
Dlockdep-design.txt177 locking sequence that occurred at least once during the lifetime of the
184 locking chains have to occur at least once (anytime, in any
193 single-task locking dependencies in the kernel as possible, at least
/linux-4.1.27/Documentation/ioctl/
Dbotching-up-ioctls.txt54 will have a second iteration or at least an extension for any given interface.
110 * If you can't make a given codepath restartable make a stuck task at least
134 have this information they can at least compensate. If your userspace can
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
DKconfig113 With this you can make sure that DISPC FCK is at least
/linux-4.1.27/tools/perf/Documentation/
Dperf-timechart.txt58 Print task info for at least given number of tasks.
/linux-4.1.27/arch/arm/mm/
Dcache-v6.S48 .rept 11 @ ARM Ltd recommends at least
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dxgene.txt25 reset and/or the divider. Either may be omitted, but at least
/linux-4.1.27/sound/soc/omap/
DKconfig61 configured for at least 4 ports. Then, from userspace, you must load
/linux-4.1.27/Documentation/misc-devices/
Deeprom55 organization laid out by Frodo, but it should be at least completely
/linux-4.1.27/Documentation/frv/
Dconfiguring.txt50 window for the use as consistent DMA memory (mainly for PCI). At least a
/linux-4.1.27/Documentation/networking/caif/
DREADME97 The host seems to be able to send over the UART, at least the CAIF ldisc get
/linux-4.1.27/Documentation/x86/
Dtlb.txt68 may have differently-named counters, but they should at least
/linux-4.1.27/arch/arm/common/
Dmcpm_head.S99 @ state, because there is at least one active CPU (this CPU).
/linux-4.1.27/Documentation/vm/
Dpage_owner.txt58 at least, we can tell whether the page is allocated or not,
Dactive_mm.txt54 Usually there is at least one real user, but it could be that the real
/linux-4.1.27/Documentation/serial/
Dserial-rs485.txt36 provide at least the following ioctls:
/linux-4.1.27/drivers/net/usb/
DKconfig153 This driver should work with at least the following devices:
182 This driver should work with at least the following devices:
203 This driver should work with at least the following devices:
244 This driver should work with at least the following devices:
/linux-4.1.27/Documentation/RCU/
Dtrace.txt73 but have been online at least once since boot. There will be
367 indicates that at least one task blocked in an RCU
370 at least one task blocked in an RCU read-side critical
373 least one task is blocked within an RCU read-side
526 was at least one task blocking the current non-expedited grace
Dlockdep-splat.txt86 return value from rcu_dereference(), or at least until there is some
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/
Domap.txt18 HW documentation, attached to a device. Must contain at least
/linux-4.1.27/Documentation/ABI/
DREADME16 them will be guaranteed for at least 2 years. Most interfaces
/linux-4.1.27/Documentation/cdrom/
Dpacket-writing.txt81 been implemented yet, so you are likely to get at least some
/linux-4.1.27/Documentation/fmc/
Dfmc-write-eeprom.txt53 EEPROM image, at least if your mezzanines are being used in the White
/linux-4.1.27/Documentation/extcon/
Dporting-android-switch-class76 4. extcon_update_state(edev, 0x01, 0) sets the least bit's 0.

123