Home
last modified time | relevance | path

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

/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 …]
DKconfig113 be the same size (or at least, only as much as the smallest device
/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()
/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()
/drivers/pci/
DKconfig250 smallest possible value (128B) system-wide to avoid these issues.