/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_nq.c | 61 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 …]
|
D | ip_vs_sed.c | 65 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 …]
|
D | ip_vs_wlc.c | 37 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 …]
|
D | ip_vs_lc.c | 32 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()
|
D | ip_vs_lblcr.c | 168 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 …]
|
D | ip_vs_lblc.c | 404 struct ip_vs_dest *dest, *least; in __ip_vs_lblc_schedule() local 423 least = dest; in __ip_vs_lblc_schedule() 424 loh = ip_vs_dest_conn_overhead(least); in __ip_vs_lblc_schedule() 440 (__s64)doh * atomic_read(&least->weight)) { in __ip_vs_lblc_schedule() 441 least = dest; in __ip_vs_lblc_schedule() 448 IP_VS_DBG_ADDR(least->af, &least->addr), in __ip_vs_lblc_schedule() 449 ntohs(least->port), in __ip_vs_lblc_schedule() 450 atomic_read(&least->activeconns), in __ip_vs_lblc_schedule() 451 atomic_read(&least->refcnt), in __ip_vs_lblc_schedule() 452 atomic_read(&least->weight), loh); in __ip_vs_lblc_schedule() [all …]
|
D | Kconfig | 11 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 177 tristate "locality-based least-connection scheduling" 179 The locality-based least-connection scheduling algorithm is for 185 least-connection server to this IP address. [all …]
|
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/ |
D | drx_dap_fasi.h | 98 #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.4.14/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 35 nohz_full - do at least one. 36 maxcpu -- do at least one. 37 rcupdate.rcu_self_test_bh -- Do at least one each, offloaded and not. 38 rcupdate.rcu_self_test_sched -- Do at least one each, offloaded and not. 39 rcupdate.rcu_self_test -- Do at least one each, offloaded and not. 40 rcutree.rcu_fanout_exact -- Do at least one.
|
/linux-4.4.14/arch/arc/lib/ |
D | strcmp.S | 36 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.4.14/arch/alpha/lib/ |
D | memchr.S | 114 # 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
|
D | ev6-memcpy.S | 107 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?
|
D | ev6-memchr.S | 133 # 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
|
D | strcat.S | 34 $found: negq $2, $3 # clear all but least set bit
|
D | strncat.S | 40 $found: negq $2, $3 # clear all but least set bit
|
D | ev6-memset.S | 177 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?
|
D | strchr.S | 49 $found: negq t0, t1 # e0 : clear all but least set bit
|
D | ev67-strchr.S | 78 $found: negq t0, t1 # E : clear all but least set bit
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | marvell-pp2.txt | 10 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.4.14/Documentation/devicetree/bindings/bus/ |
D | simple-pm-bus.txt | 17 - compatible: Must contain at least "simple-pm-bus". 24 Optional platform-specific properties for clock or PM domain control (at least
|
/linux-4.4.14/Documentation/device-mapper/ |
D | striped.txt | 12 <chunk size>: Size of each chunk of data. Must be at least as 37 die("Specify at least one device\n");
|
D | dm-queue-length.txt | 5 which selects a path with the least number of in-flight I/Os.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-net-cdc_ncm | 29 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.
|
D | pstore | 40 persistent storage until at least this amount is reached.
|
D | sysfs-class-uwb_rc | 16 If no beacons are received from a device for at least
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/samsung/ |
D | exynos-chipid.txt | 4 - compatible : Should at least contain "samsung,exynos4210-chipid".
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | arm,gic-v3.txt | 10 - 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".
|
D | ti,omap4-wugen-mpu | 9 - compatible : should contain at least "ti,omap4-wugen-mpu" or
|
/linux-4.4.14/arch/arm/lib/ |
D | xor-neon.c | 33 #warning This code requires at least version 4.6 of GCC
|
D | csumpartial.S | 104 cmp len, #8 @ Ensure that we have at least
|
/linux-4.4.14/Documentation/hwmon/ |
D | adc128d818 | 36 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
|
D | submitting-patches | 25 hardware. In such cases, you should test-build the code on at least one 112 chip may offer, it should at least support all limits and alarms. 114 * Last but not least, please check if a driver for your chip already exists
|
D | gl518sm | 27 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
|
D | sis5595 | 89 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
|
D | k8temp | 21 Please note that you will need at least lm-sensors 2.10.1 for proper userspace
|
D | smsc47m1 | 54 is read at least once. This means that the cause for the alarm may
|
D | adm1025 | 39 chip that way is obscure at least to me. The bit 5 of the configuration
|
D | lm80 | 56 is read at least once. This means that the cause for the alarm may
|
D | lm87 | 51 is read at least once. This means that the cause for the alarm may
|
D | lm78 | 61 is read at least once. This means that the cause for the alarm may
|
D | lm63 | 52 83 RPM, at least in theory.
|
D | via686a | 59 is read at least once. This means that the cause for the alarm may
|
/linux-4.4.14/drivers/staging/most/mostcore/ |
D | Kconfig | 11 This device driver needs at least an additional AIM and HDM to work.
|
/linux-4.4.14/drivers/parport/ |
D | BUGS-parport | 1 Currently known (or at least suspected) bugs in parport:
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.cx88 | 18 at least for some standards. 52 (3) Or you can mail me the config information. I need at least the
|
D | README.saa7134 | 25 Configure, build, install + boot the new kernel. You'll need at least
|
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/ |
D | mailbox.txt | 9 - #mbox-cells: Must be at least 1. Number of cells in a mailbox
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | arch_timer.txt | 13 - compatible : Should at least contain one of 50 - compatible : Should at least contain "arm,armv7-timer-mem".
|
D | psci.txt | 24 - compatible : should contain at least one of:
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | xics.txt | 22 least-significant end of the word: 43 bitfields, starting from the least-significant end of the word:
|
/linux-4.4.14/Documentation/devicetree/bindings/media/xilinx/ |
D | xlnx,v-tc.txt | 21 At least one of the xlnx,detector and xlnx,generator properties must be
|
D | xlnx,v-tpg.txt | 6 - compatible: Must contain at least one of
|
/linux-4.4.14/Documentation/scsi/ |
D | link_power_management_policy.txt | 7 least possible power when possible. This may
|
D | ChangeLog.sym53c8xx_2 | 59 defined at compile time, as at least NetBSD uses variables 78 - Forces the max number of tasks per LUN to at least 64.
|
D | libsas.txt | 173 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),
|
D | qlogicfas.txt | 61 large executable or archive). It should be at least 5 megabytes, but
|
/linux-4.4.14/Documentation/devicetree/bindings/timer/ |
D | brcm,bcm2835-system-timer.txt | 5 register, which is compared against the 32 least significant bits of the
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | ehci-omap.txt | 15 This property is required if at least one of the ports are in
|
D | nvidia,tegra20-ehci.txt | 11 "nvidia,<chip>-ehci" plus at least one of the above, where <chip> is
|
D | usb-ehci.txt | 5 - reg : should contain at least address and length of the standard EHCI
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-bus-usb | 89 KernelVersion: since at least 2.6.18 96 KernelVersion: since at least 2.6.18 135 KernelVersion: since at least 2.6.18
|
D | firewire-cdev | 84 prot = at least PROT_READ for reception and at least PROT_WRITE
|
D | sysfs-module | 9 will only show up if it has a version or at least one
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | softfloat-macros | 35 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.4.14/Documentation/devicetree/bindings/serial/ |
D | nxp,lpc1850-uart.txt | 14 be at least one channel named "tx" for transmit
|
D | qcom,msm-uartdm.txt | 9 - compatible: Should contain at least "qcom,msm-uartdm".
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | diu.txt | 8 - reg : should contain at least address and length of the DIU register
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | sun4i.txt | 16 between 0 (least sensitive) and 15
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-parport-light | 18 Default is 0x378 which is fairly common for parallel ports, at least on PC.
|
D | i2c-i801 | 67 The ICH chips contain at least SEVEN separate PCI functions in TWO logical 80 The ICH chips are quite similar to Intel's PIIX4 chip, at least in the
|
/linux-4.4.14/Documentation/devicetree/bindings/mips/img/ |
D | pistachio.txt | 13 A CPU sub-node is also required for at least CPU 0. Since the topology may
|
D | xilfpga.txt | 39 A CPU sub-node is also required for at least CPU 0. Required properties:
|
/linux-4.4.14/Documentation/power/ |
D | tricks.txt | 12 * use ext2. At least it has working fsck. [If something seems to go
|
D | states.txt | 18 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.4.14/Documentation/devicetree/bindings/display/armada/ |
D | marvell,dove-lcd.txt | 18 Note: all clocks are optional but at least one must be specified.
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | nvidia,tegra30-i2s.txt | 6 "nvidia,<chip>-i2s" plus at least one of the above, where <chip> is
|
D | imx-audio-spdif.txt | 25 * Note: At least one of these two properties should be set in the DT binding.
|
D | nvidia,tegra30-ahub.txt | 7 plus at least one of the above, where <chip> is tegra132.
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | dma.txt | 11 - #dma-cells: Must be at least 1. Used to provide DMA controller 43 - #dma-cells: Must be at least 1. Used to provide DMA router specific
|
/linux-4.4.14/Documentation/devicetree/bindings/net/can/ |
D | grcan.txt | 23 - systemid : If not present or if the value of the least significant 16 bits
|
/linux-4.4.14/drivers/input/joystick/iforce/ |
D | Kconfig | 10 You also must choose at least one of the two options below.
|
/linux-4.4.14/Documentation/isdn/ |
D | syncPPP.FAQ | 42 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:
|
D | HiSax.cert | 31 special hardware used will be regarded as approved if at least one
|
/linux-4.4.14/drivers/staging/vme/devices/ |
D | Kconfig | 8 VME windows in a manner at least semi-compatible with the interface
|
/linux-4.4.14/fs/befs/ |
D | Kconfig | 13 If you use this filesystem, you should also say Y to at least one
|
/linux-4.4.14/arch/alpha/kernel/ |
D | head.S | 60 # on the PC164 (at least), since that PALcode manages the interrupt
|
/linux-4.4.14/net/hsr/ |
D | Kconfig | 10 your Linux box needs (at least) two physical Ethernet interfaces,
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-fan.txt | 18 Note: At least one the "gpios" or "alarm-gpios" properties must be set.
|
D | gpio-mcp23s08.txt | 36 least one bit to 1 for SPI chips.
|
/linux-4.4.14/arch/arm/mach-s3c64xx/ |
D | Kconfig | 166 # At least some of the SMDK6410s were shipped with the card detect 180 at least some SMDK6410 boards come with the 189 at least some SMDK6410 boards come with the
|
/linux-4.4.14/Documentation/devicetree/bindings/x86/ |
D | ce4100.txt | 37 to contain at least the reg property containing the PCI bus address and
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | README | 21 assumes the DRAM starts at 0x40000000 and that it is at least 8 MB,
|
/linux-4.4.14/Documentation/devicetree/bindings/display/atmel/ |
D | hlcdc-dc.txt | 16 At least one port node is required.
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README | 5 You'll need at least these config options for bttv: 78 at least the country you are living in).
|
/linux-4.4.14/arch/um/ |
D | Kconfig.net | 21 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.4.14/Documentation/networking/ |
D | dccp.txt | 22 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).
|
D | ltpc.txt | 3 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)
|
D | xfrm_sync.txt | 43 A XFRM_MSG_NEWAE will have at least two TLVs (as is 102 at least one listener registered to listen to the multicast
|
D | netdevices.txt | 39 must be able to receive at least the maximum size packet allowed by
|
D | igb.txt | 89 interrupt. The moderation value should be at least as large as the expected
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | Kconfig | 36 will always reserve at least 2 bytes to make IP header
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/msm/ |
D | timer.txt | 5 - compatible : Should at least contain "qcom,msm-timer". More specific
|
/linux-4.4.14/drivers/staging/fsl-mc/ |
D | TODO | 4 * Add at least one device driver for a DPAA2 object (child device of the
|
/linux-4.4.14/scripts/coccinelle/misc/ |
D | doubleinit.cocci | 10 // Comments: requires at least Coccinelle 0.2.4, lex or parse error otherwise
|
/linux-4.4.14/arch/arm/mach-ux500/ |
D | Kconfig | 65 At least one platform needs to be selected in order to build
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | boost.txt | 37 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
|
D | cpu-drivers.txt | 143 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.4.14/Documentation/virtual/kvm/ |
D | msr.txt | 242 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.4.14/Documentation/devicetree/bindings/mmc/ |
D | sdhci-pxa.txt | 19 - clocks: Array of clocks required for SDHCI; requires at least one for
|
D | atmel-hsmci.txt | 15 - at least one slot node
|
/linux-4.4.14/arch/mips/kvm/ |
D | 00README.txt | 16 …ge Sizes: Both Host Kernel and Guest Kernel should have the same page size, currently at least 16K.
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | twl4030-power.txt | 14 The use of ti,twl4030-power-reset is recommended at least on
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | kirkwood-nsa310a.dts | 6 * There are at least two different NSA310 designs. This variant does
|
D | dm8168-evm.dts | 162 /* At least dm8168-evm rev c won't support multipoint, later may */
|
D | orion5x-lacie-ethernet-disk-mini-v2.dts | 89 * least three partitions: 'u-boot code', 'u-boot environment'
|
D | orion5x-maxtor-shared-storage-2.dts | 68 * least three partitions: 'u-boot code', 'u-boot environment'
|
D | orion5x-lacie-d2-network.dts | 108 * least three partitions: 'u-boot code', 'u-boot environment'
|
/linux-4.4.14/Documentation/timers/ |
D | hpet.txt | 10 each of which can generate oneshot interrupts and at least one of which has
|
D | NO_HZ.txt | 123 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.4.14/Documentation/devicetree/bindings/display/tilcdc/ |
D | panel.txt | 13 - raster-order: Raster Data Order Select: 1=Most-to-least 0=Least-to-most
|
/linux-4.4.14/arch/m32r/lib/ |
D | checksum.S | 74 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.4.14/drivers/block/paride/ |
D | Kconfig | 20 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.4.14/Documentation/fb/ |
D | cmap_xfbdev.txt | 50 that the app wants to match to. The above code is doing what looks like a least
|
D | intel810.txt | 113 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
|
D | intelfb.txt | 46 for the least amount). Note, an arbitrary setting may conflict
|
D | ep93xx-fb.txt | 122 At least on the EP9315 there is a silicon bug which causes bit 27 of
|
/linux-4.4.14/Documentation/infiniband/ |
D | user_mad.txt | 37 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.4.14/Documentation/devicetree/bindings/media/i2c/ |
D | adv7604.txt | 32 The digital output port node must contain at least one endpoint.
|
/linux-4.4.14/drivers/input/gameport/ |
D | Kconfig | 10 at least one of the hardware specific drivers.
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | TODO.lirc_zilog | 32 must consider at least the following bridge drivers which mention an IR Rx unit
|
/linux-4.4.14/Documentation/devicetree/bindings/ata/ |
D | ahci-platform.txt | 45 And at least one of the following properties:
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux-gpio.txt | 37 GPIOs, the first in the list holding the least-significant value.
|
D | nvidia,tegra20-i2c.txt | 7 "nvidia,<chip>-i2c", plus at least one of the above, where <chip> is
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | spi_pl022.txt | 22 least one channel named "tx" for transmit and named "rx" for
|
D | qcom,spi-qup.txt | 39 least one channel named "tx" for transmit and named "rx" for
|
D | spi-samsung.txt | 23 - dma-names: Names for the dma channels. There must be at least one channel
|
/linux-4.4.14/arch/sh/lib/ |
D | checksum.S | 78 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.4.14/arch/arm64/kernel/ |
D | head.S | 44 #error TEXT_OFFSET must be at least 4KB aligned 46 #error PAGE_OFFSET must be at least 2MB aligned
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | renesas,pfc-pinctrl.txt | 52 A configuration node or subnode must reference at least one pin (through the 53 pins or pin groups properties) and contain at least a function or one
|
D | allwinner,sunxi-pinctrl.txt | 28 A pinctrl node should contain at least one subnodes representing the
|
D | pinctrl-mt65xx.txt | 41 A pinctrl node should contain at least one subnodes representing the
|
D | rockchip,pinctrl.txt | 31 Required for at least rk3188 and rk3288. On the rk3368 this should
|
/linux-4.4.14/Documentation/input/ |
D | yealink.txt | 99 able to produce at least 1 2 3. 101 able to produce at least 0 1 2 3 4 5.
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | Kconfig | 11 If you have one of these devices, say M here and for at least
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/xilinx/ |
D | xilinx_vdma.txt | 11 - dma-channel child node: Should have at least one channel and can have up to
|
/linux-4.4.14/kernel/time/ |
D | Kconfig | 93 # We need at least one periodic CPU for timekeeping 134 At least one CPU must keep the scheduling-clock tick running for
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | README.vbi | 34 For each line the least significant 4 bits of the first byte contain the data type.
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | isil,isl12057.txt | 9 on at least three in-tree users of the chip (NETGEAR ReadyNAS 102, 104
|
/linux-4.4.14/fs/ocfs2/ |
D | Kconfig | 15 You'll want to install the ocfs2-tools package in order to at least
|
/linux-4.4.14/Documentation/filesystems/ |
D | ecryptfs.txt | 52 /root/crypt that is at least 12288 bytes in size (depending on your
|
D | cramfs.txt | 42 == 4096. At least the latter of these is a bug, but it hasn't been
|
D | locks.txt | 59 had a number of inherent dangers, not the least of which was the ability to
|
D | dnotify.txt | 36 is often blocked, so it is better to use (at least) SIGRTMIN + 1.
|
D | automount-support.txt | 42 (1) Create at least one list off which the vfsmounts to be expired can be
|
D | gfs2-uevents.txt | 65 have been preceded by at least an ADD uevent for the same filesystem,
|
/linux-4.4.14/arch/openrisc/ |
D | README.openrisc | 23 In order to build and run Linux for OpenRISC, you'll need at least a basic
|
/linux-4.4.14/arch/c6x/lib/ |
D | strasgi.S | 23 ;; This is essentially memcpy, with alignment known to be at least
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | ingenic,jz4780-nemc.txt | 21 - reg: Should contain at least one register specifier, given in the following
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | USB-Host.txt | 14 Enable at least the following kernel options:
|
D | CPUfreq.txt | 28 framework needs to supply at least basic details of what is required.
|
D | Suspend.txt | 19 2) Support for at least 1 source for resume
|
/linux-4.4.14/Documentation/watchdog/ |
D | pcwd-watchdog.txt | 14 signals to it so it doesn't reset your computer ... at least during
|
/linux-4.4.14/Documentation/ |
D | kernel-per-CPU-kthreads.txt | 135 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:
|
D | highuid.txt | 30 This affects at least:
|
D | ManagementStyle | 49 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.
|
D | assoc_array.txt | 34 [!] 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
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/ |
D | at91_adc.txt | 17 must be two at least.
|
/linux-4.4.14/drivers/net/wireless/brcm80211/ |
D | Kconfig | 26 Broadcom IEEE802.11n FullMAC chipsets. It has to work with at least
|
/linux-4.4.14/drivers/staging/iio/ |
D | TODO | 23 At least the battery voltage and die temperature feature is required in-kernel
|
/linux-4.4.14/drivers/firmware/efi/ |
D | Kconfig | 14 at least test release version 0.5.0-test3 or later, which is
|
/linux-4.4.14/fs/cramfs/ |
D | README | 70 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.4.14/arch/blackfin/kernel/ |
D | time-ts.c | 394 # error at least one clock event device is required in time_init()
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ipz_pt_fn.c | 94 #error Kernel pages must be at least as large than eHCA pages (4K) !
|
/linux-4.4.14/arch/x86/lib/ |
D | checksum_32.S | 73 jae 1f # Jump if we had at least two bytes. 297 jae 1f # Jump if we had at least two bytes.
|
/linux-4.4.14/arch/x86/um/ |
D | checksum_32.S | 61 jae 1f # Jump if we had at least two bytes.
|
/linux-4.4.14/drivers/ptp/ |
D | Kconfig | 23 also enable at least one clock driver as well.
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | host-generic-pci.txt | 24 at least a definition of non-prefetchable memory. One
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | jack.txt | 63 least one to be useful.
|
/linux-4.4.14/Documentation/locking/ |
D | lockdep-design.txt | 177 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.4.14/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 54 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.4.14/arch/arm/mm/ |
D | cache-v6.S | 48 .rept 11 @ ARM Ltd recommends at least
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | Kconfig | 113 With this you can make sure that DISPC FCK is at least
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-timechart.txt | 58 Print task info for at least given number of tasks.
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | xgene.txt | 25 reset and/or the divider. Either may be omitted, but at least
|
/linux-4.4.14/Documentation/vm/ |
D | page_owner.txt | 58 at least, we can tell whether the page is allocated or not,
|
D | active_mm.txt | 54 Usually there is at least one real user, but it could be that the real
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | nvidia,tegra20-usb-phy.txt | 8 "nvidia,<chip>-usb-phy" plus at least one of the above, where <chip> is
|
/linux-4.4.14/fs/proc/ |
D | Kconfig | 59 option will enlarge the kernel by at least 8 KB.
|
/linux-4.4.14/Documentation/networking/caif/ |
D | README | 97 The host seems to be able to send over the UART, at least the CAIF ldisc get
|
/linux-4.4.14/arch/arm/common/ |
D | mcpm_head.S | 99 @ state, because there is at least one active CPU (this CPU).
|
/linux-4.4.14/Documentation/x86/ |
D | tlb.txt | 68 may have differently-named counters, but they should at least
|
/linux-4.4.14/Documentation/misc-devices/ |
D | eeprom | 55 organization laid out by Frodo, but it should be at least completely
|
/linux-4.4.14/Documentation/frv/ |
D | configuring.txt | 50 window for the use as consistent DMA memory (mainly for PCI). At least a
|
/linux-4.4.14/sound/soc/omap/ |
D | Kconfig | 61 configured for at least 4 ports. Then, from userspace, you must load
|
/linux-4.4.14/drivers/net/usb/ |
D | Kconfig | 165 This driver should work with at least the following devices: 195 This driver should work with at least the following devices: 216 This driver should work with at least the following devices: 257 This driver should work with at least the following devices:
|
/linux-4.4.14/Documentation/RCU/ |
D | trace.txt | 73 but have been online at least once since boot. There will be 351 indicates that at least one task blocked in an RCU 354 at least one task blocked in an RCU read-side critical 357 least one task is blocked within an RCU read-side 510 was at least one task blocking the current non-expedited grace
|
/linux-4.4.14/Documentation/cdrom/ |
D | packet-writing.txt | 81 been implemented yet, so you are likely to get at least some
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | NOTES | 3 In the current snapdragon SoC's, we have (at least) 3 different
|
/linux-4.4.14/Documentation/ABI/ |
D | README | 16 them will be guaranteed for at least 2 years. Most interfaces
|
/linux-4.4.14/Documentation/fmc/ |
D | fmc-write-eeprom.txt | 53 EEPROM image, at least if your mezzanines are being used in the White
|