Searched refs:mapunit (Results 1 – 1 of 1) sorted by relevance
368 u32 mapunit, count, startbit, index; in ebitmap_read() local381 mapunit = le32_to_cpu(buf[0]); in ebitmap_read()385 if (mapunit != BITS_PER_U64) { in ebitmap_read()388 mapunit, BITS_PER_U64, e->highbit); in ebitmap_read()412 if (startbit & (mapunit - 1)) { in ebitmap_read()415 startbit, mapunit); in ebitmap_read()418 if (startbit > e->highbit - mapunit) { in ebitmap_read()421 startbit, (e->highbit - mapunit)); in ebitmap_read()
Completed in 3 milliseconds