/Linux-v5.4/arch/arm/common/ |
D | dmabounce.c | 76 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/ |
D | tfrc_equation.c | 591 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/ |
D | Kconfig | 7 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/ |
D | Kconfig | 14 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/ |
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-v5.4/arch/alpha/lib/ |
D | ev6-copy_user.S | 50 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/ |
D | sysfs-class-chromeos-driver-cros-ec-vbc | 6 small nvram space on some EC implementations.
|
D | sysfs-firmware-sfi | 5 SFI defines a number of small static memory tables
|
D | sysfs-bus-iio-light-si1133 | 6 dark photodiode. "small" indicate the surface area capturing
|
/Linux-v5.4/Documentation/trace/ |
D | events-kmem.rst | 8 - 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/ |
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 | btrfs.txt | 12 * Space efficient packing of small files
|
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.
|
/Linux-v5.4/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.
|
/Linux-v5.4/arch/arm/mach-lpc32xx/ |
D | suspend.S | 53 @ This guarantees a small windows where DRAM isn't busy
|
/Linux-v5.4/Documentation/arm/sa1100/ |
D | lart.rst | 5 The LART is a small (7.5 x 10cm) SA-1100 board, designed for embedded
|
/Linux-v5.4/Documentation/devicetree/bindings/sram/ |
D | renesas,smp-sram.txt | 3 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/ |
D | brcm,bcm2835-aux-clock.txt | 6 The auxiliary peripherals (UART, SPI1, and SPI2) have a small register
|
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/ |
D | sitronix,st7701.txt | 3 ST7701 designed for small and medium sizes of TFT LCD display, is
|
/Linux-v5.4/drivers/staging/fbtft/ |
D | README | 4 Linux Framebuffer drivers for small TFT LCD display modules.
|
/Linux-v5.4/Documentation/devicetree/bindings/extcon/ |
D | extcon-ptn5150.txt | 3 PTN5150 is a small thin low power CC logic chip supporting the USB Type-C
|
/Linux-v5.4/Documentation/admin-guide/ |
D | numastat.rst | 29 well right now on machines with a small number of CPUs.
|
/Linux-v5.4/drivers/gpu/drm/ttm/ |
D | ttm_page_alloc.c | 90 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/ |
D | rt-mutex.rst | 68 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/ |
D | perf-timechart.txt | 72 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
|