| /Linux-v5.4/drivers/md/ |
| D | raid0.c | 84 struct md_rdev *smallest, *rdev1, *rdev2, *rdev, **dev; in create_strip_zones() local 191 smallest = NULL; in create_strip_zones() 228 if (!smallest || (rdev1->sectors < smallest->sectors)) in create_strip_zones() 229 smallest = rdev1; in create_strip_zones() 238 zone->zone_end = smallest->sectors * cnt; in create_strip_zones() 251 zone->dev_start = smallest->sectors; in create_strip_zones() 252 smallest = NULL; in create_strip_zones() 269 if (!smallest || rdev->sectors < smallest->sectors) { in create_strip_zones() 270 smallest = rdev; in create_strip_zones() 278 sectors = (smallest->sectors - zone->dev_start) * c; in create_strip_zones() [all …]
|
| /Linux-v5.4/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-v5.4/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-v5.4/Documentation/devicetree/bindings/regulator/ |
| D | vctrl.txt | 7 - regulator-min-microvolt : smallest voltage consumers may set
|
| /Linux-v5.4/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-v5.4/Documentation/media/uapi/v4l/ |
| D | pixfmt-packed-hsv.rst | 22 cylinder: 0 being the smallest value and 255 the maximum.
|
| D | vidioc-queryctrl.rst | 157 This field gives the smallest change of an integer control 239 This field gives the smallest change of an integer control
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-block | 105 This is the smallest unit the storage device can 112 This is the smallest unit a physical storage device can 125 minimum I/O size which is the smallest request the
|
| /Linux-v5.4/drivers/net/ethernet/sun/ |
| D | sunvnet_common.c | 1803 int smallest = 0; in sunvnet_port_add_txq_common() local 1812 smallest = i; in sunvnet_port_add_txq_common() 1815 if (vp->q_used[i] < vp->q_used[smallest]) in sunvnet_port_add_txq_common() 1816 smallest = i; in sunvnet_port_add_txq_common() 1820 vp->q_used[smallest]++; in sunvnet_port_add_txq_common() 1821 port->q_index = smallest; in sunvnet_port_add_txq_common()
|
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_attr_leaf.c | 1994 int smallest; in xfs_attr3_leaf_remove() local 2025 smallest = XFS_ATTR_LEAF_MAPSIZE - 1; in xfs_attr3_leaf_remove() 2043 smallest = i; in xfs_attr3_leaf_remove() 2067 if (ichdr.freemap[smallest].size < entsize) { in xfs_attr3_leaf_remove() 2068 ichdr.freemap[smallest].base = be16_to_cpu(entry->nameidx); in xfs_attr3_leaf_remove() 2069 ichdr.freemap[smallest].size = entsize; in xfs_attr3_leaf_remove() 2077 smallest = 1; in xfs_attr3_leaf_remove() 2079 smallest = 0; in xfs_attr3_leaf_remove() 2105 if (smallest) { in xfs_attr3_leaf_remove()
|
| /Linux-v5.4/Documentation/media/uapi/mediactl/ |
| D | media-ioc-enum-entities.rst | 52 about the entity with the smallest id strictly larger than the requested
|
| /Linux-v5.4/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-v5.4/kernel/dma/ |
| D | Kconfig | 142 DMA mapping framework by default aligns all buffers to the smallest
|
| /Linux-v5.4/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-v5.4/Documentation/filesystems/ext4/ |
| D | ifork.rst | 96 block number can be at most ``2^32``, and the smallest ``n`` that
|
| /Linux-v5.4/arch/x86/boot/ |
| D | header.S | 477 # has been achieved. The smallest block type encoding is always used.
|
| /Linux-v5.4/Documentation/media/kapi/ |
| D | v4l2-event.rst | 163 smallest available event type. The drivers must allocate their events from
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | tmpfs.txt | 94 a range being two hyphen-separated decimal numbers, the smallest and
|
| /Linux-v5.4/fs/squashfs/ |
| D | Kconfig | 188 to 1K or the smallest block size supported by the block device
|
| /Linux-v5.4/Documentation/power/ |
| D | userland-swsusp.rst | 68 create the smallest image possible)
|
| /Linux-v5.4/Documentation/block/ |
| D | queue-sysfs.rst | 137 This is the smallest preferred IO size reported by the device.
|
| /Linux-v5.4/Documentation/x86/x86_64/ |
| D | boot-options.rst | 312 in main memory. The smallest table, 64k, covers an IO space of
|
| /Linux-v5.4/arch/powerpc/boot/dts/ |
| D | virtex440-ml510.dts | 462 xlnx,mplb-smallest-slave = <0x20>;
|