| /linux/drivers/md/ |
| H A D | raid0.c | 70 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 D | util.S | 475 | ;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 D | scale.S | 206 | 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 D | min_heap.rst | 15 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 D | ELF.rst | 10 "First" program header is the one with the smallest offset in the file:
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_zerocopy_small.pkt | 5 // packets of all sizes, including the smallest payload, 1B.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-packed-hsv.rst | 16 cylinder: 0 being the smallest value and 255 the maximum.
|
| /linux/fs/jffs2/ |
| H A D | Kconfig | 176 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 D | sunvnet_common.c | 1786 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 D | media-ioc-enum-entities.rst | 44 about the entity with the smallest id strictly larger than the requested
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mm-kontron-sl.dtsi | 16 * The smallest is 1GB. For larger sizes the bootloader will
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | phy.c | 1332 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 D | sched-nice-design.rst | 14 units were driven by the HZ tick, so the smallest timeslice was 1/HZ.
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | ifork.rst | 96 block number can be at most ``2^32``, and the smallest ``n`` that
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | multigen_lru.rst | 120 the former is the largest and that of the latter is the smallest.
|
| /linux/Documentation/driver-api/media/ |
| H A D | v4l2-event.rst | 163 smallest available event type. The drivers must allocate their events from
|
| /linux/arch/x86/boot/ |
| H A D | header.S | 427 # has been achieved. The smallest block type encoding is always used.
|
| /linux/kernel/dma/ |
| H A D | Kconfig | 265 DMA mapping framework by default aligns all buffers to the smallest
|
| /linux/Documentation/power/ |
| H A D | userland-swsusp.rst | 68 create the smallest image possible)
|
| /linux/fs/squashfs/ |
| H A D | Kconfig | 250 to 1K or the smallest block size supported by the block device
|
| /linux/Documentation/arch/powerpc/ |
| H A D | pci_iov_resource_on_powernv.rst | 195 the segment size matches the smallest VF BAR, which means larger VF
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | thin-provisioning.rst | 108 $data_block_size gives the smallest unit of disk space that can be
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-stat.txt | 520 latency. "min" or "max" give the smallest or largest retirment latency
|
| H A D | perf-record.txt | 608 22 - smallest trace)
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | fpsp.S | 962 # 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 #
|