/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_lblcr.c | 217 struct ip_vs_dest *dest, *most; in ip_vs_dest_set_max() local 225 most = e->dest; in ip_vs_dest_set_max() 226 if (atomic_read(&most->weight) > 0) { in ip_vs_dest_set_max() 227 moh = ip_vs_dest_conn_overhead(most); in ip_vs_dest_set_max() 240 (__s64)doh * atomic_read(&most->weight)) in ip_vs_dest_set_max() 242 most = dest; in ip_vs_dest_set_max() 250 IP_VS_DBG_ADDR(most->af, &most->addr), ntohs(most->port), in ip_vs_dest_set_max() 251 atomic_read(&most->activeconns), in ip_vs_dest_set_max() 252 atomic_read(&most->refcnt), in ip_vs_dest_set_max() 253 atomic_read(&most->weight), moh); in ip_vs_dest_set_max() [all …]
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-soc | 33 Read-only attribute supported by most SoCs. In the case of 40 Read-only attribute supported by most SoCs. Contains the SoC's 55 expected under most buses. /sys/bus/soc/devices is of particular
|
D | debugfs-pfo-nx-crypto | 18 - The most recent non-zero return code from the H_COP_OP hcall. -EBUSY is not 22 - The process ID of the process who received the most recent error from the
|
D | sysfs-class-bdi | 48 most of the write-back cache. For example in case of an NFS
|
D | sysfs-platform-kim | 31 entry most often should be 1, the host's UART is required
|
D | sysfs-firmware-memmap | 10 However, on most architectures that firmware-provided memory
|
D | sysfs-driver-ppi | 35 This attribute shows the response to the most recent operation
|
D | sysfs-bus-event_source-devices-events | 18 supported by many/most CPUs. These events can be monitored
|
/linux-4.1.27/drivers/misc/eeprom/ |
D | Kconfig | 4 tristate "I2C EEPROMs / RAMs / ROMs from most vendors" 7 Enable this driver to get read/write support to most I2C EEPROMs 31 tristate "SPI EEPROMs from most vendors" 34 Enable this driver to get read/write support to most SPI EEPROMs,
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | cifs.txt | 3 (SMB) protocol, the native file sharing mechanism for most early 13 The intent of this module is to provide the most advanced network
|
/linux-4.1.27/Documentation/devicetree/bindings/reset/ |
D | reset.txt | 4 internally in most IC (SoC, FPGA, ...) designs. Reset signals for whole 5 standalone chips are most likely better represented as GPIOs, although there 25 where it makes most sense to control it; this may be a bus node if all
|
D | sirf,rstc.txt | 25 reset signals for most blocks in system. Those device nodes should specify the
|
/linux-4.1.27/Documentation/ |
D | eisa.txt | 14 most EISA drivers are among the oldest Linux drivers so, as you can 19 - The bus code implements most of the generic code. It is shared 181 code (since probing is now in the core EISA code). Unfortunately, most 188 yet been probed. In fact, that's what happens most of the time (the 190 Unfortunately, most drivers are doing the probing by themselves, and
|
D | hwspinlock.txt | 65 Returns 0 when successful and an appropriate error code otherwise (most 76 Returns 0 when successful and an appropriate error code otherwise (most 89 Returns 0 when successful and an appropriate error code otherwise (most 100 Returns 0 on success and an appropriate error code otherwise (most 110 Returns 0 on success and an appropriate error code otherwise (most 121 Returns 0 on success and an appropriate error code otherwise (most
|
D | debugging-via-ohci1394.txt | 25 With most FireWire controllers, memory access is limited to the low 4 GB 35 this facility proved most useful for examining long debugs logs in the printk 102 systems, it most likely is. Only specialized shops have cards which are not
|
D | CodeOfConflict | 11 to create the most robust operating system kernel ever, and we do not
|
D | VGA-softcursor.txt | 27 and the most significant one turns on highlight (or sometimes blinking--it
|
D | irqflags-tracing.txt | 34 two do not match. Usually most of the time for arch support for
|
D | crc32.txt | 20 CRC is written in hex with the most significant bit omitted. (If you're 27 little-endian; the most significant bit (sometimes used for parity) 77 The most significant coefficient of the remainder polynomial is stored
|
D | cpu-load.txt | 20 In most cases the `/proc/stat' information reflects the reality quite
|
D | robust-futexes.txt | 41 (and in most cases there is none, futexes being fast lightweight locks) 88 registration happens at most once per thread lifetime]. At do_exit() 158 (1 million held locks are unheard of - we expect at most a handful of
|
D | workqueue.txt | 21 is needed and the workqueue (wq) API is the most commonly used 228 at most one worker system-wide at any given time. 234 with @max_active of 16, at most 16 work items of the wq can be 336 recommended. In most use cases, concurrency level usually stays
|
D | SM501.txt | 40 as this is by-far the most resource-sensitive of the on-chip functions.
|
/linux-4.1.27/Documentation/arm/ |
D | CCN.txt | 31 4 hardcoded for the most frequent use cases. 51 would try (and in most cases fail) to set up the same event
|
D | vlocks.txt | 85 _last_ CPU which attempts to get the lock which will be most likely 195 grabbing most of this text out of the relevant mail thread and writing
|
/linux-4.1.27/Documentation/timers/ |
D | timers-howto.txt | 7 This question is most often faced by driver writers who have to 8 deal with hardware delays and who may not be the most intimately 15 The first, and most important, question you need to ask is "Is my
|
D | hrtimers.txt | 43 - the timer wheel code is most optimal for use cases which can be 52 Accurate timing for them is not a core purpose - in fact most of the 53 timeout values used are ad-hoc. For them it is at most a necessary 55 (because most of the timeouts are deleted before completion), which
|
/linux-4.1.27/Documentation/locking/ |
D | spinlocks.txt | 3 The most basic primitive for locking is spinlock. 26 spinlock for most things - using more than one spinlock can make things a 34 shared data structures _everywhere_ they are used. The spinlocks are most 83 NOTE! We are working hard to remove reader-writer spinlocks in most 92 are the most safe ones, and the ones that work under all circumstances,
|
D | mutex-design.txt | 32 In its most basic form it also includes a wait-queue and a spinlock 147 most locks in the kernel. E.g: on x86-64 it is 40 bytes, almost twice
|
D | lglock.txt | 46 give most of the performance benefits without inhibiting migration 129 * suitable for code that can do most operations on the CPU local
|
/linux-4.1.27/Documentation/networking/ |
D | regulatory.txt | 104 { ZD_REGDOMAIN_ETSI, "DE" }, /* Generic ETSI, use most restrictive */ 195 In most situations the userland solution using CRDA as described 210 Again, most users in most situations should be using the CRDA package 211 provided with their distribution, and in most other situations users
|
D | atm.txt | 1 In order to use anything but the most primitive functions of ATM,
|
D | sctp.txt | 27 -There is tentative support for IPv6, but most work has gone towards
|
D | vxlan.txt | 14 Unlike most tunnels, a VXLAN is a 1 to N network, not just point
|
D | mac80211-injection.txt | 15 Despite many radiotap parameters being currently defined, most only make sense
|
D | dl2k.txt | 58 In Linux, NIC drivers are most commonly configured as loadable modules. 158 2. Locate the boot module configuration file, most commonly in the 170 4. Note that for most Linux distributions, Red Hat included, a configuration
|
D | netconsole.txt | 18 capture of early kernel panics, it does capture most of the boot 173 enable the logging of even the most critical kernel bugs. It works
|
D | e1000e.txt | 87 stepwise to 20000. This default mode is suitable for most applications. 217 driver will try other interrupt modes, from least to most compatible. The 296 In most cases Wake On LAN is only supported on port A for multiple port
|
/linux-4.1.27/net/can/ |
D | Kconfig | 27 most cases where no higher level protocol is being used. The raw 39 You probably want to use the bcm socket in most cases where cyclic
|
/linux-4.1.27/Documentation/dvb/ |
D | udev.txt | 21 dir where udev can execute it, most likely /etc/udev/scripts/ 34 will tell you the directory where the rules are, most likely it's /etc/udev/rules.d/
|
D | ci.txt | 79 This is one of the most commonly asked question. Well a nice question. 102 implemented by most applications. Hence this area is revisited.
|
/linux-4.1.27/sound/parisc/ |
D | Kconfig | 17 chip found in most GSC-based PA-RISC workstations. It's frequently
|
/linux-4.1.27/arch/avr32/boards/favr-32/ |
D | Kconfig | 15 generate most other frequencies in power of 2 steps.
|
/linux-4.1.27/drivers/memstick/ |
D | Kconfig | 18 This is an option for use by developers; most people should
|
/linux-4.1.27/drivers/ipack/ |
D | Kconfig | 13 large variety of functionality, they are most often found in
|
/linux-4.1.27/Documentation/usb/ |
D | dma.txt | 8 The big picture is that USB drivers can continue to ignore most DMA issues, 66 On most systems the memory returned will be uncached, because the 89 DMA address space of the device. However, most buffers passed to your 132 calls (where the underlying DMA primitives have changed), most of them can
|
D | wusb-cbaf | 55 You can default most arguments to '' to get a sane value:
|
D | gadget_multi.txt | 49 The good news is: you do not have to worry about most of the 104 as well. It most likely won't work on Windows prior to Windows XP
|
D | hotplug.txt | 4 into the bus with power on. In most cases, users expect the devices to become 73 hotplugging is independent of "usbdevfs": you can do most essential parts
|
D | ehci.txt | 63 most USB audio and video devices can't be connected to high speed buses. 148 Bulk transfers are most often used where throughput is an issue. It's 150 and at most 13 of those fit into one USB 2.0 microframe. Eight USB 2.0
|
/linux-4.1.27/sound/aoa/codecs/ |
D | Kconfig | 8 (most of those with digital audio output).
|
/linux-4.1.27/drivers/mmc/ |
D | Kconfig | 19 This is an option for use by developers; most people should
|
/linux-4.1.27/Documentation/input/ |
D | gamepad.txt | 40 differently labeled on most devices so we define them as NORTH, 45 Different constellations, but most-times 2 buttons: SELECT - START 51 all devices have both or any, but they are present at most times. 136 space must correctly deal with any situation and choose the most appropriate
|
D | event-codes.txt | 141 for one code from each group. At most only one of these BTN_TOOL_<name> 271 Some touchpads, most common between 2008 and 2011, can detect the presence 277 bounding box, or just some of them, for instance the two most recent 286 Some laptops, most notably the Lenovo *40 series provide a trackstick
|
D | input.txt | 34 most of the existing input system, which is why it lives in 54 For the most usual configuration, with one USB mouse and one USB keyboard, 102 usbhid is the largest and most complex driver of the whole suite. It
|
/linux-4.1.27/arch/cris/arch-v32/mach-fs/ |
D | Kconfig | 28 Waitstates for SRAM. 0 is a good choice for most Axis products. 35 Waitstates for CSP0-3. 0 is a good choice for most Axis products. 44 Waitstates for CSP4-6. 0 is a good choice for most Axis products. 72 most hardwares but large SDRAMs may require a faster
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | twl6030_omap4.dtsi | 11 * On most OMAP4 platforms, the twl6030 IRQ line is connected
|
D | twl4030_omap3.dtsi | 16 * On most OMAP3 platforms, the twl4030 IRQ line is connected
|
/linux-4.1.27/drivers/staging/rtl8723au/ |
D | TODO | 7 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
|
/linux-4.1.27/Documentation/EDID/ |
D | HOWTO.txt | 13 Adding the kernel parameter "nomodeset" helps in most cases, but causes 55 most probably complain about a wrong CRC. Fortunately, the utility also
|
/linux-4.1.27/Documentation/video4linux/ |
D | si470x.txt | 9 most often used radio receivers in cell phones. Usually they are connected with 13 code. The software also contains an automatic firmware upgrade to the most 49 Testing is usually done with most application under Debian/testing:
|
D | omap4_camera.txt | 21 It makes use of the Media Controller framework [2], and inherited most of the
|
D | cafe_ccic | 18 There are a few load-time options, most of which can be changed after
|
D | cpia2_overview.txt | 31 of these registers and the possible values for most of them.
|
/linux-4.1.27/arch/arm/firmware/ |
D | Kconfig | 16 Some devices (including most Tegra-based consumer devices on the
|
/linux-4.1.27/drivers/misc/cb710/ |
D | Kconfig | 19 This is an option for use by developers; most people should
|
/linux-4.1.27/sound/pci/ |
D | fm801.c | 735 u8 data, clk, wren, most; member 740 { .data = 1, .clk = 3, .wren = 2, .most = 0, .name = "SF256-PCS" }, 741 { .data = 1, .clk = 0, .wren = 2, .most = 3, .name = "SF256-PCP" }, 742 { .data = 2, .clk = 0, .wren = 1, .most = 3, .name = "SF64-PCR" }, 776 if (reg & FM801_GPIO_GP(gpio.most)) in snd_fm801_tea575x_get_pins() 791 FM801_GPIO_GS(gpio.most); in snd_fm801_tea575x_set_direction() 804 FM801_GPIO_GD(gpio.most) | in snd_fm801_tea575x_set_direction() 806 FM801_GPIO_GP(gpio.most) | in snd_fm801_tea575x_set_direction()
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | PROBLEMS | 8 XFree-3.2A! This solved the problem for most people. 33 bttv with it. bttv seems to work with most S3 cards with Accelerated X.
|
D | Tuners | 62 MK2 series PHILIPS_API, most tuners are compatible to this one !
|
/linux-4.1.27/Documentation/namespaces/ |
D | resource-control.txt | 13 package present on most distros editing /etc/cgrules.conf,
|
/linux-4.1.27/drivers/staging/rtl8188eu/ |
D | TODO | 7 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
|
/linux-4.1.27/Documentation/i2c/ |
D | fault-codes | 1 This is a summary of the most important conventions for use of fault 24 These are returned as negative numbers from most calls, with zero or 27 though most Linux systems use <asm-generic/errno*.h> numbering.
|
D | summary | 14 achieve I2C branding. Modern PC mainboards rely on SMBus. The most common
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-help.txt | 16 command and a list of the most commonly used perf commands are printed
|
/linux-4.1.27/Documentation/cpuidle/ |
D | governor.txt | 23 with different governors. By default, most optimal governor based on your
|
/linux-4.1.27/sound/spi/ |
D | Kconfig | 21 peripheral found on most AT91 and AVR32 microprocessors.
|
/linux-4.1.27/Documentation/hwmon/ |
D | sch5627 | 21 initialization most be done by the BIOS, so if the watchdog is not enabled
|
D | lm83 | 45 The LM82 is confirmed to have been found on most AMD Geode reference 80 all four sensors. There is no hysteresis mechanism as found on most
|
D | lineage-pem | 20 Lineage CPL power entry modules are nominally PMBus compliant. However, most
|
D | g762 | 65 Note that the driver will update its values at most once per second.
|
D | ina209 | 31 This tries to expose most monitoring features of the hardware via
|
/linux-4.1.27/drivers/pcmcia/ |
D | rsrc_nonstatic.c | 192 u_char *b, hole, most; in do_io_probe() local 205 for (i = base, most = 0; i < base+num; i += 8) { in do_io_probe() 214 if ((j == 8) && (++b[hole] > b[most])) in do_io_probe() 215 most = hole; in do_io_probe() 216 if (b[most] == 127) in do_io_probe() 232 if (inb(i+j) != most) in do_io_probe()
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | TODO | 6 . This is mainly theoretical since most of these devices don't actually
|
/linux-4.1.27/net/wimax/ |
D | Kconfig | 14 Please note that most of these devices require signing up
|
/linux-4.1.27/Documentation/blackfin/ |
D | bfin-spi-notes.txt | 9 In most cases you can utilize SPI MODE_3 instead of MODE_0 to work-around this
|
D | bfin-gpio-notes.txt | 50 These functions are wrapped by other functions, most of the users need not
|
/linux-4.1.27/net/irda/ |
D | Kconfig | 12 infrared communication and is supported by most laptops and PDA's. 54 makes sense since most frames will be sent/received on the same
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | Kconfig | 23 cards, below. However, most people with a network card of this type 52 cards, above. However, most people with a network card of this type 165 It should work with most DEC 21*4*-based chips/ethercards, as well
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | compress_offload.txt | 49 - Focus on main formats. This API provides support for the most 121 most important field in the parameters is the codec type; in most 156 difficult to reach with all types of compressed data, but works fine with most 189 - then call partial_drain to flush most of buffer in DSP
|
D | Bt87x.txt | 16 playback). As most TV cards come with a short cable which can be plugged
|
/linux-4.1.27/Documentation/fmc/ |
D | carrier.txt | 17 for example we most likely won't have the whole EEPROM available for 57 The meaning of most fields is summarized in the code comment above. 154 carrier offers. They are not expected to fail, and most of the time 197 but fmc-specific flags may be added in the future. You'll most 231 from 0 to at most 4095. Configuration is performed by passing a 254 it most likely means that the current carrier is a still-unknown one.
|
D | FMC-and-SDB.txt | 18 The most up to date version of code and documentation is always 50 most carriers have only one connector, and carriers with several
|
D | parameters.txt | 20 EEPROM dumping avoids repeating lines, since most of the contents is
|
D | mezzanine.txt | 40 Like most other Linux drivers, and FMC driver must list all the devices 85 carriers will most likely offer something similar but not identical,
|
/linux-4.1.27/Documentation/fb/ |
D | sa1100fb.txt | 12 For most common passive displays, giving the option
|
D | uvesafb.txt | 33 The most important limitations are: 37 or most optimal resolution/refresh rate for your setup will not work 41 ratio, which is what most BIOS-es are limited to.
|
D | modedb.txt | 86 manufacturers. Specifying for CVT will work for most, if not all, relatively 87 new CRT displays and probably with most flatpanels, if 'reduced blanking'
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | atmel-dma.txt | 25 2. The memory interface (16 most significant bits), the peripheral interface
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-dma.txt | 9 memory without requiring help from a CPU. Like most hardware, it must operate 73 most likely get corrupted.
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | x_snan.S | 161 | Get the 32 most significant bits of etemp mantissa 183 | Get the 16 most significant bits of etemp mantissa 205 | Get the 8 most significant bits of etemp mantissa
|
/linux-4.1.27/fs/reiserfs/ |
D | README | 64 recompile your kernel, most of the time. The errors you get will be 73 the software component development power of the internet. Be the most 92 to work the way he did, he is one of the most selfless men I know. 148 Jeff Mahoney, of SuSE, contributed a few cleanup fixes, most notably
|
/linux-4.1.27/Documentation/filesystems/ |
D | romfs.txt | 51 bytes. This is quite rare however, since most file names are longer 139 aligned to 16 byte boundaries, but most hardware devices and the block 146 features and code, because the primary and most important advantage of 173 have most of it (i.e. except the start and the end) laying at "natural"
|
D | seq_file.txt | 38 * A set of canned file_operations which implement most operations on 75 Positioning can thus be done in whatever way makes the most sense for the 99 iterator, but that will not be the case for most other seq_file 100 implementations; in most cases the start() function should check for a 224 most of the work. The virtual file author still must implement the open()
|
D | affs.txt | 49 This is useful since most of the plain AmigaOS files 105 options. Since most of the Amiga file systems are single user systems 185 this fs. For a most up-to-date list of bugs please consult
|
D | mandatory-locking.txt | 36 The most commonly used example of this (and in the case of sendmail, the most 86 Generally I have tried to make the most sense out of the behaviour exhibited
|
D | logfs.txt | 22 For the most part, the superblocks can be considered read-only. They 46 for the most recent commit entry, which contains a list of pointers to 221 most purposes. At umount time, however, the inode file needs to
|
D | isofs.txt | 11 Unix for the most part doesn't know how to deal with Unicode.
|
/linux-4.1.27/arch/cris/arch-v32/ |
D | Kconfig | 132 Waitstates for SRAM. 0 is a good choice for most Axis products. 139 Waitstates for CSP0-3. 0 is a good choice for most Axis products. 148 Waitstates for CSP4-6. 0 is a good choice for most Axis products. 176 most hardwares but large SDRAMs may require a faster
|
/linux-4.1.27/drivers/staging/slicoss/ |
D | TODO | 15 looks like most aren't really useful
|
/linux-4.1.27/drivers/gpu/drm/panel/ |
D | Kconfig | 16 DRM panel driver for dumb panels that need at most a regulator and
|
/linux-4.1.27/Documentation/fault-injection/ |
D | fault-injection.txt | 56 specifies how many times failures may happen at most. 258 Same as above except to specify 100 times failures at most instead of one time 259 at most by default.
|
/linux-4.1.27/Documentation/laptops/ |
D | asus-laptop.txt | 14 switching the LCD backlight on and off, and most importantly, allows you to 149 In most cases, the appropriate displays must be plugged in for the above 221 most of the time:
|
/linux-4.1.27/arch/alpha/ |
D | Kconfig.debug | 22 most older bootloaders -- APB or MILO -- hardcoded the kernel start
|
/linux-4.1.27/drivers/memstick/core/ |
D | Kconfig | 14 in most cases result in data corruption.
|
/linux-4.1.27/arch/avr32/boards/hammerhead/ |
D | Kconfig | 18 and framebuffer console support to get the most out of your LCD.
|
/linux-4.1.27/Documentation/RCU/ |
D | listRCU.txt | 15 based on the results of the search. The most celebrated example is 150 needed on weakly ordered CPUs (most of them!). The list_del_rcu() 222 The auditing examples above tolerate stale data, as do most algorithms 297 the most amenable to use of RCU. The simplest case is where entries are
|
D | whatisRCU.txt | 16 most of the past descriptions of RCU have been written with the mistaken 32 Section 1, though most readers will profit by reading this section at 41 So, start with the section that makes the most sense to you and your 126 expressed in terms of these five, though most implementations instead 188 to be useful in all but the most read-intensive situations, 225 rcu_assign_pointer() is most frequently used indirectly, via 319 diagram above shows the first one, which is by far the most commonly used. 348 Again, most uses will be of (a). The (b) and (c) cases are important
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | Kconfig | 29 On most cases, all you need for IR is mceusb module.
|
/linux-4.1.27/fs/squashfs/ |
D | Kconfig | 133 LZ4 is not the standard compression used in Squashfs and so most 148 LZO is not the standard compression used in Squashfs and so most 163 XZ is not the standard compression used in Squashfs and so most
|
/linux-4.1.27/Documentation/development-process/ |
D | 1.Intro | 60 contributors to each release, is one of the largest and most active free 78 One of the most compelling features of Linux is that it is accessible to 82 process. But, if anything, the kernel is even more open than most other 135 relevant aspects of the kernel development process; most of these will be 201 most binary-only modules are derived products of the kernel and that, as 210 problems, to the point that most kernel developers will not even try. So
|
D | 7.AdvancedTopics | 13 version management it embodied most certainly was not. Distributed version 126 should not be making changes to the core memory management code. And, most 157 the most experienced developers can be improved, though. Perhaps the best
|
D | 4.Coding | 21 in that file were taken as being, at most, advisory. As a result, there is 177 regressions have become most unwelcome in the mainline kernel. With few 228 features; most of these are found in the "kernel hacking" submenu. Several 245 should be used on most development kernels. 352 note that, often, comments are most notable by their absence. Once again, 370 except under the most severe circumstances. The kernel's internal
|
D | 8.Conclusion | 64 is always more work to do. But, just as importantly, most other
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-stp-xway.txt | 4 peripheral controller used to drive external shift register cascades. At most
|
/linux-4.1.27/tools/power/cpupower/ |
D | README | 29 should suffice on most systems. It builds libcpupower to put in
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsd-admin-interfaces.txt | 34 fs/nfsd/nfsctl.c; most of them have detailed comments.
|
/linux-4.1.27/Documentation/devicetree/bindings/drm/tilcdc/ |
D | panel.txt | 13 - raster-order: Raster Data Order Select: 1=Most-to-least 0=Least-to-most
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | Kconfig | 43 as "1024 * (1 - MinNVB / MaxNVB)", which gives 20 for most NANDs 99 volumes in read-only mode (e.g., ext4), but it is probably most
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig-language.txt | 63 Every menu entry can have at most one prompt, which is used to display 150 At most one symbol may have the "modules" option set. 199 Non-constant symbols are the most common ones and are defined with the 347 This is a collection of Kconfig tips, most of which aren't obvious at 348 first glance and most of which have become idioms in several Kconfig
|
D | headers_install.txt | 14 subdirectories under that (most notably /usr/include/linux and
|
/linux-4.1.27/Documentation/power/ |
D | video.txt | 6 During S3 resume, hardware needs to be reinitialized. For most 31 Currently, VBE_SAVE method (6 below) works on most 66 (7) on some systems, it is possible to boot most of kernel, and then
|
D | basic-pm-debugging.txt | 13 hibernation is most likely to work correctly. Still, you need to repeat the 107 If the "devices" test fails, most likely there is a driver that cannot suspend 114 - if the test succeeds, load a half of the drivers you have unloaded most 140 the problem is most probably hardware-related and serious, so it should be
|
D | states.txt | 100 requirements, but should work in most cases. Some, albeit outdated, 102 Alternatively, userspace can do most of the actual suspend to disk work,
|
/linux-4.1.27/ |
D | REPORTING-BUGS | 84 The most important information in a bug report is how to reproduce the 85 bug. This includes system information, and (most importantly) 140 recompiling your kernel, and/or re-triggering your bug. The most
|
/linux-4.1.27/drivers/staging/lustre/lustre/ |
D | Kconfig | 25 Lustre file system is the most popular cluster file system in high
|
/linux-4.1.27/Documentation/driver-model/ |
D | overview.txt | 32 not every bus is able to support all such operations, although most 33 buses support most of those operations.
|
D | devres.txt | 99 detached. If most resources are acquired using managed interface, a 166 For LLDs, just returning error code suffices in most cases.
|
D | design-patterns.txt | 21 The most common way to achieve this is to use the state container design
|
/linux-4.1.27/drivers/net/arcnet/ |
D | Kconfig | 33 packet driver or most DOS/Windows ODI drivers. Please read the 46 packet driver or most DOS/Windows ODI drivers. RFC1201 is included
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | softfloat-macros | 88 _plus_ the number of bits given in `count'. The shifted result is at most 91 shifted off is the most-significant bit of the extra result, and the other 213 at most 128 nonzero bits; these are broken into two 64-bit pieces which are 216 the most-significant bit of the extra result, and the other 63 bits of the 637 Returns the number of leading 0 bits before the most-significant 1 bit 679 Returns the number of leading 0 bits before the most-significant 1 bit
|
/linux-4.1.27/Documentation/blockdev/ |
D | paride.txt | 12 to pass commands and data through the parallel port interface, most 50 as well as most of the clone and no-name products on the market. 218 For most adapters, giving a port address and protocol number is sufficient, 301 devices. The most common devices in this category are PD drives 328 The most common problems that people report with the PARIDE drivers 339 a default value for this delay. In most cases, the user can override
|
D | cciss.txt | 167 resetting the device. Additionally, most tape drives will not oblige 169 obey a reset command, though in most circumstances they will. In
|
/linux-4.1.27/arch/x86/math-emu/ |
D | README | 61 is not the obvious one which most people seem to use, but is designed 76 to a few pi, and accurate to more than 64 bits for most arguments, 166 which require most computation. The simple instructions are adversely 221 progressively slower for most functions as more of the 80486 features 345 Another line of figures at the end of the table shows that most of the 350 result of the given accuracy in bits (given in the left-most column)
|
/linux-4.1.27/Documentation/cgroups/ |
D | unified-hierarchy.txt | 46 on the same hierarchy and most configurations resort to putting each 71 In most use cases, putting controllers on hierarchies which are 82 retaining enough flexibility for most use cases. Various other 237 requires special treatment from most controllers. How resource 348 default and in the common case most cgroups are eligible for the 359 But this generally goes against the goal of making the most out of 365 getting it wrong results in OOM kills, most users tend to err on the
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.OSS | 271 For most other "supposed to be SB compatible" cards you have to use other 272 than SB drivers (see below). It is possible to get most sound cards to work 277 - The SB emulation is at most SB Pro (DSP version 3.x) which means that 283 - The card may work only in some cases but refuse to work most of the 293 to be the most common cause. 337 New versions of most sound cards use the so-called ISA PnP protocol for 346 PnP sound cards (as well as most other PnP ISA cards) are not supported 351 There is a method to get most of the PnP cards to work. The basic method 436 in addition to their native (16 bit) mode. In most cases this 444 In most cases the 16 bit native mode is supported by Linux. [all …]
|
D | Soundblaster | 35 You may well want to load the opl3 driver for synth music on most SB and
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | common-properties.txt | 26 most existing (PCI-based) drivers implicitly default to LE by using
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux-gpio.txt | 43 If an idle state is not defined, the most recently used value will be
|
D | i2c-mux-pinctrl.txt | 53 If an idle state is not defined, the most recently used pinctrl state will be
|
/linux-4.1.27/Documentation/auxdisplay/ |
D | cfag12864b | 102 which is the best option for most uses.
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-viapro | 68 Except for the oldest chips (VT82C596A/B, VT82C686A and most probably
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | ring.txt | 30 If possible, get the most recent scan from the buffer (without removal).
|
/linux-4.1.27/Documentation/scheduler/ |
D | completion.txt | 77 most likely a bug as it re-initializes the queue to an empty queue and 147 most(/all) cases - in cases where the status is deliberately not checked you 167 The task is marked as TASK_UNINTERRUPTIBLE and will wait at most 'timeout'
|
/linux-4.1.27/Documentation/devicetree/ |
D | usage-model.txt | 76 The most important thing to understand is that the DT is simply a data 118 boards it is compatible with sorted from most compatible to least. For 127 of SoCs in general. You'll notice that the list is sorted from most 149 setup_machine_fdt() returns the 'most compatible' machine_desc based 180 In most cases, a DT will be the sole method of communicating data from 235 The most interesting hook in the DT context is .init_machine() which
|
/linux-4.1.27/drivers/net/usb/ |
D | Kconfig | 58 This driver is likely to work with most 10Mbps only USB Ethernet 134 a two-node link, or "eth0" for most CDC-Ethernet devices. Those 135 two-node links are most easily managed with Ethernet Bridging 430 used by most of the ARM Linux community with device controllers 537 cellular modem, as found on most Nokia handsets with the 570 command to the modem through its CDC ACM port, and most
|
/linux-4.1.27/tools/testing/fault-injection/ |
D | failcmd.sh | 30 specifies how many times failures may happen at most.
|
/linux-4.1.27/kernel/ |
D | Kconfig.preempt | 10 throughput. It will still provide good latencies most of the
|
/linux-4.1.27/Documentation/vm/ |
D | soft-dirty.txt | 31 While in most cases tracking memory changes by #PF-s is more than enough
|
D | highmem.txt | 51 This means that the kernel can at most map 1GiB of physical memory at any one 149 (*) you can have 896M/sizeof(struct page) page-frames at most; with struct
|
D | overcommit-accounting | 18 Depending on the amount you use, in most situations
|
/linux-4.1.27/net/batman-adv/ |
D | Kconfig | 67 This is an option for use by developers; most people should
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | s390-diag.txt | 8 Note that bits are numbered as by the usual s390 convention (most significant
|
/linux-4.1.27/arch/alpha/lib/ |
D | memchr.S | 72 # Deal with the case where at most 8 bytes remain to be searched
|
D | ev6-memchr.S | 71 # Deal with the case where at most 8 bytes remain to be searched
|
/linux-4.1.27/arch/sh/ |
D | Kconfig.cpu | 39 Most SH-3 users will want to say Y here, whereas most SH-4 users will
|
D | Kconfig.debug | 57 the kernel in size a bit, most users will want to say N here.
|
/linux-4.1.27/drivers/staging/ |
D | Kconfig | 10 interfaces that most likely will be changed in the near
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | Kconfig | 33 This driver supports most devices that are supported by the
|
/linux-4.1.27/Documentation/arm/pxa/ |
D | mfp.txt | 233 for most updated info) 273 and is supposed to work in most cases. 279 straight-forward, most bits can be converted directly into MFPR value
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | Kconfig | 64 most likely want to say N here. 198 component, you most likely want to say N here.
|
/linux-4.1.27/Documentation/scsi/ |
D | g_NCR5380.txt | 16 The drivers/scsi/Makefile has an override in it for the most common
|
D | cxgb3i.txt | 82 "-I <iface file name>" option needs to be specified with most of the
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | Kconfig | 26 This driver supports the "hme" interface present on most Ultra
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-log.txt | 40 so log implementations can be done there. This is done by forwarding most
|
/linux-4.1.27/kernel/time/ |
D | timeconst.bc | 30 by at most one in the upper half of the unsigned range. */
|
/linux-4.1.27/drivers/atm/ |
D | nicstarmac.copyright | 27 * the linear buffer needed by most non-ATM protocol stacks (e.g. IP)
|
/linux-4.1.27/drivers/s390/block/ |
D | Kconfig | 45 ECKD devices are the most commonly used devices. You should enable
|
/linux-4.1.27/Documentation/sysctl/ |
D | fs.txt | 116 enough for most machines. Actual limit depends on RLIMIT_NOFILE 165 time-of-check-time-of-use race, most commonly seen in world-writable 185 time-of-check-time-of-use race, most commonly seen in world-writable
|
/linux-4.1.27/Documentation/thermal/ |
D | intel_powerclamp.txt | 233 case, little can be done from the idle injection threads. In most 242 this effect is minor, in that in most cases change to the target 307 certain temperature (below most active trip points).
|
/linux-4.1.27/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 33 the most common ones are handled by the framework, supported by some assistance 120 change the function header. Other changes are most likely not needed, because
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | Kconfig | 59 MAX_PHYS_SEGMENTS in most kernels. However in SuSE kernels this
|
/linux-4.1.27/Documentation/ide/ |
D | ide-tape.txt | 62 ATAPI overlap is likely to be supported in most new ATAPI
|
/linux-4.1.27/Documentation/prctl/ |
D | no_new_privs.txt | 2 its parent did not have. The most obvious examples are setuid/setgid
|
/linux-4.1.27/arch/frv/mm/ |
D | tlb-flush.S | 180 bne icc0,#0,2b ; most likely a 1-page flush
|
/linux-4.1.27/Documentation/ia64/ |
D | IRQ-redir.txt | 50 search begins at the default CPU. Therefore most of the interrupts
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | fsl-asoc-card.txt | 7 for Freescale SoCs (especially those released in recent years), most of them
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sram243x.S | 123 add r5, r5, #0x3 @ give it at most 93uS 218 add r8, r8, #0x2 @ give it at most 62uS (min 31+)
|
D | sram242x.S | 123 add r5, r5, #0x3 @ give it at most 93uS 218 add r8, r8, #0x2 @ give it at most 62uS (min 31+)
|
/linux-4.1.27/drivers/usb/storage/ |
D | Kconfig | 21 (BLK_DEV_SD) for most USB storage devices. 198 (BLK_DEV_SD) for most USB storage devices.
|
/linux-4.1.27/net/ |
D | Kconfig | 60 These are the protocols used on the Internet and on most local 112 The most common use of packet filtering is to run your Linux box as 175 basic ones needed by most people will default to 'M'.
|
/linux-4.1.27/Documentation/networking/mac80211_hwsim/ |
D | README | 13 test most of the mac80211 functionality and user space tools (e.g.,
|
/linux-4.1.27/arch/c6x/lib/ |
D | divremu.S | 27 ;; At the end, we have both the remainder and most of the quotient
|
D | remu.S | 42 ;; so we duplicate most of the divsi3 code here.
|
/linux-4.1.27/fs/btrfs/ |
D | Kconfig | 59 In most cases, unless you are a btrfs developer who needs
|
/linux-4.1.27/Documentation/mmc/ |
D | mmc-dev-attrs.txt | 57 "erase_size" is not the most efficient unit to erase
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/adc/ |
D | xilinx-xadc.txt | 68 Note each channel number should only be used at most
|
/linux-4.1.27/arch/c6x/ |
D | Kconfig | 43 This is sufficient for most kernels, but some kernel configurations
|
/linux-4.1.27/drivers/usb/core/ |
D | Kconfig | 49 The most notable feature of USB OTG is support for a
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 124 GPUs do most everything asynchronously, so we have a need to time operations and 138 * Use __s64 seconds plus __u64 nanoseconds to specify time. It's not the most 186 * Think about uniqueness requirements for userspace handles. E.g. for most drm
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.machine | 359 the boot loader, and will not be written by the kernel. By far most 370 the boot loader, and will not be written by the kernel. By far most 380 address of the kernel here. The most common setup will have the
|