Searched refs:BITS_PER_U64 (Results 1 – 1 of 1) sorted by relevance
26 #define BITS_PER_U64 (sizeof(u64) * 8) macro366 if (mapunit != BITS_PER_U64) { in ebitmap_read()369 mapunit, BITS_PER_U64, e->highbit); in ebitmap_read()460 buf[0] = cpu_to_le32(BITS_PER_U64); in ebitmap_write()466 if (rounddown(bit, (int)BITS_PER_U64) > last_startbit) { in ebitmap_write()468 last_startbit = rounddown(bit, BITS_PER_U64); in ebitmap_write()470 last_bit = roundup(bit + 1, BITS_PER_U64); in ebitmap_write()482 if (rounddown(bit, (int)BITS_PER_U64) > last_startbit) { in ebitmap_write()487 last_startbit = rounddown(bit, BITS_PER_U64); in ebitmap_write()505 last_startbit = rounddown(bit, BITS_PER_U64); in ebitmap_write()