Home
last modified time | relevance | path

Searched full:small (Results 1 – 25 of 2606) sorted by relevance

12345678910>>...105

/linux-6.14.4/include/linux/
Dmii.h93 * A small helper function for a common case. Returns one
111 * A small helper function that translates ethtool advertisement
139 * A small helper function that translates linkmode advertisement
167 * A small helper function that translates MII_ADVERTISE bits
194 * A small helper function that translates ethtool advertisement
214 * A small helper function that translates linkmode advertisement
237 * A small helper function that translates MII_CTRL1000
257 * A small helper function that translates MII_LPA
275 * A small helper function that translates MII_STAT1000
296 * A small helper function that translates MII_STAT1000 bits, when in
[all …]
/linux-6.14.4/fs/unicode/
Dutf8-selftest.c53 /* 'LATIN SMALL LETTER A WITH DIAERESIS' decomposes to
59 /* 'LATIN SMALL LETTER LJ' can't decompose to
77 /* 'LATIN SMALL LETTER A WITH DIAERESIS' + 'COMBINING OGONEK'
104 /* LATIN SMALL LETTER SHARP S folds to
105 LATIN SMALL LETTER S + LATIN SMALL LETTER S */
111 LATIN SMALL LETTER A + COMBINING RING ABOVE */
121 /* CHEROKEE SMALL LETTER A folds to CHEROKEE LETTER A */
126 /* CHEROKEE SMALL LETTER YE folds to CHEROKEE LETTER YE */
132 OLD HUNGARIAN SMALL LETTER AMB */
139 OSAGE SMALL LETTER CHA */
[all …]
/linux-6.14.4/drivers/iio/test/
Diio-test-rescale.c125 * Use cases with small scales involving divisions
128 .name = "small IIO_VAL_FRACTIONAL, 261/509 scaled by 90/1373754273",
137 .name = "small IIO_VAL_FRACTIONAL, 90/1373754273 scaled by 261/509",
146 .name = "small IIO_VAL_FRACTIONAL, 760/1373754273 scaled by 427/2727",
155 .name = "small IIO_VAL_FRACTIONAL, 761/1373754273 scaled by 427/2727",
164 .name = "small IIO_VAL_FRACTIONAL, 5/32768 scaled by 3/10000",
173 .name = "small IIO_VAL_FRACTIONAL, 0 < scale < 1",
182 .name = "small IIO_VAL_FRACTIONAL, -1 < scale < 0",
191 .name = "small IIO_VAL_FRACTIONAL, 0 < scale < 2",
200 .name = "small IIO_VAL_FRACTIONAL, -2 < scale < 0",
[all …]
/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dtest_global_func10.c11 struct Small { struct
32 const struct Small small = {.x = skb->len }; in global_func10() local
34 return foo((struct Big *)&small) ? 1 : 0; in global_func10()
Dverifier_var_off.c23 /* Make it small and 4-byte aligned */ \ in variable_offset_ctx_access()
48 /* Make it small and 4-byte aligned */ \ in stack_read_priv_vs_unpriv()
71 /* Make it small and 4-byte aligned */ \ in variable_offset_stack_read_uninitialized()
102 /* Make it small and 8-byte aligned */ \ in stack_write_priv_vs_unpriv()
140 /* Make it small and 8-byte aligned */ \ in stack_write_followed_by_read()
182 /* Make it small and 8-byte aligned */ \ in stack_write_clobbers_spilled_regs()
248 /* Make it small and 4-byte aligned */ \ in access_max_out_of_bound()
306 /* Make it small and 4-byte aligned */ \ in access_min_out_of_bound()
336 /* Make it small and 4-byte aligned. */ \ in access_min_off_min_initialized()
369 /* Make it small and 4-byte aligned. */ \ in stack_access_priv_vs_unpriv()
[all …]
/linux-6.14.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-6.14.4/drivers/memstick/host/
Dr592.h23 /* Window for small TPC fifo (big endian)*/
29 /* Status register (ms int, small fifo, IO)*/
38 #define R592_STATUS_SFIFO_FULL (1 << 20) /* Small Fifo almost full (last chunk is written) */
39 #define R592_STATUS_SFIFO_EMPTY (1 << 21) /* Small Fifo empty */
48 #define R592_STATUS_SFIFO_INPUT (1 << 30) /* Small fifo received data*/
50 #define R592_SFIFO_SIZE 32 /* total size of small fifo is 32 bytes */
51 #define R592_SFIFO_PACKET 8 /* packet size of small fifo */
/linux-6.14.4/lib/fonts/
DKconfig52 Small console font with Macintosh-style high-half glyphs. Some Mac
68 Small console font with PC-style control-character and high-half
76 Small console font with PC-style control characters and high-half
97 If other fonts are too big or too small for you, say Y, otherwise say N.
129 This font is useful for small displays (OLED).
/linux-6.14.4/drivers/acpi/acpica/
Dutresrc.c20 /* Small descriptors */
79 /* Small descriptors */
284 * Examine the large/small bit in the resource header in acpi_ut_validate_resource()
301 * Small Resource Type -- bits 6:3 contain the name in acpi_ut_validate_resource()
346 /* Small variable length resource, length can be (Min) or (Min-1) */ in acpi_ut_validate_resource()
419 * Large/Small descriptor bit -- this is left alone)
432 * Examine the large/small bit in the resource header in acpi_ut_get_resource_type()
440 /* Small Resource Type -- bits 6:3 contain the name */ in acpi_ut_get_resource_type()
468 * Examine the large/small bit in the resource header in acpi_ut_get_resource_length()
477 /* Small Resource type -- bits 2:0 of byte 0 contain the length */ in acpi_ut_get_resource_length()
[all …]
/linux-6.14.4/lib/test_fortify/
Dtest_fortify.h22 char small[__BUF_SMALL]; variable
31 memset(small, 0xA5, sizeof(small)); in do_fortify_tests()
Dwrite_overflow-strncpy-src.c3 strncpy(small, large_src, sizeof(small) + 1)
Dread_overflow2-memcmp.c3 memcmp(large, small, sizeof(small) + 1)
Dread_overflow-memcmp.c3 memcmp(small, large, sizeof(small) + 1)
Dread_overflow-memchr_inv.c3 memchr_inv(small, 0x7A, sizeof(small) + 1)
Dread_overflow-memscan.c3 memscan(small, 0x7A, sizeof(small) + 1)
Dread_overflow-memchr.c3 memchr(small, 0x7A, sizeof(small) + 1)
/linux-6.14.4/Documentation/gpu/rfc/
Di915_small_bar.h49 * On systems without small BAR, the @probed_size will
59 * small-bar uAPI support (including
62 * small BAR configuration, assuming we are able to load
137 * call small BAR), like on some DG2+ systems. Note that this is quite
159 * On older kernels which lack the relevant small-bar uAPI support (see
162 * possible to end up with a small BAR configuration, assuming we can
Di915_small_bar.rst2 I915 Small BAR RFC Section
14 underneath the device has a small BAR, meaning only some portion of it is CPU
41 1) Error capture is best effort on small BAR systems; if the pages are not
/linux-6.14.4/Documentation/networking/
Dipsec.rst12 Small IP packet won't get compressed at sender, and failed on
29 Small IP datagrams are likely to expand as a result of compression.
45 above scenario. The consequence of doing so is small packet(uncompressed)
/linux-6.14.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-6.14.4/Documentation/admin-guide/mm/
Dtranshuge.rst268 ``max_ptes_none`` specifies how many extra small pages (that are
270 of small pages into one large page::
489 a huge page and instead falls back to using small pages.
493 instead falls back to using small pages even though the
508 but fails and instead falls back to using small pages. (Note that
513 falls back to using small pages even though the allocation was
556 huge zero page and falls back to using small pages.
579 lower orders or small pages.
584 small pages even though the allocation was successful.
597 small pages.
[all …]
/linux-6.14.4/tools/testing/selftests/net/packetdrill/
Dtcp_nagle_sockopt_cork_nodelay.pkt14 // Set TCP_CORK sockopt to hold small packets
25 // Set TCP_CORK sockopt to hold small packets
36 // Set MSG_MORE to hold small packets
/linux-6.14.4/arch/sh/lib/
Dudivsi3_i4i-Os.S12 udiv small divisor: 55 cycles
14 sdiv small divisor, positive result: 59 cycles
16 sdiv small divisor, negative result: 65 cycles (*)
/linux-6.14.4/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.
/linux-6.14.4/tools/testing/selftests/net/mptcp/
Dsimult_flows.sh23 small=""
42 rm -f "$large" "$small"
60 small=$(mktemp)
66 dd if=/dev/zero of=$small bs=4096 count=20 >/dev/null 2>&1
251 do_transfer $small $large $time
261 do_transfer $large $small $time

12345678910>>...105