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
701 struct mlx5_cache_ent *cur, *smallest = NULL; in mkey_cache_ent_from_rb_key() local712 smallest = cur; in mkey_cache_ent_from_rb_key()728 return (smallest && in mkey_cache_ent_from_rb_key()729 smallest->rb_key.access_mode == rb_key.access_mode && in mkey_cache_ent_from_rb_key()730 smallest->rb_key.access_flags == rb_key.access_flags && in mkey_cache_ent_from_rb_key()731 smallest->rb_key.ats == rb_key.ats && in mkey_cache_ent_from_rb_key()732 smallest->rb_key.st_index == rb_key.st_index && in mkey_cache_ent_from_rb_key()733 smallest->rb_key.ph == rb_key.ph && in mkey_cache_ent_from_rb_key()734 smallest->rb_key.ndescs <= ndescs_limit) ? in mkey_cache_ent_from_rb_key()735 smallest : in mkey_cache_ent_from_rb_key()
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()
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()
300 smallest possible value (128B) system-wide to avoid these issues.
Completed in 24 milliseconds