| /linux/arch/powerpc/kernel/ ! |
| H A D | cacheinfo.c | 422 static void link_cache_lists(struct cache *smaller, struct cache *bigger) in link_cache_lists() argument 424 while (smaller->next_local) { in link_cache_lists() 425 if (smaller->next_local == bigger) in link_cache_lists() 427 smaller = smaller->next_local; in link_cache_lists() 430 smaller->next_local = bigger; in link_cache_lists() 436 WARN_ONCE((smaller->level == 1 && bigger->level > 2) || in link_cache_lists() 437 (smaller->level > 1 && bigger->level != smaller->level + 1), in link_cache_lists() 439 smaller->level, smaller->ofnode, bigger->level, bigger->ofnode); in link_cache_lists()
|
| /linux/Documentation/networking/ ! |
| H A D | ipsec.rst | 20 defined in section 3, is not smaller than the size of the original 31 where IP datagrams of size smaller than the threshold are sent in the 37 is smaller than the threshold or the compressed len is larger than original
|
| /linux/Documentation/filesystems/spufs/ ! |
| H A D | spufs.rst | 87 If a count smaller than four is requested, read returns -1 and 101 If a count smaller than four is requested, read returns -1 and 121 operations on an open wbox file are: write(2) If a count smaller than 146 If a count smaller than four is requested, read returns -1 and 198 If a count smaller than four is requested, read returns -1 and 204 If a count smaller than four is requested, write returns -1 and 219 If a count smaller than four is requested, read returns -1 and 225 If a count smaller than four is requested, write returns -1 and
|
| /linux/arch/x86/ ! |
| H A D | Kconfig.cpu | 373 makes the kernel a tiny bit smaller. Disabling it on an Intel 387 makes the kernel a tiny bit smaller. Disabling it on a Cyrix 400 makes the kernel a tiny bit smaller. Disabling it on an AMD 414 makes the kernel a tiny bit smaller. Disabling it on an Hygon 427 makes the kernel a tiny bit smaller. Disabling it on a Centaur 441 makes the kernel a tiny bit smaller. Disabling it on a Transmeta 455 makes the kernel a tiny bit smaller. Disabling it on a UMC 468 makes the kernel a tiny bit smaller. Disabling it on a Zhaoxin 482 makes the kernel a tiny bit smaller.
|
| /linux/Documentation/userspace-api/media/dvb/ ! |
| H A D | dmx-reqbufs.rst | 54 number allocated in the ``count`` field. The ``count`` can be smaller than the number requested, ev… 57 at ``size``, and can be smaller than what's requested.
|
| /linux/Documentation/ABI/testing/ ! |
| H A D | sysfs-bus-platform-drivers-amd_x3d_vcache | 12 those in the smaller L3 CCD.
|
| H A D | sysfs-kernel-mm-memory-tiers | 21 A smaller value of N implies a higher (faster) memory tier in the
|
| H A D | devlink-resource-mlxsw | 25 device. Used in case the key size is smaller or equal to
|
| /linux/arch/sh/boards/mach-r2d/ ! |
| H A D | Kconfig | 11 R2D-PLUS is the smaller of the two R2D board versions, equipped
|
| /linux/Documentation/scheduler/ ! |
| H A D | sched-deadline.rst | 90 then, if the scheduling deadline is smaller than the current time, or 357 If, instead, the total utilization is smaller than M, then non real-time 364 maximum tardiness of each task is smaller or equal than 380 of the tasks running on such a CPU is smaller or equal than 1. 384 running on such a CPU is smaller or equal than 1: 405 such a time with the interval size t. If h(t) is smaller than t (that is, 407 smaller than the size of the interval) for all the possible values of t, then 430 period smaller than the one of the first task. Hence, if all the tasks 433 smaller than the absolute deadline of Task_1, which is t + P). As a 456 As seen, enforcing that the total utilization is smaller than M does not [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ ! |
| H A D | wq.h | 170 int smaller = 0x8000 & (cc1 - cc2); in mlx5_wq_cyc_cc_bigger() local 172 return !equal && !smaller; in mlx5_wq_cyc_cc_bigger()
|
| /linux/Documentation/core-api/ ! |
| H A D | union_find.rst | 64 operation, the tree with the smaller rank is attached under the tree with the 102 and then link the smaller node to the larger node based on the rank of the root
|
| /linux/Documentation/filesystems/ ! |
| H A D | omfs.rst | 51 have a smaller size than a data block, but since they are both addressed by the 52 same 64-bit block number, any remaining space in the smaller sysblock is
|
| /linux/Documentation/admin-guide/cgroup-v1/ ! |
| H A D | pids.rst | 25 be smaller than pids.current, or attaching enough processes to the cgroup such 83 We can set a limit that is smaller than pids.current, which will stop any new
|
| /linux/Documentation/devicetree/bindings/net/can/ ! |
| H A D | grcan.txt | 24 of this 32-bit property is smaller than GRCAN_TXBUG_SAFE_GRLIB_VERSION
|
| /linux/Documentation/images/ ! |
| H A D | COPYING-logo | 8 scale down to smaller sizes and are better for letterheads or whatever
|
| /linux/Documentation/admin-guide/device-mapper/ ! |
| H A D | snapshot.rst | 41 smaller than the origin and if it fills up the snapshot will become 159 During merging, the number of sectors allocated gets smaller and 160 smaller. Merging has finished when the number of sectors holding data
|
| /linux/tools/bpf/bpftool/Documentation/ ! |
| H A D | bpftool-gen.rst | 170 The min_core_btf feature builds smaller BTF files, customized to one or 450 **$ bpftool gen min_core_btf 5.4.0-example.btf 5.4.0-smaller.btf one.bpf.o** 452 **$ bpftool btf dump file 5.4.0-smaller.btf format raw** 469 Now, the "5.4.0-smaller.btf" file may be used by libbpf as an external BTF file 476 LIBBPF_OPTS(bpf_object_open_opts, opts, .btf_custom_path = "5.4.0-smaller.btf");
|
| /linux/Documentation/devicetree/bindings/input/touchscreen/ ! |
| H A D | fsl-mx25-tcq.txt | 18 plates and therefore the voltage decreases with pressure so that a smaller
|
| /linux/drivers/net/wireless/realtek/rtl8xxxu/ ! |
| H A D | Kconfig | 19 and power management. However it should have a smaller
|
| /linux/Documentation/devicetree/bindings/media/i2c/ ! |
| H A D | ovti,ov7740.txt | 4 size, such as VGA, and QVGA, CIF and any size smaller. It also
|
| /linux/drivers/misc/eeprom/ ! |
| H A D | Kconfig | 23 24c16 (16 kbit) or smaller, and vice versa. Marking the chip 29 full functionality is not available. Only smaller devices are
|
| /linux/usr/ ! |
| H A D | Kconfig | 150 is slowest among the choices. The initramfs size is about 10% smaller 165 slowest. The initramfs size is about 33% smaller with LZMA in 177 30% smaller with XZ in comparison to gzip. Decompression speed is
|
| /linux/fs/cramfs/ ! |
| H A D | README | 77 (For the last <block> of the file, the input may of course be smaller.) 163 It's easy enough to change the kernel to use a smaller value than 173 smaller PAGE_SIZE values.
|
| /linux/Documentation/userspace-api/media/v4l/ ! |
| H A D | selection-api-examples.rst | 46 /* setting smaller compose rectangle */
|