Home
last modified time | relevance | path

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

12345678910>>...101

/Linux-v6.1/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
236 * A small helper function that translates MII_CTRL1000
256 * A small helper function that translates MII_LPA
274 * A small helper function that translates MII_STAT1000
295 * A small helper function that translates MII_STAT1000 bits, when in
[all …]
Dmdio.h220 * A small helper function that translates MMD EEE Capability (3.20) bits
247 * A small helper function that translates the MMD EEE Advertisment (7.60)
275 * A small helper function that translates ethtool advertisement settings
303 * A small helper function that translates linkmode advertisement
329 * A small helper function that translates C45 10GBASE-T AN STATUS register bits
348 * A small helper function that translates BASE-T1 Autonegotiation
365 * A small helper function that translates BASE-T1 Autonegotiation
379 * A small helper function that translates linkmode advertisement
399 * A small helper function that translates linkmode advertisement
/Linux-v6.1/fs/unicode/
Dutf8-selftest.c56 /* 'LATIN SMALL LETTER A WITH DIAERESIS' decomposes to
62 /* 'LATIN SMALL LETTER LJ' can't decompose to
80 /* 'LATIN SMALL LETTER A WITH DIAERESIS' + 'COMBINING OGONEK'
107 /* LATIN SMALL LETTER SHARP S folds to
108 LATIN SMALL LETTER S + LATIN SMALL LETTER S */
114 LATIN SMALL LETTER A + COMBINING RING ABOVE */
124 /* CHEROKEE SMALL LETTER A folds to CHEROKEE LETTER A */
129 /* CHEROKEE SMALL LETTER YE folds to CHEROKEE LETTER YE */
135 OLD HUNGARIAN SMALL LETTER AMB */
142 OSAGE SMALL LETTER CHA */
[all …]
/Linux-v6.1/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-v6.1/tools/testing/selftests/bpf/progs/
Dtest_global_func10.c6 struct Small { struct
26 const struct Small small = {.x = skb->len }; in test_cls() local
28 return foo((struct Big *)&small) ? 1 : 0; in test_cls()
/Linux-v6.1/tools/testing/selftests/bpf/verifier/
Dvar_off.c6 /* Make it small and 4-byte aligned */
27 /* Make it small and 4-byte aligned */
49 /* Make it small and 4-byte aligned */
70 /* Make it small and 8-byte aligned */
106 /* Make it small and 8-byte aligned */
172 /* Make it small and 4-byte aligned */
197 /* Make it small and 4-byte aligned */
222 /* Make it small and 4-byte aligned. */
247 /* Make it small and 4-byte aligned. */
273 /* Make it small and 4-byte aligned. */
[all …]
/Linux-v6.1/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-v6.1/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-v6.1/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.
126 This font is useful for small displays (OLED).
/Linux-v6.1/lib/test_fortify/
Dtest_fortify.h22 char small[__BUF_SMALL]; variable
31 memset(small, 0xA5, sizeof(small)); in do_fortify_tests()
Dread_overflow-memcmp.c3 memcmp(small, large, sizeof(small) + 1)
Dread_overflow2-memcmp.c3 memcmp(large, small, sizeof(small) + 1)
Dwrite_overflow-strlcpy-src.c3 strlcpy(small, large_src, sizeof(small) + 1)
Dwrite_overflow-strncpy-src.c3 strncpy(small, large_src, sizeof(small) + 1)
Dread_overflow-memchr.c3 memchr(small, 0x7A, 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)
/Linux-v6.1/drivers/acpi/acpica/
Dutresrc.c20 /* Small descriptors */
77 /* Small descriptors */
281 * Examine the large/small bit in the resource header in acpi_ut_validate_resource()
298 * Small Resource Type -- bits 6:3 contain the name in acpi_ut_validate_resource()
343 /* Small variable length resource, length can be (Min) or (Min-1) */ in acpi_ut_validate_resource()
412 * Large/Small descriptor bit -- this is left alone)
425 * Examine the large/small bit in the resource header in acpi_ut_get_resource_type()
433 /* Small Resource Type -- bits 6:3 contain the name */ in acpi_ut_get_resource_type()
461 * Examine the large/small bit in the resource header in acpi_ut_get_resource_length()
470 /* Small Resource type -- bits 2:0 of byte 0 contain the length */ in acpi_ut_get_resource_length()
[all …]
/Linux-v6.1/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-v6.1/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-v6.1/scripts/
Dmksysmap21 # G = Initialised data for small objects
25 # S = Uninitialised data for small objects
30 # Corresponding small letters are local symbols
/Linux-v6.1/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-v6.1/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-v6.1/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.

12345678910>>...101