Searched refs:mp_count (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/nfs/filelayout/
H A Dfilelayoutdev.c154 u32 mp_count; local
160 mp_count = be32_to_cpup(p); /* multipath count */
161 for (j = 0; j < mp_count; j++) {
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c52 u32 mp_count; local
78 mp_count = be32_to_cpup(p);
79 dprintk("%s: multipath ds count %d\n", __func__, mp_count);
81 for (i = 0; i < mp_count; i++) {
/linux-master/fs/jfs/
H A Djfs_metapage.c76 int mp_count; member in struct:meta_anchor
109 a->mp_count++;
127 if (--a->mp_count == 0) {
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c846 int mp_avg = 0, i, outlier_idx = 0, mp_count = 0; local
864 mp_count++;
872 if (mp_count)
873 mp_avg /= mp_count;

Completed in 138 milliseconds