Home
last modified time | relevance | path

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

12345678910>>...17

/Linux-v5.4/arch/arm/common/
Ddmabounce.c76 struct dmabounce_pool small; member
90 device_info->small.allocs, in dmabounce_show()
92 device_info->total_allocs - device_info->small.allocs - in dmabounce_show()
116 if (size <= device_info->small.size) { in alloc_safe_buffer()
117 pool = &device_info->small; in alloc_safe_buffer()
495 ret = dmabounce_init_pool(&device_info->small, dev, in dmabounce_register_dev()
536 dma_pool_destroy(device_info->small.pool); in dmabounce_register_dev()
563 if (device_info->small.pool) in dmabounce_unregister_dev()
564 dma_pool_destroy(device_info->small.pool); in dmabounce_unregister_dev()
/Linux-v5.4/net/dccp/ccids/lib/
Dtfrc_equation.c591 static inline u32 tfrc_binsearch(u32 fval, u8 small) in tfrc_binsearch() argument
597 if (fval <= tfrc_calc_x_lookup[try][small]) in tfrc_binsearch()
/Linux-v5.4/fs/cramfs/
DKconfig7 System). CramFs is designed to be a simple, small, and compressed
20 purpose to remain small and low on RAM usage. It is most suitable
21 for small embedded systems. If you have ample RAM to spare, you may
/Linux-v5.4/drivers/mtd/spi-nor/
DKconfig14 bool "Use small 4096 B erase sectors"
17 Many flash memories support erasing small (4096 B) sectors. Depending
20 Changing a small part of the flash's contents is usually faster with
21 small sectors. On the other hand erasing should be faster when using
/Linux-v5.4/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-v5.4/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-v5.4/Documentation/ABI/testing/
Dsysfs-class-chromeos-driver-cros-ec-vbc6 small nvram space on some EC implementations.
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-v5.4/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-v5.4/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-v5.4/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-v5.4/arch/arm/mach-lpc32xx/
Dsuspend.S53 @ This guarantees a small windows where DRAM isn't busy
/Linux-v5.4/Documentation/arm/sa1100/
Dlart.rst5 The LART is a small (7.5 x 10cm) SA-1100 board, designed for embedded
/Linux-v5.4/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-v5.4/Documentation/devicetree/bindings/clock/
Dbrcm,bcm2835-aux-clock.txt6 The auxiliary peripherals (UART, SPI1, and SPI2) have a small register
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/
Dsitronix,st7701.txt3 ST7701 designed for small and medium sizes of TFT LCD display, is
/Linux-v5.4/drivers/staging/fbtft/
DREADME4 Linux Framebuffer drivers for small TFT LCD display modules.
/Linux-v5.4/Documentation/devicetree/bindings/extcon/
Dextcon-ptn5150.txt3 PTN5150 is a small thin low power CC logic chip supporting the USB Type-C
/Linux-v5.4/Documentation/admin-guide/
Dnumastat.rst29 well right now on machines with a small number of CPUs.
/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_page_alloc.c90 unsigned small; member
170 m->options.small = val; in ttm_pool_store()
197 val = m->options.small; in ttm_pool_show()
590 if (count < _manager->options.small in ttm_page_pool_fill_locked()
994 _manager->options.small = SMALL_ALLOCATION; in ttm_page_alloc_init()
/Linux-v5.4/Documentation/locking/
Drt-mutex.rst68 be NULL in this small time, hence this can be a transitional state.
70 .. [2] There is a small time when bit 0 is set but there are no
/Linux-v5.4/tools/perf/Documentation/
Dperf-timechart.txt72 Draw small events as if they lasted min-time. Useful when you need
73 to see very small and fast IO. It's possible to specify ms or us

12345678910>>...17