/Linux-v4.19/drivers/md/ |
D | raid0.c | 88 struct md_rdev *smallest, *rdev1, *rdev2, *rdev, **dev; in create_strip_zones() local 179 smallest = NULL; in create_strip_zones() 216 if (!smallest || (rdev1->sectors < smallest->sectors)) in create_strip_zones() 217 smallest = rdev1; in create_strip_zones() 226 zone->zone_end = smallest->sectors * cnt; in create_strip_zones() 239 zone->dev_start = smallest->sectors; in create_strip_zones() 240 smallest = NULL; in create_strip_zones() 257 if (!smallest || rdev->sectors < smallest->sectors) { in create_strip_zones() 258 smallest = rdev; in create_strip_zones() 266 sectors = (smallest->sectors - zone->dev_start) * c; in create_strip_zones() [all …]
|
/Linux-v4.19/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-v4.19/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-v4.19/Documentation/devicetree/bindings/regulator/ |
D | vctrl.txt | 7 - regulator-min-microvolt : smallest voltage consumers may set
|
D | regulator.txt | 5 - regulator-min-microvolt: smallest voltage consumers may set 8 - regulator-min-microamp: smallest current consumers may set
|
/Linux-v4.19/fs/jffs2/ |
D | Kconfig | 174 Tries all compressors and chooses the one which has the smallest 180 Tries all compressors and chooses the one which has the smallest
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | pixfmt-packed-hsv.rst | 15 cylinder: 0 being the smallest value and 255 the maximum.
|
D | vidioc-queryctrl.rst | 150 This field gives the smallest change of an integer control 232 This field gives the smallest change of an integer control
|
/Linux-v4.19/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-v4.19/Documentation/media/uapi/mediactl/ |
D | media-ioc-enum-entities.rst | 44 about the entity with the smallest id strictly larger than the requested
|
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | sunvnet_common.c | 1802 int smallest = 0; in sunvnet_port_add_txq_common() local 1811 smallest = i; in sunvnet_port_add_txq_common() 1814 if (vp->q_used[i] < vp->q_used[smallest]) in sunvnet_port_add_txq_common() 1815 smallest = i; in sunvnet_port_add_txq_common() 1819 vp->q_used[smallest]++; in sunvnet_port_add_txq_common() 1820 port->q_index = smallest; in sunvnet_port_add_txq_common()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 1976 int smallest; in xfs_attr3_leaf_remove() local 2007 smallest = XFS_ATTR_LEAF_MAPSIZE - 1; in xfs_attr3_leaf_remove() 2025 smallest = i; in xfs_attr3_leaf_remove() 2049 if (ichdr.freemap[smallest].size < entsize) { in xfs_attr3_leaf_remove() 2050 ichdr.freemap[smallest].base = be16_to_cpu(entry->nameidx); in xfs_attr3_leaf_remove() 2051 ichdr.freemap[smallest].size = entsize; in xfs_attr3_leaf_remove() 2059 smallest = 1; in xfs_attr3_leaf_remove() 2061 smallest = 0; in xfs_attr3_leaf_remove() 2087 if (smallest) { in xfs_attr3_leaf_remove()
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-design-CFS.txt | 40 very simple: it always tries to run the task with the smallest p->se.vruntime 59 increasing value tracking the smallest vruntime among all tasks in the
|
D | sched-nice-design.txt | 10 units were driven by the HZ tick, so the smallest timeslice was 1/HZ.
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/ |
D | phy.c | 1357 u32 smallest; in b43legacy_phy_lo_g_measure_txctl2() local 1362 smallest = b43legacy_phy_lo_g_singledeviation(dev, 0); in b43legacy_phy_lo_g_measure_txctl2() 1367 if (tmp < smallest) { in b43legacy_phy_lo_g_measure_txctl2() 1368 smallest = tmp; in b43legacy_phy_lo_g_measure_txctl2()
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | ifork.rst | 96 block number can be at most ``2^32``, and the smallest ``n`` that
|
/Linux-v4.19/arch/x86/boot/ |
D | header.S | 467 # has been achieved. The smallest block type encoding is always used.
|
/Linux-v4.19/Documentation/media/kapi/ |
D | v4l2-event.rst | 162 smallest available event type. The drivers must allocate their events from
|
/Linux-v4.19/Documentation/block/ |
D | queue-sysfs.txt | 104 This is the smallest preferred IO size reported by the device.
|
/Linux-v4.19/Documentation/filesystems/ |
D | tmpfs.txt | 94 a range being two hyphen-separated decimal numbers, the smallest and
|
/Linux-v4.19/fs/squashfs/ |
D | Kconfig | 187 to 1K or the smallest block size supported by the block device
|
/Linux-v4.19/Documentation/power/ |
D | userland-swsusp.txt | 59 create the smallest image possible)
|
/Linux-v4.19/drivers/base/ |
D | Kconfig | 256 DMA mapping framework by default aligns all buffers to the smallest
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | boot-options.txt | 261 table itself in main memory. The smallest table, 64k, covers an IO
|