Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid0.c80 struct md_rdev *smallest, *rdev1, *rdev2, *rdev, **dev; in create_strip_zones() local
168 smallest = NULL; in create_strip_zones()
206 if (!smallest || (rdev1->sectors < smallest->sectors)) in create_strip_zones()
207 smallest = rdev1; in create_strip_zones()
216 zone->zone_end = smallest->sectors * cnt; in create_strip_zones()
229 zone->dev_start = smallest->sectors; in create_strip_zones()
230 smallest = NULL; in create_strip_zones()
247 if (!smallest || rdev->sectors < smallest->sectors) { in create_strip_zones()
248 smallest = rdev; in create_strip_zones()
256 sectors = (smallest->sectors - zone->dev_start) * c; in create_strip_zones()
[all …]
DKconfig111 be the same size (or at least, only as much as the smallest device
/linux-4.4.14/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-4.4.14/Documentation/devicetree/bindings/regulator/
Dregulator.txt5 - regulator-min-microvolt: smallest voltage consumers may set
8 - regulator-min-microamp: smallest current consumers may set
/linux-4.4.14/fs/jffs2/
DKconfig178 Tries all compressors and chooses the one which has the smallest
184 Tries all compressors and chooses the one which has the smallest
/linux-4.4.14/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
Dsysfs-power91 smallest image possible. In particular, if "0" is written to
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_attr_leaf.c1881 int smallest; in xfs_attr3_leaf_remove() local
1912 smallest = XFS_ATTR_LEAF_MAPSIZE - 1; in xfs_attr3_leaf_remove()
1930 smallest = i; in xfs_attr3_leaf_remove()
1954 if (ichdr.freemap[smallest].size < entsize) { in xfs_attr3_leaf_remove()
1955 ichdr.freemap[smallest].base = be16_to_cpu(entry->nameidx); in xfs_attr3_leaf_remove()
1956 ichdr.freemap[smallest].size = entsize; in xfs_attr3_leaf_remove()
1964 smallest = 1; in xfs_attr3_leaf_remove()
1966 smallest = 0; in xfs_attr3_leaf_remove()
1992 if (smallest) { in xfs_attr3_leaf_remove()
/linux-4.4.14/Documentation/power/
Dinterface.txt56 smallest image possible. In particular, if "0" is written to this file, the
Duserland-swsusp.txt59 create the smallest image possible)
/linux-4.4.14/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-4.4.14/drivers/net/wireless/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-4.4.14/Documentation/block/
Dqueue-sysfs.txt83 This is the smallest preferred IO size reported by the device.
/linux-4.4.14/Documentation/filesystems/
Dtmpfs.txt94 a range being two hyphen-separated decimal numbers, the smallest and
Df2fs.txt570 In the greedy algorithm, F2FS selects a victim segment having the smallest number
/linux-4.4.14/fs/squashfs/
DKconfig173 to 1K or the smallest block size supported by the block device
/linux-4.4.14/arch/cris/arch-v10/
DREADME.mm156 pages, a page being the smallest unit that can be freely remapped in memory. On
/linux-4.4.14/arch/powerpc/boot/dts/
Dvirtex440-ml510.dts461 xlnx,mplb-smallest-slave = <0x20>;
/linux-4.4.14/Documentation/x86/x86_64/
Dboot-options.txt263 table itself in main memory. The smallest table, 64k, covers an IO
/linux-4.4.14/drivers/base/
DKconfig312 DMA mapping framework by default aligns all buffers to the smallest
/linux-4.4.14/Documentation/device-mapper/
Dthin-provisioning.txt101 $data_block_size gives the smallest unit of disk space that can be
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Dthermal.txt73 - cooling-min-level: An integer indicating the smallest
/linux-4.4.14/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt185 the segment size matches the smallest VF BAR, which means larger VF
/linux-4.4.14/arch/arm64/
DKconfig496 # These have to remain sorted largest to smallest
/linux-4.4.14/Documentation/networking/
Dscaling.txt87 is likely the one with the smallest number of receive queues where no
Dip-sysctl.txt22 to raise min_pmtu to the smallest interface MTU on your system
1821 is the smallest time interval the can elapse between retransmissions.
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfpsp.S962 # multiply operation is the smallest possible normalized number
8496 mov.l (%a0),%d3 # D3 is exponent of smallest norm. #
14839 # result is equal to the smallest normalized number in the selected precision
14859 # ok, so now the result has a exponent equal to the smallest normalized
15292 # result is equal to the smallest normalized number in the selected precision
15312 # ok, so now the result has a exponent equal to the smallest normalized
15861 # plus two, then set the smallest exponent to a very small value as a #
Dpfpsp.S961 # multiply operation is the smallest possible normalized number
/linux-4.4.14/fs/btrfs/
Dctree.c736 int smallest) in __tree_mod_log_search() argument
755 } else if (!smallest) { in __tree_mod_log_search()
/linux-4.4.14/Documentation/
DDMA-API-HOWTO.txt412 guaranteed to be aligned to the smallest PAGE_SIZE order which
/linux-4.4.14/Documentation/video4linux/
Dv4l2-framework.txt1123 smallest available event type. The drivers must allocate their events from
/linux-4.4.14/arch/arm/
DKconfig115 DMA mapping framework by default aligns all buffers to the smallest
/linux-4.4.14/Documentation/sound/alsa/
DALSA-Configuration.txt2057 The size is usually aligned to 126. As default (=0), the smallest