smallest           84 drivers/md/raid0.c 	struct md_rdev *smallest, *rdev1, *rdev2, *rdev, **dev;
smallest          191 drivers/md/raid0.c 	smallest = NULL;
smallest          228 drivers/md/raid0.c 		if (!smallest || (rdev1->sectors < smallest->sectors))
smallest          229 drivers/md/raid0.c 			smallest = rdev1;
smallest          238 drivers/md/raid0.c 	zone->zone_end = smallest->sectors * cnt;
smallest          251 drivers/md/raid0.c 		zone->dev_start = smallest->sectors;
smallest          252 drivers/md/raid0.c 		smallest = NULL;
smallest          269 drivers/md/raid0.c 			if (!smallest || rdev->sectors < smallest->sectors) {
smallest          270 drivers/md/raid0.c 				smallest = rdev;
smallest          278 drivers/md/raid0.c 		sectors = (smallest->sectors - zone->dev_start) * c;
smallest          288 drivers/md/raid0.c 			 (unsigned long long)smallest->sectors);
smallest         1803 drivers/net/ethernet/sun/sunvnet_common.c 	int smallest = 0;
smallest         1812 drivers/net/ethernet/sun/sunvnet_common.c 			smallest = i;
smallest         1815 drivers/net/ethernet/sun/sunvnet_common.c 		if (vp->q_used[i] < vp->q_used[smallest])
smallest         1816 drivers/net/ethernet/sun/sunvnet_common.c 			smallest = i;
smallest         1820 drivers/net/ethernet/sun/sunvnet_common.c 	vp->q_used[smallest]++;
smallest         1821 drivers/net/ethernet/sun/sunvnet_common.c 	port->q_index = smallest;
smallest         1332 drivers/net/wireless/broadcom/b43legacy/phy.c 	u32 smallest;
smallest         1337 drivers/net/wireless/broadcom/b43legacy/phy.c 	smallest = b43legacy_phy_lo_g_singledeviation(dev, 0);
smallest         1342 drivers/net/wireless/broadcom/b43legacy/phy.c 		if (tmp < smallest) {
smallest         1343 drivers/net/wireless/broadcom/b43legacy/phy.c 			smallest = tmp;
smallest          682 fs/btrfs/ctree.c 		      int smallest)
smallest          700 fs/btrfs/ctree.c 		} else if (!smallest) {
smallest         1994 fs/xfs/libxfs/xfs_attr_leaf.c 	int			smallest;
smallest         2025 fs/xfs/libxfs/xfs_attr_leaf.c 	smallest = XFS_ATTR_LEAF_MAPSIZE - 1;
smallest         2043 fs/xfs/libxfs/xfs_attr_leaf.c 			smallest = i;
smallest         2067 fs/xfs/libxfs/xfs_attr_leaf.c 		if (ichdr.freemap[smallest].size < entsize) {
smallest         2068 fs/xfs/libxfs/xfs_attr_leaf.c 			ichdr.freemap[smallest].base = be16_to_cpu(entry->nameidx);
smallest         2069 fs/xfs/libxfs/xfs_attr_leaf.c 			ichdr.freemap[smallest].size = entsize;
smallest         2077 fs/xfs/libxfs/xfs_attr_leaf.c 		smallest = 1;
smallest         2079 fs/xfs/libxfs/xfs_attr_leaf.c 		smallest = 0;
smallest         2105 fs/xfs/libxfs/xfs_attr_leaf.c 	if (smallest) {
smallest          864 lib/lz4/lz4_compress.c 	const BYTE *smallest = (const BYTE *) source;
smallest          871 lib/lz4/lz4_compress.c 	if ((streamPtr->dictSize > 0) && (smallest > dictEnd))
smallest          872 lib/lz4/lz4_compress.c 		smallest = dictEnd;
smallest          874 lib/lz4/lz4_compress.c 	LZ4_renormDictT(streamPtr, smallest);