/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/arch/arm/common/ |
D | dmabounce.c | 77 struct dmabounce_pool small; member 91 device_info->small.allocs, in dmabounce_show() 93 device_info->total_allocs - device_info->small.allocs - in dmabounce_show() 117 if (size <= device_info->small.size) { in alloc_safe_buffer() 118 pool = &device_info->small; in alloc_safe_buffer() 496 ret = dmabounce_init_pool(&device_info->small, dev, in dmabounce_register_dev() 537 dma_pool_destroy(device_info->small.pool); in dmabounce_register_dev() 564 if (device_info->small.pool) in dmabounce_unregister_dev() 565 dma_pool_destroy(device_info->small.pool); in dmabounce_unregister_dev()
|
/kernel/linux/build/ |
D | BUILD.gn | 14 if (os_level == "mini" || os_level == "small") { 34 if (os_level == "mini" || os_level == "small") { 39 build_type = "small"
|
D | kernel.mk | 69 ifneq ($(findstring $(BUILD_TYPE), small standard),) 97 ifneq ($(findstring $(BUILD_TYPE), small),)
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/ |
D | simult_flows.sh | 27 rm -f "$large" "$small" 53 small=$(mktemp) 58 dd if=/dev/zero of=$small bs=4096 count=20 >/dev/null 2>&1 251 do_transfer $small $large $((time * 11 / 10)) 259 do_transfer $large $small $((time * 11 / 10))
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/config/ |
D | README.md | 26 Small system: **small\_common\_defconfig** 42 │ ├── small_common_defconfig # Common defconfig of the small-system kernel 50 ├── small_common_defconfig # Common defconfig of the small-system kernel
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | romfs.rst | 10 similar feature, and even the possibility of a small kernel, with a 30 However, the main purpose of romfs is to have a very small kernel, 41 module. The kernel can be small enough, since it doesn't have other 154 this file system is the small code. On the other hand, don't be 171 - The file system is read only, so it can be very small, but in case 175 similarly small writable filesystem for RAM disks.
|
D | squashfs.rst | 10 directories. Inodes in the system are very small and all blocks are packed to 191 speed of access (and because it is small) is read at mount time and cached 201 is small) is read at mount time and cached in memory. 215 it is small) is read at mount time and cached in memory. 250 recently accessed data Squashfs uses two small metadata and fragment caches.
|
D | btrfs.rst | 15 * Space efficient packing of small files
|
/kernel/liteos_m/ |
D | README.OpenSource | 9 …ystem kernel designed for the Internet of Things (IoT) field. It features small footprint, low pow…
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/arch/arm/mach-lpc32xx/ |
D | suspend.S | 53 @ This guarantees a small windows where DRAM isn't busy
|
/kernel/linux/linux-5.10/Documentation/arm/sa1100/ |
D | lart.rst | 5 The LART is a small (7.5 x 10cm) SA-1100 board, designed for embedded
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | brcm,bcm2835-aux-clock.txt | 6 The auxiliary peripherals (UART, SPI1, and SPI2) have a small register
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | pixfmt-y10p.rst | 25 \small
|
D | pixfmt-tch-td08.rst | 19 a small range depending on whether the sensor is touched or not. The full value
|
/kernel/linux/linux-5.10/drivers/staging/fbtft/ |
D | README | 4 Linux Framebuffer drivers for small TFT LCD display modules.
|
/kernel/linux/linux-5.10/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()
|