Searched refs:BITS_PER_U64 (Results 1 – 1 of 1) sorted by relevance
24 #define BITS_PER_U64 ((u32)(sizeof(u64) * 8)) macro 383 if (mapunit != BITS_PER_U64) { in ebitmap_read() 386 mapunit, BITS_PER_U64, e->highbit); in ebitmap_read() 489 buf[0] = cpu_to_le32(BITS_PER_U64); in ebitmap_write() 497 rounddown(bit, BITS_PER_U64) > last_startbit) { in ebitmap_write() 499 last_startbit = rounddown(bit, BITS_PER_U64); in ebitmap_write() 501 last_bit = roundup(bit + 1, BITS_PER_U64); in ebitmap_write() 515 rounddown(bit, BITS_PER_U64) > last_startbit) { in ebitmap_write() 520 last_startbit = rounddown(bit, BITS_PER_U64); in ebitmap_write() 538 last_startbit = rounddown(bit, BITS_PER_U64); in ebitmap_write() [all...]