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

/linux-4.4.14/fs/hpfs/
H A Dmap.c21 unsigned n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; hpfs_map_bitmap() local
22 if (hpfs_sb(s)->sb_chk) if (bmp_block >= n_bands) { hpfs_map_bitmap()
39 unsigned n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; hpfs_prefetch_bitmap() local
40 if (unlikely(bmp_block >= n_bands)) hpfs_prefetch_bitmap()
43 if (unlikely(bmp_block + 1 >= n_bands)) hpfs_prefetch_bitmap()
H A Dsuper.c148 unsigned n, count, n_bands; count_bitmaps() local
149 n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; count_bitmaps()
154 for (n = 0; n < n_bands; n++) { count_bitmaps()
/linux-4.4.14/net/mac80211/
H A Dscan.c538 int i, n_bands = 0; __ieee80211_start_scan() local
545 n_bands++; __ieee80211_start_scan()
548 local->hw_scan_ies_bufsize *= n_bands; __ieee80211_start_scan()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dcfg80211.c5891 u32 n_bands; brcmf_setup_wiphy() local
5948 n_bands = le32_to_cpu(bandlist[0]); brcmf_setup_wiphy()
5949 for (i = 1; i <= n_bands && i < ARRAY_SIZE(bandlist); i++) { brcmf_setup_wiphy()

Completed in 165 milliseconds