/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/ |
H A D | memory.json | 4 …re broken up into smaller transactions than what were specified in the load or store instructions,… 16 … by the load/store unit into smaller transactions that are issued by the bus interface, then the e… 20 … by the load/store unit into smaller transactions that are issued by the bus interface, then the e…
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ |
H A D | memory.json | 4 …re broken up into smaller transactions than what were specified in the load or store instructions,… 16 … by the load/store unit into smaller transactions that are issued by the bus interface, then the e… 20 … by the load/store unit into smaller transactions that are issued by the bus interface, then the e…
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_extent.c | 114 * try to allocate a smaller number of blocks (producing a smaller in extAlloc() 115 * extent), with this smaller number of blocks consisting of the in extAlloc() 116 * requested number of blocks rounded down to the next smaller in extAlloc() 119 * is smaller than the number of blocks per page. in extAlloc() 275 * a smaller number of blocks (producing a smaller extent), with 276 * this smaller number of blocks consisting of the requested 277 * number of blocks rounded down to the next smaller power of 2 280 * is smaller than the number of blocks per page.
|
/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power8/ |
H A D | memory.json | 53 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump … 54 …l Pump Scope OR Final Pump Scope(Group) got data from source that was at smaller scope(Chip) Final… 83 …ll (Chip/Group) or the original scope was System and it should have been smaller. Counts for a dem… 84 …Chip/Group) OR Final Pump Scope(system) got data from source that was at smaller scope(Chip/group)… 119 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump … 120 …l Pump Scope OR Final Pump Scope(Group) got data from source that was at smaller scope(Chip) Final… 203 …ll (Chip/Group) or the original scope was System and it should have been smaller. Counts for all d… 204 …Chip/Group) OR Final Pump Scope(system) got data from source that was at smaller scope(Chip/group)…
|
/openbmc/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
|
/openbmc/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
|
/openbmc/linux/arch/x86/ |
H A D | Kconfig.cpu | 408 makes the kernel a tiny bit smaller. Disabling it on an Intel 422 makes the kernel a tiny bit smaller. Disabling it on a Cyrix 435 makes the kernel a tiny bit smaller. Disabling it on an AMD 449 makes the kernel a tiny bit smaller. Disabling it on an Hygon 462 makes the kernel a tiny bit smaller. Disabling it on a Centaur 476 makes the kernel a tiny bit smaller. Disabling it on a Transmeta 490 makes the kernel a tiny bit smaller. Disabling it on a UMC 503 makes the kernel a tiny bit smaller. Disabling it on a Zhaoxin 517 makes the kernel a tiny bit smaller.
|
/openbmc/linux/lib/ |
H A D | linear_ranges.c | 132 * input value. Value is matching if it is equal or smaller than given 136 * value smaller or equal to given value 172 * input value. Value is matching if it is equal or smaller than given 174 * @found is set true. If a range with values smaller than given value is found 175 * but the range max is being smaller than given value, then the range's 180 * range with a value smaller or equal to given value
|
/openbmc/qemu/docs/ |
H A D | qcow2-cache.txt | 126 (or the cache entry size: see "Using smaller cache sizes" below). 133 On non-Linux platforms the maximal value is smaller by default (8 MB) and 159 Using smaller cache entries 170 it smaller than the cluster size. This can be configured using the 176 the cluster size if it's smaller). 183 - Smaller entry sizes generally improve the cache efficiency and make
|
/openbmc/linux/include/media/i2c/ |
H A D | ov7670.h | 12 int min_width; /* Filter out smaller sizes */ 13 int min_height; /* Filter out smaller sizes */
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | image_types_sparse.bbclass | 4 # specified in units of this value. Setting this value smaller than the 6 # However, there is no loss in correctness if this value is larger or smaller
|
/openbmc/linux/include/uapi/linux/ |
H A D | falloc.h | 22 * smaller depending on the filesystem and/or the configuration of the 53 * boundaries, but this boundary may be larger or smaller depending on 70 * block size boundaries, but this boundary may be larger or smaller
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | pyperf180.c | 10 * to specify which cpu version is used for compilation. So a smaller 15 * repo checkpoint does not have __BPF_CPU_VERSION__, a smaller unroll_count
|
/openbmc/openbmc/poky/meta/recipes-core/picolibc/ |
H A D | picolibc.inc | 1 SUMMARY = "C Libraries for Smaller Embedded Systems" 3 DESCRIPTION = "Picolibc is a set of standard C libraries, both libc and libm, designed for smaller …
|
/openbmc/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()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ |
H A D | ia_css_vf.host.c | 55 * be smaller than the requested viewfinder resolution. 73 /* downscale until width smaller than the viewfinder width. We don't in sh_css_vf_downscale_log2() 82 /* now width is smaller, so we go up one step */ in sh_css_vf_downscale_log2()
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_nodeattrib.c | 56 pr_err("Requested DataOut Timeout %u smaller than" in iscsit_na_dataout_timeout() 81 pr_err("Requested DataOut Timeout Retries %u smaller" in iscsit_na_dataout_timeout_retries() 112 pr_err("Requested NopIn Timeout %u smaller than" in iscsit_na_nopin_timeout() 162 pr_err("Requested NopIn Response Timeout %u smaller" in iscsit_na_nopin_response_timeout()
|
/openbmc/qemu/include/exec/ |
H A D | page-vary.h | 39 * size may be smaller than any given CPU's preference). 42 * choice of page size and the requested page size is smaller than that).
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 028 | 4 # Test that backing files can be smaller than the image 48 # smaller backing files. 58 # The base image is smaller than the image file
|
/openbmc/openpower-hw-diags/attn/pel/ |
H A D | extended_user_header.cpp | 48 // null terminate new symptom Id (it may have been smaller) in setSymptomId() 51 // pad if new symptom ID (it may have been smaller) in setSymptomId()
|
/openbmc/qemu/ |
H A D | page-vary-common.c | 33 * the CPUs in the system, so we can only make it smaller, never in set_preferred_target_page_bits_common() 34 * larger. And we can't make it smaller once we've committed to in set_preferred_target_page_bits_common()
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-deadline.rst | 89 then, if the scheduling deadline is smaller than the current time, or 356 If, instead, the total utilization is smaller than M, then non real-time 363 maximum tardiness of each task is smaller or equal than 379 of the tasks running on such a CPU is smaller or equal than 1. 383 running on such a CPU is smaller or equal than 1: 404 such a time with the interval size t. If h(t) is smaller than t (that is, 406 smaller than the size of the interval) for all the possible values of t, then 429 period smaller than the one of the first task. Hence, if all the tasks 432 smaller than the absolute deadline of Task_1, which is t + P). As a 455 As seen, enforcing that the total utilization is smaller than M does not [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/memory/ |
H A D | memory.txt | 29 smaller 65 * Default of 2GB of memory, auto-sized, so could be smaller
|
/openbmc/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.
|
/openbmc/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
|