Home
last modified time | relevance | path

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

12

/linux/drivers/md/
H A Draid0.c70 struct md_rdev *smallest, *rdev1, *rdev2, *rdev, **dev; in create_strip_zones() local
162 smallest = NULL; in create_strip_zones()
199 if (!smallest || (rdev1->sectors < smallest->sectors)) in create_strip_zones()
200 smallest = rdev1; in create_strip_zones()
209 zone->zone_end = smallest->sectors * cnt; in create_strip_zones()
222 zone->dev_start = smallest->sectors; in create_strip_zones()
223 smallest = NULL; in create_strip_zones()
240 if (!smallest || rdev->sectors < smallest->sectors) { in create_strip_zones()
241 smallest = rdev; in create_strip_zones()
249 sectors = (smallest->sectors - zone->dev_start) * c; in create_strip_zones()
[all …]
/linux/arch/m68k/fpsp040/
H A 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
H A 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/Documentation/core-api/
H A Dmin_heap.rst15 the smallest element is always at the root.
114 - **heap**: A pointer to the min-heap from which to retrieve the smallest
117 This macro returns a pointer to the smallest element (the root) of the heap, or
147 - **heap**: A pointer to the min-heap from which to remove the smallest element.
152 This macro removes the smallest element (the root) from the heap. It returns
/linux/Documentation/userspace-api/
H A DELF.rst10 "First" program header is the one with the smallest offset in the file:
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_zerocopy_small.pkt5 // packets of all sizes, including the smallest payload, 1B.
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-packed-hsv.rst16 cylinder: 0 being the smallest value and 255 the maximum.
/linux/fs/jffs2/
H A DKconfig176 Tries all compressors and chooses the one which has the smallest
182 Tries all compressors and chooses the one which has the smallest
/linux/drivers/net/ethernet/sun/
H A Dsunvnet_common.c1786 int smallest = 0; in sunvnet_port_add_txq_common() local
1795 smallest = i; in sunvnet_port_add_txq_common()
1798 if (vp->q_used[i] < vp->q_used[smallest]) in sunvnet_port_add_txq_common()
1799 smallest = i; in sunvnet_port_add_txq_common()
1803 vp->q_used[smallest]++; in sunvnet_port_add_txq_common()
1804 port->q_index = smallest; in sunvnet_port_add_txq_common()
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-enum-entities.rst44 about the entity with the smallest id strictly larger than the requested
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-kontron-sl.dtsi16 * The smallest is 1GB. For larger sizes the bootloader will
/linux/drivers/net/wireless/broadcom/b43legacy/
H A 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/Documentation/scheduler/
H A Dsched-nice-design.rst14 units were driven by the HZ tick, so the smallest timeslice was 1/HZ.
/linux/Documentation/filesystems/ext4/
H A Difork.rst96 block number can be at most ``2^32``, and the smallest ``n`` that
/linux/Documentation/admin-guide/mm/
H A Dmultigen_lru.rst120 the former is the largest and that of the latter is the smallest.
/linux/Documentation/driver-api/media/
H A Dv4l2-event.rst163 smallest available event type. The drivers must allocate their events from
/linux/arch/x86/boot/
H A Dheader.S427 # has been achieved. The smallest block type encoding is always used.
/linux/kernel/dma/
H A DKconfig265 DMA mapping framework by default aligns all buffers to the smallest
/linux/Documentation/power/
H A Duserland-swsusp.rst68 create the smallest image possible)
/linux/fs/squashfs/
H A DKconfig250 to 1K or the smallest block size supported by the block device
/linux/Documentation/arch/powerpc/
H A Dpci_iov_resource_on_powernv.rst195 the segment size matches the smallest VF BAR, which means larger VF
/linux/Documentation/admin-guide/device-mapper/
H A Dthin-provisioning.rst108 $data_block_size gives the smallest unit of disk space that can be
/linux/tools/perf/Documentation/
H A Dperf-stat.txt520 latency. "min" or "max" give the smallest or largest retirment latency
H A Dperf-record.txt608 22 - smallest trace)
/linux/arch/m68k/ifpsp060/src/
H A 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 #

12