Home
last modified time | relevance | path

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

12345678910>>...17

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_global_func10.c26 const struct Small small = {.x = skb->len }; in test_cls() local
28 return foo((struct Big *)&small) ? 1 : 0; in test_cls()
/Linux-v5.15/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()
/Linux-v5.15/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.15/tools/testing/selftests/net/mptcp/
Dsimult_flows.sh26 rm -f "$large" "$small"
50 small=$(mktemp)
55 dd if=/dev/zero of=$small bs=4096 count=20 >/dev/null 2>&1
255 do_transfer $small $large $((time * 11 / 10))
263 do_transfer $large $small $((time * 11 / 10))
/Linux-v5.15/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.15/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.15/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec-stateless.rst39 \small
184 \small
288 \small
323 \small
419 \small
447 \small
497 \small
534 \small
601 \small
628 \small
[all …]
Dpixfmt-tch-td08.rst19 a small range depending on whether the sensor is touched or not. The full value
Dpixfmt-srggb8.rst24 RGRG... GBGB..., etc. Below is an example of a small V4L2_PIX_FMT_SBGGR8 image:
/Linux-v5.15/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.15/Documentation/ABI/testing/
Dsysfs-class-chromeos-driver-cros-ec-vbc6 small nvram space on some EC implementations.
Dsysfs-devices-platform-soc-ipa67 producer". An endpoint ID is a small unsigned integer.
78 consumer". An endpoint ID is a small unsigned integer.
Dsysfs-bus-iio-light-si11336 dark photodiode. "small" indicate the surface area capturing
/Linux-v5.15/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.15/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.
/Linux-v5.15/arch/x86/include/asm/
Dpage_64.h85 [small] "i" ((1ul << 47)-PAGE_SIZE), in task_size_max()
/Linux-v5.15/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.15/arch/arm/mach-lpc32xx/
Dsuspend.S53 @ This guarantees a small windows where DRAM isn't busy
/Linux-v5.15/Documentation/arm/sa1100/
Dlart.rst5 The LART is a small (7.5 x 10cm) SA-1100 board, designed for embedded
/Linux-v5.15/Documentation/devicetree/bindings/clock/
Dbrcm,bcm2835-aux-clock.txt6 The auxiliary peripherals (UART, SPI1, and SPI2) have a small register
/Linux-v5.15/drivers/staging/fbtft/
DREADME4 Linux Framebuffer drivers for small TFT LCD display modules.
/Linux-v5.15/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.15/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
/Linux-v5.15/Documentation/admin-guide/mm/
Dtranshuge.rst202 ``max_ptes_none`` specifies how many extra small pages (that are
204 of small pages into one large page::
317 a huge page and instead falls back to using small pages.
321 instead falls back to using small pages even though the
335 but fails and instead falls back to using small pages.
339 falls back to using small pages even though the allocation was
376 huge zero page and falls back to using small pages.

12345678910>>...17