Home
last modified time | relevance | path

Searched refs:small (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/Linux-v4.19/arch/arm/common/
Ddmabounce.c79 struct dmabounce_pool small; member
93 device_info->small.allocs, in dmabounce_show()
95 device_info->total_allocs - device_info->small.allocs - in dmabounce_show()
119 if (size <= device_info->small.size) { in alloc_safe_buffer()
120 pool = &device_info->small; in alloc_safe_buffer()
504 ret = dmabounce_init_pool(&device_info->small, dev, in dmabounce_register_dev()
545 dma_pool_destroy(device_info->small.pool); in dmabounce_register_dev()
572 if (device_info->small.pool) in dmabounce_unregister_dev()
573 dma_pool_destroy(device_info->small.pool); in dmabounce_unregister_dev()
/Linux-v4.19/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-v4.19/fs/cramfs/
DKconfig6 System). CramFs is designed to be a simple, small, and compressed
19 purpose to remain small and low on RAM usage. It is most suitable
20 for small embedded systems. If you have ample RAM to spare, you may
/Linux-v4.19/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-v4.19/arch/alpha/lib/
Dev6-copy_user.S50 subq $18, 32, $1 # .. .. E. .. : Is this going to be a small copy?
55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
131 subq $4, 32, $2 # .. .. .. E : do not unroll for small stuff
/Linux-v4.19/drivers/mtd/spi-nor/
DKconfig19 bool "Use small 4096 B erase sectors"
22 Many flash memories support erasing small (4096 B) sectors. Depending
25 Changing a small part of the flash's contents is usually faster with
26 small sectors. On the other hand erasing should be faster when using
/Linux-v4.19/Documentation/trace/
Devents-kmem.rst8 - Slab allocation of small objects of unknown type (kmalloc)
9 - Slab allocation of small objects of known type
17 1. Slab allocation of small objects of unknown type
32 2. Slab allocation of small objects of known type
/Linux-v4.19/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.
Dbtrfs.txt12 * Space efficient packing of small files
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.
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-firmware-sfi5 SFI defines a number of small static memory tables
Dsysfs-bus-iio-light-si11336 dark photodiode. "small" indicate the surface area capturing
/Linux-v4.19/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.
/Linux-v4.19/arch/arm/mach-lpc32xx/
Dsuspend.S54 @ This guarantees a small windows where DRAM isn't busy
/Linux-v4.19/arch/x86/ras/
DKconfig6 This is a small cache which collects correctable memory errors per 4K
/Linux-v4.19/Documentation/arm/SA1100/
DLART4 The LART is a small (7.5 x 10cm) SA-1100 board, designed for embedded
/Linux-v4.19/Documentation/devicetree/bindings/sram/
Drenesas,smp-sram.txt3 Renesas R-Car Gen2 and RZ/G1 SoCs need a small piece of SRAM for the jump stub
/Linux-v4.19/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
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Dbrcm,bcm2835-aux-clock.txt6 The auxiliary peripherals (UART, SPI1, and SPI2) have a small register
/Linux-v4.19/Documentation/media/uapi/v4l/
Dpixfmt-tch-td08.rst19 a small range depending on whether the sensor is touched or not. The full value
Dpixfmt-srggb8.rst23 RGRG... GBGB..., etc. Below is an example of a small V4L2_PIX_FMT_SBGGR8 image:
/Linux-v4.19/drivers/staging/fbtft/
DREADME4 Linux Framebuffer drivers for small TFT LCD display modules.
/Linux-v4.19/Documentation/
Dnumastat.txt29 well right now on machines with a small number of CPUs.
/Linux-v4.19/arch/arm/mach-u300/
DKconfig39 This creates a small kernel module that creates a dummy
/Linux-v4.19/Documentation/auxdisplay/
Dlcd-panel-cgram.txt21 printf "\e[LG00002061E1E060200;" => small speaker

12345678910>>...16