Home
last modified time | relevance | path

Searched refs:small (Results 1 – 200 of 306) sorted by relevance

12

/linux-4.1.27/drivers/mtd/spi-nor/
DKconfig11 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.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_time.h71 static inline long cfs_timeval_sub(struct timeval *large, struct timeval *small, in cfs_timeval_sub() argument
75 (large->tv_sec - small->tv_sec) * ONE_MILLION + in cfs_timeval_sub()
76 (large->tv_usec - small->tv_usec)); in cfs_timeval_sub()
/linux-4.1.27/arch/arm/common/
Ddmabounce.c78 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.1.27/net/dccp/ccids/lib/
Dtfrc_equation.c595 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.1.27/drivers/video/fbdev/matrox/
Dg450_pll.c446 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.1.27/arch/alpha/lib/
Dev6-copy_user.S62 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
Dev6-memchr.S52 cmpult $18, 9, $4 # E : small (< 1 quad) string?
/linux-4.1.27/Documentation/trace/
Devents-kmem.txt6 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.1.27/drivers/gpu/drm/ttm/
Dttm_page_alloc.c92 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()
Dttm_page_alloc_dma.c144 unsigned small; member
224 m->options.small = val; in ttm_pool_store()
251 val = m->options.small; in ttm_pool_show()
800 unsigned count = _manager->options.small; in ttm_dma_page_pool_fill_locked()
1094 _manager->options.small = SMALL_ALLOCATION; in ttm_dma_page_alloc_init()
/linux-4.1.27/Documentation/filesystems/
Dromfs.txt6 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.
Dcramfs.txt2 Cramfs - cram a filesystem onto a small ROM
4 cramfs is designed to be simple and small, and to compress things well.
Dsquashfs.txt6 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.
Dbtrfs.txt22 * 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;
Dubifs.txt12 To make it more clear, here is a small comparison of MTD devices and
17 small blocks, typically 512 bytes.
Ddnotify.txt47 In order to make the impact on the file system code as small as possible,
Ddlmfs.txt81 small amounts of data amongst their nodes.
D00-INDEX36 - info on the cram filesystem for small storage (ROMs etc).
Dxfs.txt117 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
Dceph.txt47 from a small cluster of just a few nodes to many hundreds, without
Dramfs-rootfs-initramfs.txt109 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
Daffs.txt199 than 1 process writes to a (small) diskette, the blocks are allocated
Dlogfs.txt177 and not be overly inefficient for small directories, several hash
Df2fs.txt125 inline_data Enable the inline data feature: New created small(<~3.4k)
203 commands that consist small blocks less than 2MB.
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-firmware-sfi5 SFI defines a number of small static memory tables
Dsysfs-fs-f2fs58 Controls the issue rate of small discard commands.
Dsysfs-fs-ext446 block group specific preallocation pool, so that small
Dsysfs-power92 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.1.27/Documentation/input/
Dcd32.txt1 I have written a small patch that let's me use my Amiga CD32
Dntrig.txt76 seem to have different profiles. Ghost activity typically shows up as small
Dgamepad.txt83 devices that report a small subset of the events.
/linux-4.1.27/arch/arm/mach-lpc32xx/
Dsuspend.S54 @ This guarantees a small windows where DRAM isn't busy
/linux-4.1.27/drivers/atm/
Dnicstarmac.copyright25 * IDT always receives data into a small buffer, then large buffers
30 * copy small buffer contents to head of large buffer.
DKconfig74 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.1.27/drivers/firmware/efi/libstub/
DMakefile8 cflags-$(CONFIG_X86_64) := -mcmodel=small
/linux-4.1.27/Documentation/arm/SA1100/
DLART4 The LART is a small (7.5 x 10cm) SA-1100 board, designed for embedded
/linux-4.1.27/Documentation/networking/
De1000e.txt66 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
De1000.txt98 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
Dipsec.txt37 above scenario. The consequence of doing so is small packet(uncompressed)
Dscaling.txt26 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
Dip-sysctl.txt145 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
577 if available window is too small.
Dpktgen.txt198 A collection of small tutorial scripts for pktgen is in the
Dnetlink_mmap.txt119 should be chosen to be as small as possible for the required frame size and
/linux-4.1.27/drivers/staging/fbtft/
DREADME4 Linux Framebuffer drivers for small TFT LCD display modules.
DKconfig2 tristate "Support for small TFT LCD display modules"
/linux-4.1.27/fs/cramfs/
DKconfig7 System). CramFs is designed to be a simple, small, and compressed
/linux-4.1.27/arch/arm/mach-u300/
DKconfig38 This creates a small kernel module that creates a dummy
/linux-4.1.27/Documentation/
Dnumastat.txt26 well right now on machines with a small number of CPUs.
Dkselftest.txt4 directory. These are intended to be small unit tests to exercise individual
Dlzo.txt37 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)
DManagementStyle50 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
Dio-mapping.txt2 efficiently mapping small regions of an I/O device to the CPU. The initial
Dsparse.txt38 One small note: the constant integer "0" is special. You can use a
Defi-stub.txt65 initrd-small.img
Dstatic-keys.txt36 Although the overhead of this check is small, it increases when the memory
238 of instruction memory for this small function. In this case the non-jump label
Dinitrd.txt162 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
DHOWTO256 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
Dpreempt-locking.txt90 small, atomic code that you wrote and which calls no complex functions.
Dxillybus.txt135 * 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
Dflexible-arrays.txt8 memory from vmalloc() must be mapped into a relatively small address space;
Dapplying-patches.txt21 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:
Ddebugging-via-ohci1394.txt113 stable connection and has matching connectors (there are small 4-pin and
Diostats.txt37 if you are watching a known, small set of disks. /proc/diskstats may
D00-INDEX5 Please keep the descriptions small enough to fit on one line.
279 - small unittests for (some) individual codepaths in the kernel.
Dprintk-formats.txt127 For printing a small buffers (up to 64 bytes long) as a hex string with
DIRQ-domain.txt79 fixed and a relatively small number (~ < 256). The advantages of this
Drtc.txt100 perhaps more useful to include a small test program that demonstrates
Dstable_api_nonsense.txt144 as small as possible, and that all potential interfaces are tested as
Dintel_txt.txt109 in the TXT environment, it is necessary to create a small VT-x
/linux-4.1.27/drivers/staging/panel/
Dlcd-panel-cgram.txt21 printf "\e[LG00002061E1E060200;" => small speaker
/linux-4.1.27/drivers/pinctrl/intel/
DKconfig13 so only a small amount is available for gpio use.
/linux-4.1.27/drivers/gpu/vga/
DKconfig18 multiple GPUS. The overhead for each GPU is very small.
/linux-4.1.27/tools/perf/Documentation/
Dperf-timechart.txt70 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
/linux-4.1.27/drivers/net/ethernet/tile/
Dtilepro.c359 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
767 tile_net_provide_linux_buffer(info, va, small); in tile_net_poll_aux()
/linux-4.1.27/arch/ia64/hp/sim/boot/
Dbootloader.lds19 /* We want the small data sections together, so single-instruction offsets
/linux-4.1.27/drivers/char/agp/
Di460-agp.c202 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.1.27/Documentation/arm/
DNetwinder4 The NetWinder is a small low-power computer, primarily designed
DIXP4xx107 small residential/office gateways. One NPE is connected to a 10/100
Dvlocks.txt126 of CPUs potentially contending the lock is small enough). This
DBooting9 In order to boot ARM Linux, you require a boot loader, which is a small
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dphy.txt12 - reg : The ID number for the phy, usually a small integer
/linux-4.1.27/net/decnet/
DTODO27 it into a small library of routines. [probably a project for 2.7.xx]
/linux-4.1.27/Documentation/device-mapper/
Dcache-policies.txt18 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
Dcache.txt47 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
Ddm-log.txt33 will not survive a reboot or crash, but there may be a small boost in
/linux-4.1.27/arch/x86/um/vdso/
DMakefile40 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/linux-4.1.27/Documentation/scheduler/
Dsched-rt-group.txt26 * 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
Dsched-design-CFS.txt35 [ 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
Dsched-bwc.txt120 By using a small period here we are ensuring a consistent latency
Dsched-nice-design.txt41 we felt to be a bit excessive. Excessive _not_ because it's too small of
/linux-4.1.27/arch/powerpc/lib/
Ddiv64.S37 andc r11,r6,r10 # ever be too large, only too small)
/linux-4.1.27/Documentation/w1/
Dw1.generic96 you can set the module parameter search_count to a small positive number
97 for an initially small number of bus searches. Alternatively it could be
/linux-4.1.27/arch/ia64/
DKconfig.debug14 Select "16MB" for a small granule size.
/linux-4.1.27/fs/romfs/
DKconfig5 This is a very small read-only file system mainly intended for
/linux-4.1.27/arch/sh/lib64/
Dmemcpy.S17 ! 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
Dcopy_user_memcpy.S15 ! 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
/linux-4.1.27/arch/sh/lib/
Dmemcpy-sh4.S192 ! 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
Dcopy_page.S84 ! Check if small number of bytes
168 ! Skip the large copy for small transfers
/linux-4.1.27/drivers/net/ethernet/apple/
DKconfig38 MACE ethernet chip have an Apple AUI port (small 15-pin connector),
/linux-4.1.27/Documentation/sound/alsa/soc/
Dpops_clicks.txt11 depending on the audio usage and this can subsequently cause a small pop or
/linux-4.1.27/arch/x86/boot/compressed/
DMakefile28 cflags-$(CONFIG_X86_64) := -mcmodel=small
/linux-4.1.27/kernel/time/
DKconfig164 therefore uses a fast but non-scalable algorithm for small
167 system that will be considered to be "small".
/linux-4.1.27/fs/ocfs2/
DKconfig31 Cluster Base. It only requires a very small userspace component
/linux-4.1.27/Documentation/timers/
Dtimer_stats.txt6 but not used it has almost zero runtime overhead, and a relatively small
Dhrtimers.txt23 for many years - and thus even small extensions to it easily break
/linux-4.1.27/Documentation/usb/
Ddma.txt36 - 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
Dcallbacks.txt49 small fixed upper limit in time. In particular you must not call out to
Dgadget_hid.txt90 hid_gadget_test is a small interactive program to test the HID
Dehci.txt189 or using bulk queuing if a series of small requests needs to be issued.
/linux-4.1.27/drivers/net/wireless/brcm80211/
DKconfig78 issues. This option adds a small amount of overhead when tracing
/linux-4.1.27/Documentation/scsi/
Dscsi-changer.txt9 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)
Dmegaraid.txt40 then perhaps you need a single small helper module (lsiioctl or some
Daacraid.txt125 small cleanups/fixes)
Dst.txt61 alternative is to make a small script that uses mt to set the defaults
180 ST_FIXED_BUFFER_BLOCKS. With small block size this allows buffering of
188 NOTE that if direct i/o is used, the small writes are not buffered. This may
189 cause a surprise when moving from 2.4. There small writes (e.g., tar without
Dadvansys.txt70 problems. Enabling assertions will add a small overhead to the
/linux-4.1.27/arch/powerpc/boot/
Ddiv64.S37 andc r11,r6,r10 # ever be too large, only too small)
/linux-4.1.27/Documentation/vm/
Dzsmalloc.txt29 is very small. So, before using the allocating memory, the object has to
Dtranshuge.txt162 max_ptes_none specifies how many extra small pages (that are
164 of small pages into one large page.
208 a huge page and instead falls back to using small pages.
224 huge zero page and falls back to using small pages.
Dfrontswap.txt79 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.1.27/Documentation/filesystems/cifs/
DAUTHORS38 Shaggy (Dave Kleikamp) for innumerable small fs suggestions and some good cleanup
/linux-4.1.27/Documentation/filesystems/nfs/
Dknfsd-stats.txt39 Thread pool ids are a contiguous set of small integers starting
67 thus introducing a small delay in servicing NFS calls. The ideal
DExporting123 d_obtain_alias). May fail if the filehandle fragment is too small.
/linux-4.1.27/Documentation/fb/
Dudlfb.txt35 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
Dsstfb.txt52 a big blue square, a green and a red small squares and a vertical
/linux-4.1.27/Documentation/early-userspace/
DREADME20 optimized for correctness and small size.
117 the klibc distribution includes a small Bourne-compatible shell (ash)
/linux-4.1.27/fs/
Dopen.c152 static long do_sys_ftruncate(unsigned int fd, loff_t length, int small) in do_sys_ftruncate() argument
169 small = 0; in do_sys_ftruncate()
179 if (small && length > MAX_NON_LFS) in do_sys_ftruncate()
/linux-4.1.27/Documentation/virtual/kvm/devices/
Ds390_flic.txt28 When the buffer is too small it returns -ENOMEM, which is the indication
/linux-4.1.27/fs/proc/
DKconfig13 (there is a small number of Interrupt ReQuest lines in your computer
/linux-4.1.27/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S266 small: label
/linux-4.1.27/drivers/net/hamradio/
DKconfig7 and a Terminal Node Controller (a small embedded system commonly
74 DMA channel. This is accomplished with a small utility program,
/linux-4.1.27/Documentation/pps/
Dpps.txt230 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.1.27/Documentation/dmaengine/
Ddmatest.txt6 This small document introduces how to test DMA drivers using dmatest module.
/linux-4.1.27/fs/reiserfs/
DKconfig12 large directories and small files. Additional patches are needed
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME.freeze35 for some people. Thus probably a small buglet left somewhere in bttv
DREADME.quirks72 A small percentage of core logic devices may start a bus transaction
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dti-omap-hsmmc.txt77 will fail. A small logic in the host will request fclk restore, when an
/linux-4.1.27/fs/ntfs/
DKconfig60 so you may find that some very small files (<500 bytes or so) cannot
/linux-4.1.27/lib/fonts/
DKconfig110 If other fonts are too big or too small for you, say Y, otherwise say N.
/linux-4.1.27/Documentation/arm/nwfpe/
DREADME5 written in C, with a small number of routines in inline assembler
/linux-4.1.27/arch/x86/vdso/
DMakefile69 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/linux-4.1.27/Documentation/power/
Dinterface.txt57 suspend image will be as small as possible.
/linux-4.1.27/Documentation/frv/
Dkernel-ABI.txt95 GR16 GP-Rel base register for small data
147 GR16 GP-Rel base register for small data
Dfeatures.txt120 (1) The core kernel image is covered by as small a tile as possible
/linux-4.1.27/arch/arm/crypto/
Dsha1-armv4-large.S18 @ armv4-small 392/+29% 1958/+64% 2250/+96%
25 @ small = detached Xload/update, loops are folded;
38 @ small and always slower.
/linux-4.1.27/drivers/video/console/
DKconfig31 the VGA RAM. The size of this RAM is fixed and is quite small.
/linux-4.1.27/Documentation/leds/
Dleds-class.txt40 and the aim is to keep a small amount of code giving as much functionality
/linux-4.1.27/arch/powerpc/platforms/
DKconfig268 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.1.27/arch/powerpc/
DKconfig.debug28 too small and stack traces cause important information to
42 This option will add a small amount of overhead to all hypervisor
/linux-4.1.27/Documentation/parisc/
Dregisters117 in. r28 is the primary return. When returning small structures
/linux-4.1.27/Documentation/misc-devices/
Dlis3lv02d39 small difference due to input system fuzziness feature.
/linux-4.1.27/drivers/pinctrl/
DKconfig79 functionality by firmware,so only a small amount is available
/linux-4.1.27/arch/nios2/
DKconfig143 This can be useful if you are on a board which has a small amount of
/linux-4.1.27/lib/
DKconfig151 is not particularly fast, but has a small 256 byte lookup table.
436 module load) by a small amount, so you're welcome to play with
/linux-4.1.27/Documentation/hwmon/
Dit87106 than the ISA access, and was only available on a small number of
222 If you are only able to control the fan speed with very small PWM values,
/linux-4.1.27/Documentation/video4linux/
Dradiotrack.txt43 signal probably has a small range of useful frequencies, and wraps around or
Dsi470x.txt11 together with a small microcontroller C8051F321, to form a USB radio.
Duvcvideo.txt224 The specified buffer size is incorrect (too big or too small).
/linux-4.1.27/drivers/net/wireless/iwlwifi/
DKconfig152 (though rather small) overhead.
/linux-4.1.27/arch/powerpc/platforms/ps3/
DKconfig99 small amount.
/linux-4.1.27/arch/powerpc/kvm/
DKconfig136 The overhead is relatively small, however it is not recommended for
/linux-4.1.27/drivers/net/can/
Dgrcan.c942 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.1.27/Documentation/crypto/
Ddescore-readme.txt131 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.1.27/drivers/uio/
DKconfig8 to be written in userspace. Note that a small kernel driver
/linux-4.1.27/Documentation/spi/
Dspi-summary266 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.1.27/init/
DKconfig360 small performance impact. In the case of s390 or IBM POWER > 5,
389 small performance impact.
494 bool "UP-only small-memory-footprint RCU"
591 itself, small RCU_FANOUT values allow you to test large-system
592 code paths on small(er) systems.
1018 Especially if you use 32bit system or small memory system, please
1480 kernel data structures. This saves memory on small machines,
1557 which may be appropriate on small systems without swap.
1800 Kernel modules are small pieces of compiled code which can
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
DKconfig99 interrupts even at low levels of traffic at the cost of a small
/linux-4.1.27/Documentation/dvb/
Dci.txt16 (2) one requires a userspace application, ca_zap. This small userland
/linux-4.1.27/Documentation/cris/
DREADME77 a board with ETRAX 100LX. The displayed BogoMIPS value is 5 times too small :)
/linux-4.1.27/Documentation/s390/
Dkvm.txt36 the calling process. It does not have any user-visible effect other than a small
/linux-4.1.27/arch/powerpc/boot/dts/
Debony.dts150 small-flash@0,80000 {
/linux-4.1.27/Documentation/x86/
Dearlyprintk.txt42 This is a small blue plastic connector with two USB connections,
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbna_types.h612 struct bna_rxq *small; member
Dbna.h315 (q1) = rxp->rxq.slr.small; \
/linux-4.1.27/Documentation/laptops/
Dsonypi.txt17 - jogdial events (the small wheel on the side of Vaios)
/linux-4.1.27/Documentation/rapidio/
Dsysfs.txt134 0 = small (8-bit destination ID, max. 256 devices),
/linux-4.1.27/Documentation/isdn/
DREADME.diversion115 conjunction with inetd and a small remote client on other machines inside
/linux-4.1.27/fs/squashfs/
DKconfig9 are very small and all blocks are packed to minimise data overhead.
/linux-4.1.27/Documentation/i2c/
Dslave-interface12 bus driver communicate via events. Here is a small graph visualizing the data
/linux-4.1.27/drivers/staging/unisys/Documentation/
Doverview.txt12 device is owned and managed by a small, single-purpose service
/linux-4.1.27/arch/m68k/fpsp040/
Dskeleton.S400 | copyout. The probability of a page fault is exceedingly small because
/linux-4.1.27/arch/powerpc/platforms/44x/
DKconfig102 is a small computer replacement with up to 9 ports of FXO/FXS plus VOIP
/linux-4.1.27/Documentation/cgroups/
Dmemcg_test.txt127 to be very small rather than GB. Many races found in the test under
/linux-4.1.27/Documentation/m68k/
DREADME.buddha193 mentioning). You could think of a small performance boost
/linux-4.1.27/
DREPORTING-BUGS117 [7.] A small shell script or example program which triggers the
/linux-4.1.27/Documentation/sound/alsa/
Dhdspm.txt78 large never to small. So if you subtract 64 you always have a
/linux-4.1.27/Documentation/development-process/
D5.Posting87 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
D4.Coding125 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.1.27/Documentation/kdump/
Dkdump.txt23 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.1.27/arch/blackfin/
DKconfig.debug49 On production systems, it is safe (and a small optimization) to say N.
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dmpc5200.txt24 silicon bugs and it adds a small number of enhancements. Most of the
Ddcsr.txt136 internal trace buffer. The NPC trace buffer is a small memory buffer
/linux-4.1.27/kernel/trace/
DKconfig143 by using a compiler feature to insert a small, 5-byte No-Operation
148 small and not measurable even in micro-benchmarks.
/linux-4.1.27/drivers/media/usb/dvb-usb/
DKconfig90 Avermedia and other big and small companies.
/linux-4.1.27/drivers/usb/misc/
DKconfig75 USB port. The USBLCD is a small USB interface board for
/linux-4.1.27/kernel/power/
DKconfig287 lower power usage at the cost of small performance overhead.
/linux-4.1.27/net/netfilter/ipvs/
DKconfig57 is 4096. Don't input the number too small, otherwise you will lose
/linux-4.1.27/drivers/char/hw_random/
DKconfig370 as the host has, rather than the small amount the UML gets from its
/linux-4.1.27/arch/tile/
DKconfig180 is recommended. For workloads involving many small files, many
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-cd.1994-2004255 * - Fix small problem with ide_cdrom_capacity
/linux-4.1.27/Documentation/virtual/kvm/
Dmmu.txt137 Examples include real mode translation, large guest pages backed by small
375 The mmu supports all combinations of large and small guest and host pages.

12