Searched refs:BITS_PER_U64 (Results 1 – 1 of 1) sorted by relevance
25 #define BITS_PER_U64 (sizeof(u64) * 8) macro361 if (mapunit != BITS_PER_U64) { in ebitmap_read()364 mapunit, BITS_PER_U64, e->highbit); in ebitmap_read()453 buf[0] = cpu_to_le32(BITS_PER_U64); in ebitmap_write()459 if (rounddown(bit, (int)BITS_PER_U64) > last_startbit) { in ebitmap_write()461 last_startbit = rounddown(bit, BITS_PER_U64); in ebitmap_write()463 last_bit = roundup(bit + 1, BITS_PER_U64); in ebitmap_write()475 if (rounddown(bit, (int)BITS_PER_U64) > last_startbit) { in ebitmap_write()480 last_startbit = rounddown(bit, BITS_PER_U64); in ebitmap_write()498 last_startbit = rounddown(bit, BITS_PER_U64); in ebitmap_write()