Home
last modified time | relevance | path

Searched refs:smallest (Results 1 – 25 of 46) sorted by relevance

12

/Linux-v4.19/drivers/md/
Draid0.c88 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/
Dutil.S475 | ;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
Dscale.S206 | 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/
Dlz4_compress.c864 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/
Dvctrl.txt7 - regulator-min-microvolt : smallest voltage consumers may set
Dregulator.txt5 - regulator-min-microvolt: smallest voltage consumers may set
8 - regulator-min-microamp: smallest current consumers may set
/Linux-v4.19/fs/jffs2/
DKconfig174 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/
Dpixfmt-packed-hsv.rst15 cylinder: 0 being the smallest value and 255 the maximum.
Dvidioc-queryctrl.rst150 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/
Dsysfs-block105 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/
Dmedia-ioc-enum-entities.rst44 about the entity with the smallest id strictly larger than the requested
/Linux-v4.19/drivers/net/ethernet/sun/
Dsunvnet_common.c1802 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/
Dxfs_attr_leaf.c1976 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/
Dsched-design-CFS.txt40 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
Dsched-nice-design.txt10 units were driven by the HZ tick, so the smallest timeslice was 1/HZ.
/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/
Dphy.c1357 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/
Difork.rst96 block number can be at most ``2^32``, and the smallest ``n`` that
/Linux-v4.19/arch/x86/boot/
Dheader.S467 # has been achieved. The smallest block type encoding is always used.
/Linux-v4.19/Documentation/media/kapi/
Dv4l2-event.rst162 smallest available event type. The drivers must allocate their events from
/Linux-v4.19/Documentation/block/
Dqueue-sysfs.txt104 This is the smallest preferred IO size reported by the device.
/Linux-v4.19/Documentation/filesystems/
Dtmpfs.txt94 a range being two hyphen-separated decimal numbers, the smallest and
/Linux-v4.19/fs/squashfs/
DKconfig187 to 1K or the smallest block size supported by the block device
/Linux-v4.19/Documentation/power/
Duserland-swsusp.txt59 create the smallest image possible)
/Linux-v4.19/drivers/base/
DKconfig256 DMA mapping framework by default aligns all buffers to the smallest
/Linux-v4.19/Documentation/x86/x86_64/
Dboot-options.txt261 table itself in main memory. The smallest table, 64k, covers an IO

12