Searched refs:mapunit (Results 1 – 1 of 1) sorted by relevance
349 u32 mapunit, count, startbit, index; in ebitmap_read() local360 mapunit = le32_to_cpu(buf[0]); in ebitmap_read()364 if (mapunit != BITS_PER_U64) { in ebitmap_read()367 mapunit, BITS_PER_U64, e->highbit); in ebitmap_read()391 if (startbit & (mapunit - 1)) { in ebitmap_read()394 startbit, mapunit); in ebitmap_read()397 if (startbit > e->highbit - mapunit) { in ebitmap_read()400 startbit, (e->highbit - mapunit)); in ebitmap_read()