Searched refs:n_bands (Results 1 – 4 of 4) sorted by relevance
21 unsigned n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in hpfs_map_bitmap() local22 if (hpfs_sb(s)->sb_chk) if (bmp_block >= n_bands) { in hpfs_map_bitmap()39 unsigned n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in hpfs_prefetch_bitmap() local40 if (unlikely(bmp_block >= n_bands)) in hpfs_prefetch_bitmap()43 if (unlikely(bmp_block + 1 >= n_bands)) in hpfs_prefetch_bitmap()
148 unsigned n, count, n_bands; in count_bitmaps() local149 n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in count_bitmaps()154 for (n = 0; n < n_bands; n++) { in count_bitmaps()
538 int i, n_bands = 0; in __ieee80211_start_scan() local545 n_bands++; in __ieee80211_start_scan()548 local->hw_scan_ies_bufsize *= n_bands; in __ieee80211_start_scan()
5891 u32 n_bands; in brcmf_setup_wiphy() local5948 n_bands = le32_to_cpu(bandlist[0]); in brcmf_setup_wiphy()5949 for (i = 1; i <= n_bands && i < ARRAY_SIZE(bandlist); i++) { in brcmf_setup_wiphy()