mp_count          846 drivers/net/wireless/ath/ath9k/ar9003_calib.c 	int mp_avg = 0, i, outlier_idx = 0, mp_count = 0;
mp_count          864 drivers/net/wireless/ath/ath9k/ar9003_calib.c 			mp_count++;
mp_count          872 drivers/net/wireless/ath/ath9k/ar9003_calib.c 	if (mp_count)
mp_count          873 drivers/net/wireless/ath/ath9k/ar9003_calib.c 		mp_avg /= mp_count;
mp_count           75 fs/jfs/jfs_metapage.c 	int mp_count;
mp_count          108 fs/jfs/jfs_metapage.c 		a->mp_count++;
mp_count          126 fs/jfs/jfs_metapage.c 	if (--a->mp_count == 0) {
mp_count          155 fs/nfs/filelayout/filelayoutdev.c 		u32 mp_count;
mp_count          161 fs/nfs/filelayout/filelayoutdev.c 		mp_count = be32_to_cpup(p); /* multipath count */
mp_count          162 fs/nfs/filelayout/filelayoutdev.c 		for (j = 0; j < mp_count; j++) {
mp_count           52 fs/nfs/flexfilelayout/flexfilelayoutdev.c 	u32 mp_count;
mp_count           78 fs/nfs/flexfilelayout/flexfilelayoutdev.c 	mp_count = be32_to_cpup(p);
mp_count           79 fs/nfs/flexfilelayout/flexfilelayoutdev.c 	dprintk("%s: multipath ds count %d\n", __func__, mp_count);
mp_count           81 fs/nfs/flexfilelayout/flexfilelayoutdev.c 	for (i = 0; i < mp_count; i++) {