Searched refs:frb (Results 1 – 1 of 1) sorted by relevance
507 u32 used, frb; in wnd_rescan() local579 frb = wbits - used; in wnd_rescan()580 wnd->free_bits[iw] = frb; in wnd_rescan()581 wnd->total_zeroes += frb; in wnd_rescan()607 frb = find_next_bit_le(bh->b_data, wbits, wpos); in wnd_rescan()608 if (frb >= wbits) { in wnd_rescan()610 prev_tail += frb - wpos; in wnd_rescan()615 frb + prev_tail - wpos, true); in wnd_rescan()618 wpos = frb + 1; in wnd_rescan()1362 size_t frb; in wnd_extend() local[all …]