Home
last modified time | relevance | path

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

12345678910>>...18

/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/arm/common/
Ddmabounce.c77 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/
DBUILD.gn14 if (os_level == "mini" || os_level == "small") {
34 if (os_level == "mini" || os_level == "small") {
39 build_type = "small"
Dkernel.mk69 ifneq ($(findstring $(BUILD_TYPE), small standard),)
97 ifneq ($(findstring $(BUILD_TYPE), small),)
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
Dsimult_flows.sh27 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/
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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/config/
DREADME.md26 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/
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
/kernel/linux/linux-5.10/Documentation/filesystems/
Dromfs.rst10 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.
Dsquashfs.rst10 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.
Dbtrfs.rst15 * Space efficient packing of small files
/kernel/liteos_m/
DREADME.OpenSource9 …ystem kernel designed for the Internet of Things (IoT) field. It features small footprint, low pow…
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/arch/arm/mach-lpc32xx/
Dsuspend.S53 @ This guarantees a small windows where DRAM isn't busy
/kernel/linux/linux-5.10/Documentation/arm/sa1100/
Dlart.rst5 The LART is a small (7.5 x 10cm) SA-1100 board, designed for embedded
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dbrcm,bcm2835-aux-clock.txt6 The auxiliary peripherals (UART, SPI1, and SPI2) have a small register
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-y10p.rst25 \small
Dpixfmt-tch-td08.rst19 a small range depending on whether the sensor is touched or not. The full value
/kernel/linux/linux-5.10/drivers/staging/fbtft/
DREADME4 Linux Framebuffer drivers for small TFT LCD display modules.
/kernel/linux/linux-5.10/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()

12345678910>>...18