/linux-4.4.14/drivers/mtd/spi-nor/ |
D | Kconfig | 11 bool "Use small 4096 B erase sectors" 14 Many flash memories support erasing small (4096 B) sectors. Depending 17 Changing a small part of the flash's contents is usually faster with 18 small sectors. On the other hand erasing should be faster when using
|
/linux-4.4.14/arch/arm/common/ |
D | dmabounce.c | 78 struct dmabounce_pool small; member 92 device_info->small.allocs, in dmabounce_show() 94 device_info->total_allocs - device_info->small.allocs - in dmabounce_show() 118 if (size <= device_info->small.size) { in alloc_safe_buffer() 119 pool = &device_info->small; in alloc_safe_buffer() 493 ret = dmabounce_init_pool(&device_info->small, dev, in dmabounce_register_dev() 534 dma_pool_destroy(device_info->small.pool); in dmabounce_register_dev() 561 if (device_info->small.pool) in dmabounce_unregister_dev() 562 dma_pool_destroy(device_info->small.pool); in dmabounce_unregister_dev()
|
/linux-4.4.14/net/dccp/ccids/lib/ |
D | tfrc_equation.c | 595 static inline u32 tfrc_binsearch(u32 fval, u8 small) in tfrc_binsearch() argument 601 if (fval <= tfrc_calc_x_lookup[try][small]) in tfrc_binsearch()
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | g450_pll.c | 446 unsigned int big, small; in __g450_setclk() 449 small = vco; in __g450_setclk() 452 small = pixel_vco; in __g450_setclk() 455 while (big > small) { in __g450_setclk() 458 if (big == small) { in __g450_setclk()
|
/linux-4.4.14/arch/alpha/lib/ |
D | ev6-copy_user.S | 62 subq $0, 32, $1 # .. E .. .. : Is this going to be a small copy? 66 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data 142 subq $4, 32, $2 # .. .. .. E : do not unroll for small stuff
|
D | ev6-memchr.S | 52 cmpult $18, 9, $4 # E : small (< 1 quad) string?
|
/linux-4.4.14/Documentation/trace/ |
D | events-kmem.txt | 6 o Slab allocation of small objects of unknown type (kmalloc) 7 o Slab allocation of small objects of known type 15 1. Slab allocation of small objects of unknown type 28 2. Slab allocation of small objects of known type
|
/linux-4.4.14/drivers/gpu/drm/ttm/ |
D | ttm_page_alloc.c | 92 unsigned small; member 170 m->options.small = val; in ttm_pool_store() 197 val = m->options.small; in ttm_pool_show() 592 if (count < _manager->options.small in ttm_page_pool_fill_locked() 833 _manager->options.small = SMALL_ALLOCATION; in ttm_page_alloc_init()
|
D | ttm_page_alloc_dma.c | 144 unsigned small; member 224 m->options.small = val; in ttm_pool_store() 251 val = m->options.small; in ttm_pool_show() 803 unsigned count = _manager->options.small; in ttm_dma_page_pool_fill_locked() 1096 _manager->options.small = SMALL_ALLOCATION; in ttm_dma_page_alloc_init()
|
/linux-4.4.14/Documentation/filesystems/ |
D | romfs.txt | 6 similar feature, and even the possibility of a small kernel, with a 26 However, the main purpose of romfs is to have a very small kernel, 37 module. The kernel can be small enough, since it doesn't have other 147 this file system is the small code. On the other hand, don't be 164 - The file system is read only, so it can be very small, but in case 168 similarly small writable filesystem for RAM disks.
|
D | cramfs.txt | 2 Cramfs - cram a filesystem onto a small ROM 4 cramfs is designed to be simple and small, and to compress things well.
|
D | squashfs.txt | 6 directories. Inodes in the system are very small and all blocks are packed to 185 speed of access (and because it is small) is read at mount time and cached 195 is small) is read at mount time and cached in memory. 209 it is small) is read at mount time and cached in memory. 244 recently accessed data Squashfs uses two small metadata and fragment caches.
|
D | btrfs.txt | 22 * Space efficient packing of small files 52 Auto defragmentation detects small random writes into files and queue 53 them up for the defrag process. Works best for small files;
|
D | ubifs.txt | 12 To make it more clear, here is a small comparison of MTD devices and 17 small blocks, typically 512 bytes.
|
D | dnotify.txt | 47 In order to make the impact on the file system code as small as possible,
|
D | dlmfs.txt | 81 small amounts of data amongst their nodes.
|
D | 00-INDEX | 36 - info on the cram filesystem for small storage (ROMs etc).
|
D | xfs.txt | 117 st_blksize by stat(2) will be as small as possible to allow 135 If the memory cost of 8 log buffers is too high on small
|
D | ceph.txt | 47 from a small cluster of just a few nodes to many hundreds, without
|
D | ramfs-rootfs-initramfs.txt | 109 kernel's cpio extraction code is not only extremely small, it's also 251 In theory you could use glibc, but that's not well suited for small embedded
|
D | affs.txt | 199 than 1 process writes to a (small) diskette, the blocks are allocated
|
D | logfs.txt | 177 and not be overly inefficient for small directories, several hash
|
D | f2fs.txt | 126 inline_data Enable the inline data feature: New created small(<~3.4k) 206 commands that consist small blocks less than 2MB.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-firmware-sfi | 5 SFI defines a number of small static memory tables
|
D | sysfs-fs-f2fs | 58 Controls the issue rate of small discard commands.
|
D | sysfs-fs-ext4 | 46 block group specific preallocation pool, so that small
|
D | sysfs-power | 92 this file, the suspend image will be as small as possible. 139 Due to the small hash size necessary to fit in the RTC, it is
|
/linux-4.4.14/Documentation/input/ |
D | cd32.txt | 1 I have written a small patch that let's me use my Amiga CD32
|
D | ntrig.txt | 76 seem to have different profiles. Ghost activity typically shows up as small
|
D | gamepad.txt | 83 devices that report a small subset of the events.
|
/linux-4.4.14/arch/arm/mach-lpc32xx/ |
D | suspend.S | 54 @ This guarantees a small windows where DRAM isn't busy
|
/linux-4.4.14/drivers/atm/ |
D | nicstarmac.copyright | 25 * IDT always receives data into a small buffer, then large buffers 30 * copy small buffer contents to head of large buffer.
|
D | Kconfig | 74 bursts must be disabled and only (slower) small bursts can be used. 360 conditions, e.g. when a fast host continuously submits very small
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | LART | 4 The LART is a small (7.5 x 10cm) SA-1100 board, designed for embedded
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | ti,dp83867.txt | 4 - reg - The ID number for the phy, usually a small integer
|
D | phy.txt | 12 - reg : The ID number for the phy, usually a small integer
|
/linux-4.4.14/Documentation/networking/ |
D | e1000e.txt | 66 all traffic types, but lacking in small packet performance and latency. 67 The hardware can handle many more small packets per second however, and 80 for small amounts of traffic and/or a significant percentage of small 81 packets; and "Lowest latency", for almost completely small packets or 102 and may improve small packet latency, but is generally not suitable
|
D | e1000.txt | 98 all traffic types,but lacking in small packet performance and latency. 99 The hardware can handle many more small packets per second however, and 112 for small amounts of traffic and/or a significant percentage of small 113 packets; and "Lowest latency", for almost completely small packets or 134 and may improve small packet latency, but is generally not suitable
|
D | ipsec.txt | 37 above scenario. The consequence of doing so is small packet(uncompressed)
|
D | scaling.txt | 26 applying a filter to each packet that assigns it to one of a small number 176 Flow Limit is an optional RPS feature that prioritizes small flows 178 ahead of those from small flows. It is active only when an RPS or RFS
|
D | ip-sysctl.txt | 145 Using a very small value, e.g. 1 or 2, for ipfrag_max_dist can 170 when the number of entries in the pool is very small). 208 When applications do consecutive small write()/sendmsg() system calls, 209 we try to coalesce these small writes as much as possible, to lower 241 small and when no previously unsent data can be transmitted (such 250 recovers when network has a small degree of reordering 603 if available window is too small.
|
D | netlink_mmap.txt | 119 should be chosen to be as small as possible for the required frame size and
|
/linux-4.4.14/drivers/staging/fbtft/ |
D | README | 4 Linux Framebuffer drivers for small TFT LCD display modules.
|
D | Kconfig | 2 tristate "Support for small TFT LCD display modules" 149 display controller. The controller is intended for small color
|
/linux-4.4.14/fs/cramfs/ |
D | Kconfig | 7 System). CramFs is designed to be a simple, small, and compressed
|
/linux-4.4.14/Documentation/ |
D | numastat.txt | 26 well right now on machines with a small number of CPUs.
|
D | kselftest.txt | 4 directory. These are intended to be small unit tests to exercise individual
|
D | lzo.txt | 37 Lengths are always encoded on a variable size starting with a small number 138 Copy of small block within 16kB distance (preferably less than 34B)
|
D | ManagementStyle | 50 painful ones. Making small and non-consequential decisions is fine, and 52 needs to do is to turn the big and painful ones into small things where 56 small one is whether you can fix your decision afterwards. Any decision 57 can be made small by just always making sure that if you were wrong (and
|
D | io-mapping.txt | 2 efficiently mapping small regions of an I/O device to the CPU. The initial
|
D | sparse.txt | 38 One small note: the constant integer "0" is special. You can use a
|
D | efi-stub.txt | 65 initrd-small.img
|
D | static-keys.txt | 51 Although the overhead of this check is small, it increases when the memory 243 of instruction memory for this small function. In this case the non-jump label
|
D | initrd.txt | 162 can try the experimental newlib environment [2] to create a small 290 such cases, it is desirable to generate only a small set of kernels 292 information as small as possible. In this case, a common initrd could be
|
D | HOWTO | 256 the real world, a small number of regressions often remain at 268 relatively small and critical fixes for security problems or significant 470 - "Here is a series of small patches that..." 531 2) It's important not only to send small patches, but also to rewrite 550 get feedback to improve your work, but also keep your changes in small
|
D | preempt-locking.txt | 90 small, atomic code that you wrote and which calls no complex functions.
|
D | xillybus.txt | 135 * Being bandwidth efficient under load (using DMA) but also handle small 251 invoked. Rather, the FPGA prepares a small buffer which contains short 370 In order to support the "poll" method (and hence select() ), there is a small
|
D | flexible-arrays.txt | 8 memory from vmalloc() must be mapped into a relatively small address space;
|
D | applying-patches.txt | 21 A patch is a small text document containing a delta of changes between two 272 Kernels with 4-digit versions are -stable kernels. They contain small(ish) 295 Here's a small example:
|
D | ntb.txt | 8 of the device, so that peers can exchange a small amount of information at a
|
D | debugging-via-ohci1394.txt | 113 stable connection and has matching connectors (there are small 4-pin and
|
D | iostats.txt | 37 if you are watching a known, small set of disks. /proc/diskstats may
|
D | 00-INDEX | 5 Please keep the descriptions small enough to fit on one line. 279 - small unittests for (some) individual codepaths in the kernel.
|
D | printk-formats.txt | 132 For printing a small buffers (up to 64 bytes long) as a hex string with
|
D | rtc.txt | 100 perhaps more useful to include a small test program that demonstrates
|
D | stable_api_nonsense.txt | 144 as small as possible, and that all potential interfaces are tested as
|
D | IRQ-domain.txt | 79 fixed and a relatively small number (~ < 256). The advantages of this
|
D | intel_txt.txt | 109 in the TXT environment, it is necessary to create a small VT-x
|
/linux-4.4.14/arch/arm/mach-u300/ |
D | Kconfig | 38 This creates a small kernel module that creates a dummy
|
/linux-4.4.14/drivers/staging/panel/ |
D | lcd-panel-cgram.txt | 21 printf "\e[LG00002061E1E060200;" => small speaker
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | Makefile | 8 cflags-$(CONFIG_X86_64) := -mcmodel=small
|
/linux-4.4.14/drivers/gpu/vga/ |
D | Kconfig | 18 multiple GPUS. The overhead for each GPU is very small.
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-timechart.txt | 70 Draw small events as if they lasted min-time. Useful when you need 71 to see very small and fast IO. It's possible to specify ms or us
|
D | perf-stat.txt | 140 The overhead percentage could be high in some cases, for instance with small, sub 100ms intervals. …
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilepro.c | 359 void *va, bool small) in tile_net_provide_linux_buffer() argument 364 unsigned int buffer = ((unsigned int)(__pa(va) >> 7) << 1) + small; in tile_net_provide_linux_buffer() 421 bool small) in tile_net_provide_needed_buffer() argument 434 (((small ? LIPP_SMALL_PACKET_SIZE : large_size) + in tile_net_provide_needed_buffer() 489 tile_net_provide_linux_buffer(info, va, small); in tile_net_provide_needed_buffer() 711 bool small = ((buffer & 1) != 0); in tile_net_poll_aux() local 764 tile_net_provide_linux_buffer(info, va, small); in tile_net_poll_aux()
|
/linux-4.4.14/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 19 /* We want the small data sections together, so single-instruction offsets
|
/linux-4.4.14/drivers/char/agp/ |
D | i460-agp.c | 202 u32 small[2]; in i460_configure() member 219 pci_read_config_dword(agp_bridge->dev, i460.dynamic_apbase, &(temp.small[0])); in i460_configure() 220 pci_read_config_dword(agp_bridge->dev, i460.dynamic_apbase + 4, &(temp.small[1])); in i460_configure()
|
/linux-4.4.14/Documentation/arm/ |
D | Netwinder | 4 The NetWinder is a small low-power computer, primarily designed
|
D | IXP4xx | 107 small residential/office gateways. One NPE is connected to a 10/100
|
D | vlocks.txt | 126 of CPUs potentially contending the lock is small enough). This
|
D | Booting | 9 In order to boot ARM Linux, you require a boot loader, which is a small
|
/linux-4.4.14/drivers/pinctrl/intel/ |
D | Kconfig | 13 so only a small amount is available for gpio use.
|
/linux-4.4.14/net/decnet/ |
D | TODO | 27 it into a small library of routines. [probably a project for 2.7.xx]
|
/linux-4.4.14/arch/x86/um/vdso/ |
D | Makefile | 40 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-rt-group.txt | 26 * very small values in sched_rt_period_us can result in an unstable 30 * very small values in sched_rt_runtime_us can result in an unstable 31 system when the runtime is so small the system has difficulty making
|
D | sched-design-CFS.txt | 35 [ small detail: on "ideal" hardware, at any time all tasks would have the same 77 for": the (small) time it just spent using the physical CPU is added to 80 small amount of "granularity" distance relative to the leftmost task so that we
|
D | sched-bwc.txt | 120 By using a small period here we are ensuring a consistent latency
|
D | sched-nice-design.txt | 41 we felt to be a bit excessive. Excessive _not_ because it's too small of
|
D | sched-deadline.txt | 229 arbitrarily small worst case execution time (indicated as "e" here) and a 236 task set is U = M · e / (P - 1) + P / P = M · e / (P - 1) + 1, and for small 379 isn't entirely desirable; however, it is better to have a small interface for
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache.txt | 47 2. A cache device - the small, fast one. 49 3. A small metadata device - records which blocks are in the cache, 65 something of a compromise. For instance, a small part of a block may be 67 So large block sizes are bad because they waste cache space. And small 142 the policy how big this chunk is, but it should be kept small. Like the
|
D | dm-log.txt | 33 will not survive a reboot or crash, but there may be a small boost in
|
D | cache-policies.txt | 18 to get fooled by many small bios. For this reason the core target 70 tunables allow you to tweak the promotion threshold by adding a small
|
/linux-4.4.14/arch/powerpc/lib/ |
D | div64.S | 37 andc r11,r6,r10 # ever be too large, only too small)
|
/linux-4.4.14/Documentation/devicetree/bindings/remoteproc/ |
D | wkup_m3_rproc.txt | 4 The TI AM33xx and AM43xx family of devices use a small Cortex M3 co-processor
|
/linux-4.4.14/fs/romfs/ |
D | Kconfig | 5 This is a very small read-only file system mainly intended for
|
/linux-4.4.14/arch/ia64/ |
D | Kconfig.debug | 14 Select "16MB" for a small granule size.
|
/linux-4.4.14/Documentation/w1/ |
D | w1.generic | 99 you can set the module parameter search_count to a small positive number 100 for an initially small number of bus searches. Alternatively it could be
|
/linux-4.4.14/arch/sh/lib64/ |
D | copy_user_memcpy.S | 15 ! Notes: Usually one wants to do small reads and write a longword, but 17 ! into a longword on the SH, so this does a longword read and small
|
D | memcpy.S | 17 ! Notes: Usually one wants to do small reads and write a longword, but 19 ! into a longword on the SH, so this does a longword read and small
|
/linux-4.4.14/arch/sh/lib/ |
D | memcpy-sh4.S | 192 ! Check for small copies, and if so do a simple byte at a time copy. 207 bf/s 6f ! 108 BR (not small) 238 ! Size is not small, so its worthwhile looking for optimisations. 278 ! small
|
D | copy_page.S | 84 ! Check if small number of bytes 168 ! Skip the large copy for small transfers
|
/linux-4.4.14/drivers/net/ethernet/apple/ |
D | Kconfig | 36 MACE ethernet chip have an Apple AUI port (small 15-pin connector),
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 39 Thread pool ids are a contiguous set of small integers starting 67 thus introducing a small delay in servicing NFS calls. The ideal
|
D | Exporting | 123 d_obtain_alias). May fail if the filehandle fragment is too small.
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | pops_clicks.txt | 11 depending on the audio usage and this can subsequently cause a small pop or
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | Makefile | 28 cflags-$(CONFIG_X86_64) := -mcmodel=small
|
/linux-4.4.14/kernel/time/ |
D | Kconfig | 162 therefore uses a fast but non-scalable algorithm for small 165 system that will be considered to be "small".
|
/linux-4.4.14/Documentation/timers/ |
D | timer_stats.txt | 6 but not used it has almost zero runtime overhead, and a relatively small
|
D | hrtimers.txt | 23 for many years - and thus even small extensions to it easily break
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | cros-ec.txt | 38 - google,has-vbc-nvram: Some implementations of the EC include a small
|
/linux-4.4.14/fs/ocfs2/ |
D | Kconfig | 31 Cluster Base. It only requires a very small userspace component
|
/linux-4.4.14/Documentation/usb/ |
D | dma.txt | 36 - If you're doing lots of small data transfers from the same buffer all 58 not using a streaming DMA mapping, so it's good for small transfers on
|
D | callbacks.txt | 49 small fixed upper limit in time. In particular you must not call out to
|
D | gadget_hid.txt | 90 hid_gadget_test is a small interactive program to test the HID
|
D | ehci.txt | 189 or using bulk queuing if a series of small requests needs to be issued.
|
/linux-4.4.14/drivers/net/wireless/brcm80211/ |
D | Kconfig | 78 issues. This option adds a small amount of overhead when tracing
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi-changer.txt | 9 common small CD-ROM changers, neither one-lun-per-slot SCSI changers 69 works fine with small (11 slots) and a huge (4 MOs, 88 slots)
|
D | megaraid.txt | 40 then perhaps you need a single small helper module (lsiioctl or some
|
D | aacraid.txt | 125 small cleanups/fixes)
|
D | st.txt | 61 alternative is to make a small script that uses mt to set the defaults 239 ST_FIXED_BUFFER_BLOCKS. With small block size this allows buffering of 247 NOTE that if direct i/o is used, the small writes are not buffered. This may 248 cause a surprise when moving from 2.4. There small writes (e.g., tar without
|
D | advansys.txt | 70 problems. Enabling assertions will add a small overhead to the
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | AUTHORS | 38 Shaggy (Dave Kleikamp) for innumerable small fs suggestions and some good cleanup
|
/linux-4.4.14/Documentation/vm/ |
D | zsmalloc.txt | 29 is very small. So, before using the allocating memory, the object has to
|
D | transhuge.txt | 162 max_ptes_none specifies how many extra small pages (that are 164 of small pages into one large page. 218 a huge page and instead falls back to using small pages. 234 huge zero page and falls back to using small pages.
|
D | frontswap.txt | 79 Frontswap -- and cleancache -- with a fairly small impact on the kernel, 132 to be I/O bound and using a small fraction of a percent of a CPU
|
/linux-4.4.14/arch/powerpc/boot/ |
D | div64.S | 37 andc r11,r6,r10 # ever be too large, only too small)
|
/linux-4.4.14/Documentation/fb/ |
D | udlfb.txt | 35 one-to-one with the fbdev interface, making the driver quite small and 48 In the future, hopefully fbdev will be enhanced with an small standard
|
D | sstfb.txt | 52 a big blue square, a green and a red small squares and a vertical
|
/linux-4.4.14/Documentation/early-userspace/ |
D | README | 20 optimized for correctness and small size. 117 the klibc distribution includes a small Bourne-compatible shell (ash)
|
/linux-4.4.14/fs/ |
D | open.c | 154 static long do_sys_ftruncate(unsigned int fd, loff_t length, int small) in do_sys_ftruncate() argument 171 small = 0; in do_sys_ftruncate() 181 if (small && length > MAX_NON_LFS) in do_sys_ftruncate()
|
/linux-4.4.14/arch/x86/crypto/ |
D | crc32c-pcl-intel-asm_64.S | 266 small: label
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | s390_flic.txt | 28 When the buffer is too small it returns -ENOMEM, which is the indication
|
/linux-4.4.14/drivers/net/hamradio/ |
D | Kconfig | 7 and a Terminal Node Controller (a small embedded system commonly 74 DMA channel. This is accomplished with a small utility program,
|
/linux-4.4.14/Documentation/pps/ |
D | pps.txt | 230 delay between assert and clear edge as small as possible to reduce system 231 latencies. But if it is too small slave won't be able to capture clear edge
|
/linux-4.4.14/fs/ntfs/ |
D | Kconfig | 60 so you may find that some very small files (<500 bytes or so) cannot
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.freeze | 35 for some people. Thus probably a small buglet left somewhere in bttv
|
D | README.quirks | 72 A small percentage of core logic devices may start a bus transaction
|
/linux-4.4.14/Documentation/dmaengine/ |
D | dmatest.txt | 6 This small document introduces how to test DMA drivers using dmatest module.
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | Makefile | 67 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
|
/linux-4.4.14/fs/reiserfs/ |
D | Kconfig | 12 large directories and small files. Additional patches are needed
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | ti-omap-hsmmc.txt | 77 will fail. A small logic in the host will request fclk restore, when an
|
/linux-4.4.14/Documentation/power/ |
D | interface.txt | 57 suspend image will be as small as possible.
|
/linux-4.4.14/fs/proc/ |
D | Kconfig | 13 (there is a small number of Interrupt ReQuest lines in your computer
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | README | 5 written in C, with a small number of routines in inline assembler
|
/linux-4.4.14/lib/fonts/ |
D | Kconfig | 110 If other fonts are too big or too small for you, say Y, otherwise say N.
|
/linux-4.4.14/Documentation/frv/ |
D | kernel-ABI.txt | 95 GR16 GP-Rel base register for small data 147 GR16 GP-Rel base register for small data
|
D | features.txt | 120 (1) The core kernel image is covered by as small a tile as possible
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha1-armv4-large.S | 18 @ armv4-small 392/+29% 1958/+64% 2250/+96% 25 @ small = detached Xload/update, loops are folded; 38 @ small and always slower.
|
/linux-4.4.14/drivers/video/console/ |
D | Kconfig | 31 the VGA RAM. The size of this RAM is fixed and is quite small.
|
/linux-4.4.14/Documentation/leds/ |
D | leds-class.txt | 37 and the aim is to keep a small amount of code giving as much functionality
|
/linux-4.4.14/arch/powerpc/platforms/ |
D | Kconfig | 268 G4's). If the range is small (around 4 degrees), the temperature is 342 chip-selects, Ethernet/USB PHY's power and various other small
|
/linux-4.4.14/Documentation/parisc/ |
D | registers | 117 in. r28 is the primary return. When returning small structures
|
/linux-4.4.14/Documentation/misc-devices/ |
D | lis3lv02d | 39 small difference due to input system fuzziness feature.
|
/linux-4.4.14/arch/nios2/ |
D | Kconfig | 143 This can be useful if you are on a board which has a small amount of
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig.debug | 36 too small and stack traces cause important information to 50 This option will add a small amount of overhead to all hypervisor
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | Kconfig | 155 (though rather small) overhead.
|
/linux-4.4.14/drivers/pinctrl/ |
D | Kconfig | 90 functionality by firmware,so only a small amount is available
|
/linux-4.4.14/Documentation/video4linux/ |
D | si470x.txt | 11 together with a small microcontroller C8051F321, to form a USB radio.
|
D | radiotrack.txt | 43 signal probably has a small range of useful frequencies, and wraps around or
|
D | uvcvideo.txt | 224 The specified buffer size is incorrect (too big or too small).
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | Kconfig | 136 The overhead is relatively small, however it is not recommended for
|
/linux-4.4.14/Documentation/crypto/ |
D | descore-readme.txt | 131 table sizes are unclear, but they don't look very small 255 or from a register and a small constant. 256 for the 68000, the `two registers and small offset' form is used sparingly.
|
/linux-4.4.14/drivers/net/can/ |
D | grcan.c | 942 struct grcan_dma_buffer *small = rsize > tsize ? &dma->tx : &dma->rx; in grcan_allocate_dma_buffers() local 968 small->handle = large->handle + lsize; in grcan_allocate_dma_buffers() 972 small->buf = large->buf + lsize; in grcan_allocate_dma_buffers()
|
/linux-4.4.14/lib/ |
D | Kconfig | 148 is not particularly fast, but has a small 256 byte lookup table. 442 module load) by a small amount, so you're welcome to play with
|
/linux-4.4.14/Documentation/hwmon/ |
D | it87 | 110 than the ISA access, and was only available on a small number of 231 If you are only able to control the fan speed with very small PWM values,
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | Kconfig | 99 small amount.
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | arm,scpi.txt | 59 A small area of SRAM is reserved for SCPI communication between application
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bna.h | 197 (q1) = rxp->rxq.slr.small; \
|
D | bna_types.h | 600 struct bna_rxq *small; member
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | Kconfig | 97 interrupts even at low levels of traffic at the cost of a small
|
/linux-4.4.14/drivers/uio/ |
D | Kconfig | 8 to be written in userspace. Note that a small kernel driver
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 266 Normally your arch/.../mach-*/board-*.c files would provide a small table 268 small handful.) That might look like: 423 clean (and small, and "optional") layers over spi_async(). 426 it, should only be used with small amounts of data where the
|
/linux-4.4.14/Documentation/dvb/ |
D | ci.txt | 16 (2) one requires a userspace application, ca_zap. This small userland
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | ebony.dts | 150 small-flash@0,80000 {
|
/linux-4.4.14/Documentation/x86/ |
D | earlyprintk.txt | 42 This is a small blue plastic connector with two USB connections,
|
/linux-4.4.14/Documentation/cris/ |
D | README | 77 a board with ETRAX 100LX. The displayed BogoMIPS value is 5 times too small :)
|
/linux-4.4.14/Documentation/rapidio/ |
D | sysfs.txt | 134 0 = small (8-bit destination ID, max. 256 devices),
|
/linux-4.4.14/Documentation/isdn/ |
D | README.diversion | 115 conjunction with inetd and a small remote client on other machines inside
|
/linux-4.4.14/Documentation/laptops/ |
D | sonypi.txt | 17 - jogdial events (the small wheel on the side of Vaios)
|
/linux-4.4.14/init/ |
D | Kconfig | 360 small performance impact. In the case of s390 or IBM POWER > 5, 389 small performance impact. 582 itself, small RCU_FANOUT values allow you to test large-system 583 code paths on small(er) systems. 1023 Especially if you use 32bit system or small memory system, please 1491 kernel data structures. This saves memory on small machines, 1568 which may be appropriate on small systems without swap. 1837 Kernel modules are small pieces of compiled code which can
|
/linux-4.4.14/Documentation/i2c/ |
D | slave-interface | 13 is a small graph visualizing the data flow and the means by which data is
|
/linux-4.4.14/arch/powerpc/platforms/44x/ |
D | Kconfig | 102 is a small computer replacement with up to 9 ports of FXO/FXS plus VOIP
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | skeleton.S | 400 | copyout. The probability of a page fault is exceedingly small because
|
/linux-4.4.14/fs/squashfs/ |
D | Kconfig | 9 are very small and all blocks are packed to minimise data overhead.
|
/linux-4.4.14/Documentation/cgroups/ |
D | memcg_test.txt | 127 to be very small rather than GB. Many races found in the test under
|
/linux-4.4.14/ |
D | REPORTING-BUGS | 117 [7.] A small shell script or example program which triggers the
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | hdspm.txt | 78 large never to small. So if you subtract 64 you always have a
|
/linux-4.4.14/Documentation/m68k/ |
D | README.buddha | 193 mentioning). You could think of a small performance boost
|
/linux-4.4.14/Documentation/kdump/ |
D | kdump.txt | 23 When the system kernel boots, it reserves a small section of memory for 139 filesystems" menu if "Configure standard kernel features (for small
|
/linux-4.4.14/Documentation/development-process/ |
D | 5.Posting | 87 patch. These changes can be small ("add a field to this structure") or 89 conceptually small and amenable to a one-line description. Each patch
|
D | 4.Coding | 125 small and relatively rare. The cost of a function call, after all, is not 287 small-endian quantities, the passing of integer values where a set of bit
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig.debug | 49 On production systems, it is safe (and a small optimization) to say N.
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpc5200.txt | 24 silicon bugs and it adds a small number of enhancements. Most of the
|
D | dcsr.txt | 136 internal trace buffer. The NPC trace buffer is a small memory buffer
|
/linux-4.4.14/kernel/trace/ |
D | Kconfig | 143 by using a compiler feature to insert a small, 5-byte No-Operation 148 small and not measurable even in micro-benchmarks.
|
/linux-4.4.14/drivers/usb/misc/ |
D | Kconfig | 75 USB port. The USBLCD is a small USB interface board for
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | Kconfig | 90 Avermedia and other big and small companies.
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig | 384 with small impact affecting only ITS table allocation. 701 atomic routines. This incurs a small overhead on CPUs that do
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 255 * - Fix small problem with ide_cdrom_capacity
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 297 lower power usage at the cost of small performance overhead.
|