/linux-6.1.9/include/linux/ |
D | min_heap.h | 38 void *left, *right, *parent, *smallest; in min_heapify() local 47 smallest = parent; in min_heapify() 48 if (func->less(left, smallest)) in min_heapify() 49 smallest = left; in min_heapify() 53 if (func->less(right, smallest)) in min_heapify() 54 smallest = right; in min_heapify() 56 if (smallest == parent) in min_heapify() 58 func->swp(smallest, parent); in min_heapify() 59 if (smallest == left) in min_heapify()
|
/linux-6.1.9/drivers/md/ |
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.1.9/arch/m68k/fpsp040/ |
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
|
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.1.9/lib/lz4/ |
D | lz4_compress.c | 864 const BYTE *smallest = (const BYTE *) source; in LZ4_compress_fast_continue() local 871 if ((streamPtr->dictSize > 0) && (smallest > dictEnd)) in LZ4_compress_fast_continue() 872 smallest = dictEnd; in LZ4_compress_fast_continue() 874 LZ4_renormDictT(streamPtr, smallest); in LZ4_compress_fast_continue()
|
/linux-6.1.9/Documentation/devicetree/bindings/regulator/ |
D | vctrl.txt | 7 - regulator-min-microvolt : smallest voltage consumers may set
|
D | regulator.yaml | 19 description: smallest voltage consumers may set 29 description: smallest current consumers may set
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | pixfmt-packed-hsv.rst | 15 cylinder: 0 being the smallest value and 255 the maximum.
|
/linux-6.1.9/fs/jffs2/ |
D | Kconfig | 175 Tries all compressors and chooses the one which has the smallest 181 Tries all compressors and chooses the one which has the smallest
|
/linux-6.1.9/drivers/net/ethernet/sun/ |
D | sunvnet_common.c | 1785 int smallest = 0; in sunvnet_port_add_txq_common() local 1794 smallest = i; in sunvnet_port_add_txq_common() 1797 if (vp->q_used[i] < vp->q_used[smallest]) in sunvnet_port_add_txq_common() 1798 smallest = i; in sunvnet_port_add_txq_common() 1802 vp->q_used[smallest]++; in sunvnet_port_add_txq_common() 1803 port->q_index = smallest; in sunvnet_port_add_txq_common()
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 2138 int smallest; in xfs_attr3_leaf_remove() local 2169 smallest = XFS_ATTR_LEAF_MAPSIZE - 1; in xfs_attr3_leaf_remove() 2187 smallest = i; in xfs_attr3_leaf_remove() 2211 if (ichdr.freemap[smallest].size < entsize) { in xfs_attr3_leaf_remove() 2212 ichdr.freemap[smallest].base = be16_to_cpu(entry->nameidx); in xfs_attr3_leaf_remove() 2213 ichdr.freemap[smallest].size = entsize; in xfs_attr3_leaf_remove() 2221 smallest = 1; in xfs_attr3_leaf_remove() 2223 smallest = 0; in xfs_attr3_leaf_remove() 2249 if (smallest) { in xfs_attr3_leaf_remove()
|
/linux-6.1.9/Documentation/userspace-api/media/mediactl/ |
D | media-ioc-enum-entities.rst | 44 about the entity with the smallest id strictly larger than the requested
|
/linux-6.1.9/arch/arm64/boot/dts/freescale/ |
D | imx8mm-kontron-sl.dtsi | 16 * The smallest is 1GB. For larger sizes the bootloader will
|
D | imx8mm-kontron-osm-s.dtsi | 17 * The smallest is 1GB. For larger sizes the bootloader will
|
/linux-6.1.9/fs/btrfs/ |
D | tree-mod-log.c | 415 bool smallest) in __tree_mod_log_search() argument 433 } else if (!smallest) { in __tree_mod_log_search()
|
/linux-6.1.9/Documentation/scheduler/ |
D | sched-design-CFS.rst | 42 very simple: it always tries to run the task with the smallest p->se.vruntime 62 increasing value tracking the smallest vruntime among all tasks in the
|
D | sched-nice-design.rst | 14 units were driven by the HZ tick, so the smallest timeslice was 1/HZ.
|
/linux-6.1.9/drivers/net/wireless/broadcom/b43legacy/ |
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.1.9/kernel/dma/ |
D | Kconfig | 191 DMA mapping framework by default aligns all buffers to the smallest
|
/linux-6.1.9/Documentation/filesystems/ext4/ |
D | ifork.rst | 96 block number can be at most ``2^32``, and the smallest ``n`` that
|
/linux-6.1.9/Documentation/admin-guide/mm/ |
D | multigen_lru.rst | 120 the former is the largest and that of the latter is the smallest.
|
/linux-6.1.9/Documentation/networking/devlink/ |
D | devlink-info.rst | 59 Data in ``devlink-info`` should be broken into the smallest logical
|
/linux-6.1.9/Documentation/driver-api/media/ |
D | v4l2-event.rst | 163 smallest available event type. The drivers must allocate their events from
|
/linux-6.1.9/fs/squashfs/ |
D | Kconfig | 188 to 1K or the smallest block size supported by the block device
|
/linux-6.1.9/arch/x86/boot/ |
D | header.S | 484 # has been achieved. The smallest block type encoding is always used.
|