Searched refs:mapunit (Results 1 – 1 of 1) sorted by relevance
366 u32 mapunit, count, startbit, index, i; in ebitmap_read() local379 mapunit = le32_to_cpu(buf[0]); in ebitmap_read()383 if (mapunit != BITS_PER_U64) { in ebitmap_read()386 mapunit, BITS_PER_U64, e->highbit); in ebitmap_read()410 if (startbit & (mapunit - 1)) { in ebitmap_read()413 startbit, mapunit); in ebitmap_read()416 if (startbit > e->highbit - mapunit) { in ebitmap_read()419 startbit, (e->highbit - mapunit)); in ebitmap_read()