Searched refs:smallest (Results 1 – 6 of 6) sorted by relevance
67 struct md_rdev *smallest, *rdev1, *rdev2, *rdev, **dev; in create_strip_zones() local157 smallest = NULL; in create_strip_zones()194 if (!smallest || (rdev1->sectors < smallest->sectors)) in create_strip_zones()195 smallest = rdev1; in create_strip_zones()204 zone->zone_end = smallest->sectors * cnt; in create_strip_zones()217 zone->dev_start = smallest->sectors; in create_strip_zones()218 smallest = NULL; in create_strip_zones()235 if (!smallest || rdev->sectors < smallest->sectors) { in create_strip_zones()236 smallest = rdev; in create_strip_zones()244 sectors = (smallest->sectors - zone->dev_start) * c; in create_strip_zones()[all …]
127 be the same size (or at least, only as much as the smallest device
1786 int smallest = 0; in sunvnet_port_add_txq_common() local1795 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()
717 struct mlx5_cache_ent *cur, *smallest = NULL; in mkey_cache_ent_from_rb_key() local727 smallest = cur; in mkey_cache_ent_from_rb_key()736 return (smallest && in mkey_cache_ent_from_rb_key()737 smallest->rb_key.access_mode == rb_key.access_mode && in mkey_cache_ent_from_rb_key()738 smallest->rb_key.access_flags == rb_key.access_flags && in mkey_cache_ent_from_rb_key()739 smallest->rb_key.ats == rb_key.ats) ? in mkey_cache_ent_from_rb_key()740 smallest : in mkey_cache_ent_from_rb_key()
1332 u32 smallest; in b43legacy_phy_lo_g_measure_txctl2() local1337 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()
266 smallest possible value (128B) system-wide to avoid these issues.