Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/include/linux/
Dmin_heap.h38 void *left, *right, *parent, *smallest; in min_heapify() local
47 smallest = parent; in min_heapify()
48 if (func->less(left, smallest)) in min_heapify()
49 smallest = left; in min_heapify()
53 if (func->less(right, smallest)) in min_heapify()
54 smallest = right; in min_heapify()
56 if (smallest == parent) in min_heapify()
58 func->swp(smallest, parent); in min_heapify()
59 if (smallest == left) in min_heapify()
/kernel/linux/linux-5.10/drivers/md/
Draid0.c69 struct md_rdev *smallest, *rdev1, *rdev2, *rdev, **dev; in create_strip_zones() local
161 smallest = NULL; in create_strip_zones()
198 if (!smallest || (rdev1->sectors < smallest->sectors)) in create_strip_zones()
199 smallest = rdev1; in create_strip_zones()
208 zone->zone_end = smallest->sectors * cnt; in create_strip_zones()
221 zone->dev_start = smallest->sectors; in create_strip_zones()
222 smallest = NULL; in create_strip_zones()
239 if (!smallest || rdev->sectors < smallest->sectors) { in create_strip_zones()
240 smallest = rdev; in create_strip_zones()
248 sectors = (smallest->sectors - zone->dev_start) * c; in create_strip_zones()
[all …]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dvctrl.txt7 - regulator-min-microvolt : smallest voltage consumers may set
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-packed-hsv.rst15 cylinder: 0 being the smallest value and 255 the maximum.
Dvidioc-queryctrl.rst148 This field gives the smallest change of an integer control
229 This field gives the smallest change of an integer control
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
Dsunvnet_common.c1785 int smallest = 0; in sunvnet_port_add_txq_common() local
1794 smallest = i; in sunvnet_port_add_txq_common()
1797 if (vp->q_used[i] < vp->q_used[smallest]) in sunvnet_port_add_txq_common()
1798 smallest = i; in sunvnet_port_add_txq_common()
1802 vp->q_used[smallest]++; in sunvnet_port_add_txq_common()
1803 port->q_index = smallest; in sunvnet_port_add_txq_common()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_attr_leaf.c2092 int smallest; in xfs_attr3_leaf_remove() local
2123 smallest = XFS_ATTR_LEAF_MAPSIZE - 1; in xfs_attr3_leaf_remove()
2141 smallest = i; in xfs_attr3_leaf_remove()
2165 if (ichdr.freemap[smallest].size < entsize) { in xfs_attr3_leaf_remove()
2166 ichdr.freemap[smallest].base = be16_to_cpu(entry->nameidx); in xfs_attr3_leaf_remove()
2167 ichdr.freemap[smallest].size = entsize; in xfs_attr3_leaf_remove()
2175 smallest = 1; in xfs_attr3_leaf_remove()
2177 smallest = 0; in xfs_attr3_leaf_remove()
2203 if (smallest) { in xfs_attr3_leaf_remove()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/
Dmedia-ioc-enum-entities.rst44 about the entity with the smallest id strictly larger than the requested
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-block115 This is the smallest unit the storage device can
122 This is the smallest unit a physical storage device can
135 minimum I/O size which is the smallest request the
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/kernel/dma/
DKconfig183 DMA mapping framework by default aligns all buffers to the smallest
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/
Difork.rst96 block number can be at most ``2^32``, and the smallest ``n`` that
/kernel/linux/linux-5.10/Documentation/networking/devlink/
Ddevlink-info.rst59 Data in ``devlink-info`` should be broken into the smallest logical
/kernel/linux/linux-5.10/Documentation/driver-api/media/
Dv4l2-event.rst163 smallest available event type. The drivers must allocate their events from
/kernel/linux/linux-5.10/drivers/pci/
DKconfig250 smallest possible value (128B) system-wide to avoid these issues.
/kernel/linux/linux-5.10/arch/x86/boot/
Dheader.S480 # has been achieved. The smallest block type encoding is always used.
/kernel/linux/linux-5.10/fs/squashfs/
DKconfig188 to 1K or the smallest block size supported by the block device
/kernel/linux/linux-5.10/Documentation/filesystems/
Dtmpfs.rst104 a range being two hyphen-separated decimal numbers, the smallest and
/kernel/linux/linux-5.10/Documentation/power/
Duserland-swsusp.rst68 create the smallest image possible)

123