Searched refs:highbit (Results 1 – 2 of 2) sorted by relevance
26 if ( e1->highbit != e2->highbit ) in ebitmap_cmp()70 dst->highbit = src->highbit; in ebitmap_cpy()79 if ( e1->highbit < e2->highbit ) in ebitmap_contains()111 if ( e->highbit < bit ) in ebitmap_get_bit()160 e->highbit = 0; in ebitmap_set_bit()218 e->highbit = 0; in ebitmap_destroy()238 e->highbit = le32_to_cpu(buf[1]); in ebitmap_read()245 sizeof(u64) * 8, e->highbit); in ebitmap_read()250 e->highbit += EBITMAP_SIZE - 1; in ebitmap_read()251 e->highbit -= (e->highbit % EBITMAP_SIZE); in ebitmap_read()[all …]
35 u32 highbit; /* highest position in the total bitmap */ member38 #define ebitmap_length(e) ((e)->highbit)
Completed in 4 milliseconds