| /linux-6.15/drivers/md/ |
| H A D | raid0.c | 67 struct md_rdev *smallest, *rdev1, *rdev2, *rdev, **dev; in create_strip_zones() local 157 smallest = NULL; in create_strip_zones() 194 if (!smallest || (rdev1->sectors < smallest->sectors)) in create_strip_zones() 195 smallest = rdev1; in create_strip_zones() 204 zone->zone_end = smallest->sectors * cnt; in create_strip_zones() 217 zone->dev_start = smallest->sectors; in create_strip_zones() 218 smallest = NULL; in create_strip_zones() 235 if (!smallest || rdev->sectors < smallest->sectors) { in create_strip_zones() 236 smallest = rdev; in create_strip_zones() 244 sectors = (smallest->sectors - zone->dev_start) * c; in create_strip_zones() [all …]
|
| /linux-6.15/arch/m68k/fpsp040/ |
| H A D | util.S | 475 | ;smallest +ext denorm 477 | ;smallest +sgl denorm 479 | ;smallest +dbl denorm 533 leal EXT_PSML,%a1 |answer is negative smallest denorm 548 leal EXT_PSML,%a1 |answer is positive smallest denorm 565 leal DBL_PSML,%a1 |answer is smallest denormalized negative 580 leal DBL_PSML,%a1 |answer is smallest denormalized negative 597 leal SGL_PSML,%a1 |answer is smallest denormalized negative 612 leal SGL_PSML,%a1 |answer is smallest denormalized positive
|
| H A D | scale.S | 206 | mode is rp, and the zero is positive, return smallest denorm. 207 | If the mode is rm, and the zero is negative, return smallest
|
| /linux-6.15/Documentation/core-api/ |
| H A D | min_heap.rst | 15 the smallest element is always at the root. 114 - **heap**: A pointer to the min-heap from which to retrieve the smallest 117 This macro returns a pointer to the smallest element (the root) of the heap, or 147 - **heap**: A pointer to the min-heap from which to remove the smallest element. 152 This macro removes the smallest element (the root) from the heap. It returns
|
| /linux-6.15/Documentation/userspace-api/ |
| H A D | ELF.rst | 10 "First" program header is the one with the smallest offset in the file:
|
| /linux-6.15/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_zerocopy_small.pkt | 5 // packets of all sizes, including the smallest payload, 1B.
|
| /linux-6.15/lib/lz4/ |
| H A D | lz4_compress.c | 863 const BYTE *smallest = (const BYTE *) source; in LZ4_compress_fast_continue() local 870 if ((streamPtr->dictSize > 0) && (smallest > dictEnd)) in LZ4_compress_fast_continue() 871 smallest = dictEnd; in LZ4_compress_fast_continue() 873 LZ4_renormDictT(streamPtr, smallest); in LZ4_compress_fast_continue()
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-packed-hsv.rst | 15 cylinder: 0 being the smallest value and 255 the maximum.
|
| /linux-6.15/fs/jffs2/ |
| H A D | Kconfig | 176 Tries all compressors and chooses the one which has the smallest 182 Tries all compressors and chooses the one which has the smallest
|
| /linux-6.15/drivers/net/ethernet/sun/ |
| H A D | sunvnet_common.c | 1786 int smallest = 0; in sunvnet_port_add_txq_common() local 1795 smallest = i; in sunvnet_port_add_txq_common() 1798 if (vp->q_used[i] < vp->q_used[smallest]) in sunvnet_port_add_txq_common() 1799 smallest = i; in sunvnet_port_add_txq_common() 1803 vp->q_used[smallest]++; in sunvnet_port_add_txq_common() 1804 port->q_index = smallest; in sunvnet_port_add_txq_common()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_attr_leaf.c | 2137 int smallest; in xfs_attr3_leaf_remove() local 2168 smallest = XFS_ATTR_LEAF_MAPSIZE - 1; in xfs_attr3_leaf_remove() 2186 smallest = i; in xfs_attr3_leaf_remove() 2210 if (ichdr.freemap[smallest].size < entsize) { in xfs_attr3_leaf_remove() 2211 ichdr.freemap[smallest].base = be16_to_cpu(entry->nameidx); in xfs_attr3_leaf_remove() 2212 ichdr.freemap[smallest].size = entsize; in xfs_attr3_leaf_remove() 2220 smallest = 1; in xfs_attr3_leaf_remove() 2222 smallest = 0; in xfs_attr3_leaf_remove() 2248 if (smallest) { in xfs_attr3_leaf_remove()
|
| /linux-6.15/Documentation/devicetree/bindings/media/i2c/ |
| H A D | toshiba,tc358746.yaml | 43 internal PLL rate smallest possible
|
| /linux-6.15/Documentation/userspace-api/media/mediactl/ |
| H A D | media-ioc-enum-entities.rst | 44 about the entity with the smallest id strictly larger than the requested
|
| /linux-6.15/drivers/infiniband/hw/mlx5/ |
| H A D | mr.c | 684 struct mlx5_cache_ent *cur, *smallest = NULL; in mkey_cache_ent_from_rb_key() local 695 smallest = cur; in mkey_cache_ent_from_rb_key() 711 return (smallest && in mkey_cache_ent_from_rb_key() 712 smallest->rb_key.access_mode == rb_key.access_mode && in mkey_cache_ent_from_rb_key() 713 smallest->rb_key.access_flags == rb_key.access_flags && in mkey_cache_ent_from_rb_key() 714 smallest->rb_key.ats == rb_key.ats && in mkey_cache_ent_from_rb_key() 715 smallest->rb_key.ndescs <= ndescs_limit) ? in mkey_cache_ent_from_rb_key() 716 smallest : in mkey_cache_ent_from_rb_key()
|
| /linux-6.15/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mm-kontron-sl.dtsi | 16 * The smallest is 1GB. For larger sizes the bootloader will
|
| /linux-6.15/fs/btrfs/ |
| H A D | tree-mod-log.c | 475 bool smallest) in __tree_mod_log_search() argument 493 } else if (!smallest) { in __tree_mod_log_search()
|
| /linux-6.15/Documentation/scheduler/ |
| H A D | sched-design-CFS.rst | 46 very simple: it always tries to run the task with the smallest p->se.vruntime 66 increasing value tracking the smallest vruntime among all tasks in the
|
| H A D | sched-nice-design.rst | 14 units were driven by the HZ tick, so the smallest timeslice was 1/HZ.
|
| /linux-6.15/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | phy.c | 1332 u32 smallest; in b43legacy_phy_lo_g_measure_txctl2() local 1337 smallest = b43legacy_phy_lo_g_singledeviation(dev, 0); in b43legacy_phy_lo_g_measure_txctl2() 1342 if (tmp < smallest) { in b43legacy_phy_lo_g_measure_txctl2() 1343 smallest = tmp; in b43legacy_phy_lo_g_measure_txctl2()
|
| /linux-6.15/Documentation/devicetree/bindings/regulator/ |
| H A D | regulator.yaml | 19 description: smallest voltage consumers may set 29 description: smallest current consumers may set
|
| /linux-6.15/Documentation/filesystems/ext4/ |
| H A D | ifork.rst | 96 block number can be at most ``2^32``, and the smallest ``n`` that
|
| /linux-6.15/Documentation/ABI/stable/ |
| H A D | sysfs-block | 46 [RO] This parameter specifies the smallest block which can 480 [RO] This is the smallest unit the storage device can address. 564 minimum I/O size which is the smallest request the device can 629 [RO] This is the smallest unit a physical storage device can
|
| /linux-6.15/kernel/dma/ |
| H A D | Kconfig | 234 DMA mapping framework by default aligns all buffers to the smallest
|
| /linux-6.15/Documentation/networking/devlink/ |
| H A D | devlink-info.rst | 59 Data in ``devlink-info`` should be broken into the smallest logical
|
| /linux-6.15/Documentation/admin-guide/mm/ |
| H A D | multigen_lru.rst | 120 the former is the largest and that of the latter is the smallest.
|