/linux-5.10/fs/jfs/ |
D | jfs_extent.c | 117 * try to allocate a smaller number of blocks (producing a smaller in extAlloc() 118 * extent), with this smaller number of blocks consisting of the in extAlloc() 119 * requested number of blocks rounded down to the next smaller in extAlloc() 122 * is smaller than the number of blocks per page. in extAlloc() 472 * a smaller number of blocks (producing a smaller extent), with 473 * this smaller number of blocks consisting of the requested 474 * number of blocks rounded down to the next smaller power of 2 477 * is smaller than the number of blocks per page. 565 * available), we'll try to allocate a smaller number of 566 * blocks (producing a smaller extent), with this smaller [all …]
|
/linux-5.10/Documentation/filesystems/spufs/ |
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-5.10/tools/perf/pmu-events/arch/powerpc/power8/ |
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)…
|
/linux-5.10/lib/ |
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 ranges 180 * range with a value smaller or equal to given value
|
/linux-5.10/Documentation/networking/ |
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-5.10/arch/x86/ |
D | Kconfig.cpu | 412 makes the kernel a tiny bit smaller. Disabling it on an Intel 426 makes the kernel a tiny bit smaller. Disabling it on a Cyrix 439 makes the kernel a tiny bit smaller. Disabling it on an AMD 453 makes the kernel a tiny bit smaller. Disabling it on an Hygon 466 makes the kernel a tiny bit smaller. Disabling it on a Centaur 480 makes the kernel a tiny bit smaller. Disabling it on a Transmeta 494 makes the kernel a tiny bit smaller. Disabling it on a UMC 507 makes the kernel a tiny bit smaller. Disabling it on a Zhaoxin
|
/linux-5.10/include/media/i2c/ |
D | ov7670.h | 12 int min_width; /* Filter out smaller sizes */ 13 int min_height; /* Filter out smaller sizes */
|
/linux-5.10/include/uapi/linux/ |
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
|
/linux-5.10/arch/powerpc/kernel/ |
D | cacheinfo.c | 414 static void link_cache_lists(struct cache *smaller, struct cache *bigger) in link_cache_lists() argument 416 while (smaller->next_local) { in link_cache_lists() 417 if (smaller->next_local == bigger) in link_cache_lists() 419 smaller = smaller->next_local; in link_cache_lists() 422 smaller->next_local = bigger; in link_cache_lists() 428 WARN_ONCE((smaller->level == 1 && bigger->level > 2) || in link_cache_lists() 429 (smaller->level > 1 && bigger->level != smaller->level + 1), in link_cache_lists() 431 smaller->level, smaller->ofnode, bigger->level, bigger->ofnode); in link_cache_lists()
|
/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ |
D | ia_css_vf.host.c | 53 * be smaller than the requested viewfinder resolution. 71 /* downscale until width smaller than the viewfinder width. We don't in sh_css_vf_downscale_log2() 80 /* now width is smaller, so we go up one step */ in sh_css_vf_downscale_log2()
|
/linux-5.10/drivers/target/iscsi/ |
D | iscsi_target_nodeattrib.c | 55 pr_err("Requested DataOut Timeout %u smaller than" in iscsit_na_dataout_timeout() 80 pr_err("Requested DataOut Timeout Retries %u smaller" in iscsit_na_dataout_timeout_retries() 111 pr_err("Requested NopIn Timeout %u smaller than" in iscsit_na_nopin_timeout() 161 pr_err("Requested NopIn Response Timeout %u smaller" in iscsit_na_nopin_response_timeout()
|
/linux-5.10/Documentation/scheduler/ |
D | sched-deadline.rst | 89 then, if the scheduling deadline is smaller than the current time, or 353 If, instead, the total utilization is smaller than M, then non real-time 360 maximum tardiness of each task is smaller or equal than 376 of the tasks running on such a CPU is smaller or equal than 1. 380 running on such a CPU is smaller or equal than 1: 401 such a time with the interval size t. If h(t) is smaller than t (that is, 403 smaller than the size of the interval) for all the possible values of t, then 426 period smaller than the one of the first task. Hence, if all the tasks 429 smaller than the absolute deadline of Task_1, which is t + P). As a 452 As seen, enforcing that the total utilization is smaller than M does not [all …]
|
/linux-5.10/drivers/infiniband/core/ |
D | umem.c | 76 * or smaller will never see a 0 result. 87 /* rdma_for_each_block() has a bug if the page size is smaller than the in ib_umem_find_best_pgsz() 88 * page size used to build the umem. For now prevent smaller page sizes in ib_umem_find_best_pgsz() 93 /* At minimum, drivers must support PAGE_SIZE or smaller */ in ib_umem_find_best_pgsz()
|
/linux-5.10/Documentation/userspace-api/media/dvb/ |
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-5.10/usr/ |
D | Kconfig | 151 is slowest among the choices. The initramfs size is about 10% smaller 166 slowest. The initramfs size is about 33% smaller with LZMA in 178 30% smaller with XZ in comparison to gzip. Decompression speed is
|
/linux-5.10/net/xfrm/ |
D | xfrm_compat.c | 177 /* compat_xfrm_user_expire has 4-byte smaller state */ in xfrm_nlmsg_put_compat() 197 /* compat_xfrm_user_polexpire has 4-byte smaller state */ in xfrm_nlmsg_put_compat() 206 /* compat_xfrm_user_polexpire has 4-byte smaller state */ in xfrm_nlmsg_put_compat() 476 /* compat_xfrm_user_expire has 4-byte smaller state */ in xfrm_xlate32() 496 /* compat_xfrm_user_polexpire has 4-byte smaller state */ in xfrm_xlate32() 505 /* compat_xfrm_user_polexpire has 4-byte smaller state */ in xfrm_xlate32()
|
/linux-5.10/kernel/rcu/ |
D | Kconfig | 15 smaller systems. 26 smaller systems. 149 want the default because the smaller leaf-level fanout keeps
|
/linux-5.10/fs/cramfs/ |
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-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | params.c | 48 * special case. It can run with frames smaller than a page, as it in mlx5e_rx_get_linear_frag_sz() 59 /* Even if we can go with a smaller fragment size, we must not put in mlx5e_rx_get_linear_frag_sz()
|
/linux-5.10/drivers/misc/eeprom/ |
D | Kconfig | 22 24c16 (16 kbit) or smaller, and vice versa. Marking the chip 28 full functionality is not available. Only smaller devices are
|
/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
D | pids.rst | 25 be smaller than pids.current, or attaching enough processes to the cgroup such 82 We can set a limit that is smaller than pids.current, which will stop any new
|
/linux-5.10/Documentation/admin-guide/device-mapper/ |
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-5.10/drivers/watchdog/ |
D | sun4v_wdt.c | 138 * If the property value (in ms) is smaller than in sun4v_wdt_init() 145 * If the property value is smaller than in sun4v_wdt_init()
|
/linux-5.10/Documentation/filesystems/ |
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-5.10/drivers/cpufreq/ |
D | armada-37xx-cpufreq.c | 187 * If all supported voltages are smaller than target one, in armada_37xx_avs_val_match() 201 * - L1 voltage should be about 100mv smaller than L0 voltage 202 * - L2 & L3 voltage should be about 150mv smaller than L0 voltage. 228 * If L0 voltage is smaller than 1000mv, then all VDD sets in armada37xx_cpufreq_avs_configure()
|