| /linux/lib/test_fortify/ |
| H A D | test_fortify.h | 22 char small[__BUF_SMALL]; variable 31 memset(small, 0xA5, sizeof(small)); in do_fortify_tests()
|
| H A D | read_overflow-memchr.c | 3 memchr(small, 0x7A, sizeof(small) + 1)
|
| H A D | read_overflow-memchr_inv.c | 3 memchr_inv(small, 0x7A, sizeof(small) + 1)
|
| H A D | read_overflow-memscan.c | 3 memscan(small, 0x7A, sizeof(small) + 1)
|
| H A D | read_overflow2-memcmp.c | 3 memcmp(large, small, sizeof(small) + 1)
|
| H A D | read_overflow-memcmp.c | 3 memcmp(small, large, sizeof(small) + 1)
|
| H A D | write_overflow-strncpy-src.c | 3 strncpy(small, large_src, sizeof(small) + 1)
|
| H A D | write_overflow-strcpy-lit.c | 3 strcpy(small, LITERAL_LARGE)
|
| H A D | write_overflow-strcpy.c | 3 strcpy(small, large_src)
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | simult_flows.sh | 23 small="" 42 rm -f "$large" "$small" 60 small=$(mktemp) 66 dd if=/dev/zero of=$small bs=4096 count=20 >/dev/null 2>&1 258 do_transfer $small $large $time 268 do_transfer $large $small $time
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_global_func10.c | 32 const struct Small small = {.x = skb->len }; in global_func10() local 34 return foo((struct Big *)&small) ? 1 : 0; in global_func10()
|
| /linux/drivers/mtd/spi-nor/ |
| H A 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
|
| /linux/fs/cramfs/ |
| H A 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
|
| /linux/net/dccp/ccids/lib/ |
| H A D | tfrc_equation.c | |
| /linux/arch/alpha/lib/ |
| H A 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
|
| /linux/Documentation/filesystems/ |
| H A 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.
|
| /linux/Documentation/trace/ |
| H A 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
|
| /linux/Documentation/gpu/rfc/ |
| H A D | i915_small_bar.rst | 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/Documentation/ABI/testing/ |
| H A D | sysfs-class-chromeos-driver-cros-ec-vbc | 6 small nvram space on some EC implementations.
|
| H A D | sysfs-bus-iio-light-si1133 | 6 dark photodiode. "small" indicate the surface area capturing
|
| /linux/drivers/atm/ |
| H A 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.
|
| /linux/arch/arm/mach-lpc32xx/ |
| H A D | suspend.S | 51 @ This guarantees a small windows where DRAM isn't busy
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-ibm-system1.dts | 225 * Use small nominator to prevent integer overflow. 238 * Use small nominator to prevent integer overflow. 251 * Use small nominator to prevent integer overflow. 264 * Use small nominator to prevent integer overflow. 277 * Use small nominator to prevent integer overflow. 290 * Use small nominator to prevent integer overflow. 303 * Use small nominator to prevent integer overflow.
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | transhuge.rst | 311 ``max_ptes_none`` specifies how many extra small pages (that are 313 of small pages into one large page:: 545 a huge page and instead falls back to using small pages. 549 instead falls back to using small pages even though the 564 but fails and instead falls back to using small pages. (Note that 569 falls back to using small pages even though the allocation was 612 huge zero page and falls back to using small pages. 635 lower orders or small pages. 640 small pages even though the allocation was successful. 653 small pages. [all …]
|
| /linux/Documentation/translations/zh_CN/mm/damon/ |
| H A D | design.rst | 59 (small mmap()-ed regions and munmap()-ed regions)
|