Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/md/
Draid0.c84 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/
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-v5.4/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-v5.4/Documentation/devicetree/bindings/regulator/
Dvctrl.txt7 - regulator-min-microvolt : smallest voltage consumers may set
/Linux-v5.4/fs/jffs2/
DKconfig175 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/
Dpixfmt-packed-hsv.rst22 cylinder: 0 being the smallest value and 255 the maximum.
Dvidioc-queryctrl.rst157 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/
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-v5.4/drivers/net/ethernet/sun/
Dsunvnet_common.c1803 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/
Dxfs_attr_leaf.c1994 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/
Dmedia-ioc-enum-entities.rst52 about the entity with the smallest id strictly larger than the requested
/Linux-v5.4/Documentation/scheduler/
Dsched-design-CFS.rst42 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
Dsched-nice-design.rst14 units were driven by the HZ tick, so the smallest timeslice was 1/HZ.
/Linux-v5.4/kernel/dma/
DKconfig142 DMA mapping framework by default aligns all buffers to the smallest
/Linux-v5.4/drivers/net/wireless/broadcom/b43legacy/
Dphy.c1332 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/
Difork.rst96 block number can be at most ``2^32``, and the smallest ``n`` that
/Linux-v5.4/arch/x86/boot/
Dheader.S477 # has been achieved. The smallest block type encoding is always used.
/Linux-v5.4/Documentation/media/kapi/
Dv4l2-event.rst163 smallest available event type. The drivers must allocate their events from
/Linux-v5.4/Documentation/filesystems/
Dtmpfs.txt94 a range being two hyphen-separated decimal numbers, the smallest and
/Linux-v5.4/fs/squashfs/
DKconfig188 to 1K or the smallest block size supported by the block device
/Linux-v5.4/Documentation/power/
Duserland-swsusp.rst68 create the smallest image possible)
/Linux-v5.4/Documentation/block/
Dqueue-sysfs.rst137 This is the smallest preferred IO size reported by the device.
/Linux-v5.4/Documentation/x86/x86_64/
Dboot-options.rst312 in main memory. The smallest table, 64k, covers an IO space of
/Linux-v5.4/arch/powerpc/boot/dts/
Dvirtex440-ml510.dts462 xlnx,mplb-smallest-slave = <0x20>;

12