n_bands          6615 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	u32 n_bands;
n_bands          6687 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	n_bands = le32_to_cpu(bandlist[0]);
n_bands          6688 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	for (i = 1; i <= n_bands && i < ARRAY_SIZE(bandlist); i++) {
n_bands            22 fs/hpfs/map.c  	unsigned n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14;
n_bands            23 fs/hpfs/map.c  	if (hpfs_sb(s)->sb_chk) if (bmp_block >= n_bands) {
n_bands            40 fs/hpfs/map.c  	unsigned n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14;
n_bands            41 fs/hpfs/map.c  	if (unlikely(bmp_block >= n_bands))
n_bands            44 fs/hpfs/map.c  	if (unlikely(bmp_block + 1 >= n_bands))
n_bands           149 fs/hpfs/super.c 	unsigned n, count, n_bands;
n_bands           150 fs/hpfs/super.c 	n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14;
n_bands           155 fs/hpfs/super.c 	for (n = 0; n < n_bands; n++) {
n_bands           676 net/mac80211/scan.c 			int i, n_bands = 0;
n_bands           683 net/mac80211/scan.c 				n_bands++;
n_bands           686 net/mac80211/scan.c 			local->hw_scan_ies_bufsize *= n_bands;
n_bands           133 net/openvswitch/meter.c 	for (i = 0; i < meter->n_bands; ++i, ++band) {
n_bands           192 net/openvswitch/meter.c 	u16 n_bands = 0;
n_bands           202 net/openvswitch/meter.c 		if (++n_bands > DP_MAX_BANDS)
n_bands           206 net/openvswitch/meter.c 	meter = kzalloc(struct_size(meter, bands, n_bands), GFP_KERNEL);
n_bands           219 net/openvswitch/meter.c 	meter->n_bands = n_bands;
n_bands           489 net/openvswitch/meter.c 	for (i = 0; i < meter->n_bands; ++i) {
n_bands            38 net/openvswitch/meter.h 	u16 n_bands;