Searched refs:mapunit (Results 1 – 1 of 1) sorted by relevance
346 u32 mapunit, count, startbit, index; in ebitmap_read() local357 mapunit = le32_to_cpu(buf[0]); in ebitmap_read()361 if (mapunit != BITS_PER_U64) { in ebitmap_read()364 mapunit, BITS_PER_U64, e->highbit); in ebitmap_read()385 if (startbit & (mapunit - 1)) { in ebitmap_read()388 startbit, mapunit); in ebitmap_read()391 if (startbit > e->highbit - mapunit) { in ebitmap_read()394 startbit, (e->highbit - mapunit)); in ebitmap_read()